summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-20 15:59:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-20 15:59:18 +0000
commit5287a3ee29182e6f302069e3a2ff170e091450b1 (patch)
treeeac7ed99e0f6792cb58d3828fe349bbab8bd5786 /games-action
parentEAPI=2; add use-based dep (diff)
downloadhistorical-5287a3ee29182e6f302069e3a2ff170e091450b1.tar.gz
historical-5287a3ee29182e6f302069e3a2ff170e091450b1.tar.bz2
historical-5287a3ee29182e6f302069e3a2ff170e091450b1.zip
ares support for curl doesn't seem to be required (bug #255601)
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-action')
-rw-r--r--games-action/bzflag/ChangeLog5
-rw-r--r--games-action/bzflag/Manifest4
-rw-r--r--games-action/bzflag/bzflag-2.0.12.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index f4dde5eedf14..ae4beb600bdd 100644
--- a/games-action/bzflag/ChangeLog
+++ b/games-action/bzflag/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/bzflag
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.40 2009/01/19 17:27:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.41 2009/01/20 15:59:18 mr_bones_ Exp $
+
+ 20 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
+ ares support for curl doesn't seem to be required (bug #255601)
19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
EAPI=2; add use-based dep; tidy
diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index 008b1109d840..c12f5243b862 100644
--- a/games-action/bzflag/Manifest
+++ b/games-action/bzflag/Manifest
@@ -1,4 +1,4 @@
DIST bzflag-2.0.12.tar.bz2 11397403 RMD160 d7e808e1ff24d5e98dbe4f6fac26691b36d2da56 SHA1 846e5cc2d94f9be2aac5960469c56d5ba9f4f565 SHA256 e6c9edc128e481f73572c4648e919036c6bc484c1a63f9cdd9740118f39d689a
-EBUILD bzflag-2.0.12.ebuild 1586 RMD160 1d931681700674e4bc723f27249cc2207f616672 SHA1 ac9fbc7fe9fe41afbacbbacdfb2d95931ca2b67b SHA256 fd8e64c516fb1c502212babf5e200a1ce6a1475ffe4416a68ff335eb32f9da7d
-MISC ChangeLog 7288 RMD160 4462b6c421ef21f7630278b6580b7b05272941a0 SHA1 21c166bd8b11134c9570f0cc36dfd87fd02c36e9 SHA256 e1ce9aac5f17cada1676eceaab716afcc0ceffb2128100ce68d5426069f24e13
+EBUILD bzflag-2.0.12.ebuild 1580 RMD160 8d392297b798197556c0909f1a7016e97b0cda37 SHA1 a2c7f48545921d41ee50d3e2c22b78d19efce5d0 SHA256 f6202887c562de5bc32ce80a3386953a7e33ed181884502705c1ccb09fcfe854
+MISC ChangeLog 7432 RMD160 f066bd04370515f7803a01443df4c7f1766a8f84 SHA1 24d775ff9e73d005f81ed4f592eb802b6942ab75 SHA256 43bde565ddd105c91c5b6be5fb81f28efb191fb409830943dfedf0e85593a885
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/bzflag/bzflag-2.0.12.ebuild b/games-action/bzflag/bzflag-2.0.12.ebuild
index e116594e0e3e..530e194422a6 100644
--- a/games-action/bzflag/bzflag-2.0.12.ebuild
+++ b/games-action/bzflag/bzflag-2.0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.6 2009/01/19 17:27:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.7 2009/01/20 15:59:18 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -29,7 +29,7 @@ UIDEPEND="virtual/opengl
x11-libs/libXt
x11-libs/libXxf86vm"
-DEPEND=">=net-misc/curl-7.15.0[ares]
+DEPEND=">=net-misc/curl-7.15.0
sys-libs/ncurses
net-dns/c-ares
sdl? ( ${UIDEPEND} )