summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-01-22 21:10:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-01-22 21:10:46 +0000
commitf5c2f290288353d2772642c527ed6aa808bcf79b (patch)
treeb375187479d9f2604c206bd5cf3754cd766fc7e7 /games-action/bzflag
parentAutomated update of use.local.desc (diff)
downloadhistorical-f5c2f290288353d2772642c527ed6aa808bcf79b.tar.gz
historical-f5c2f290288353d2772642c527ed6aa808bcf79b.tar.bz2
historical-f5c2f290288353d2772642c527ed6aa808bcf79b.zip
transition to the non-no* use flags in libsdl
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.28.1 i686
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/ChangeLog5
-rw-r--r--games-action/bzflag/Manifest4
-rw-r--r--games-action/bzflag/bzflag-2.0.12.ebuild7
3 files changed, 9 insertions, 7 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index ae4beb600bdd..b1da0f384c08 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.41 2009/01/20 15:59:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.42 2009/01/22 21:10:46 mr_bones_ Exp $
+
+ 22 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
+ transition to the non-no* use flags in libsdl
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)
diff --git a/games-action/bzflag/Manifest b/games-action/bzflag/Manifest
index c12f5243b862..e23c34c77d80 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 1580 RMD160 8d392297b798197556c0909f1a7016e97b0cda37 SHA1 a2c7f48545921d41ee50d3e2c22b78d19efce5d0 SHA256 f6202887c562de5bc32ce80a3386953a7e33ed181884502705c1ccb09fcfe854
-MISC ChangeLog 7432 RMD160 f066bd04370515f7803a01443df4c7f1766a8f84 SHA1 24d775ff9e73d005f81ed4f592eb802b6942ab75 SHA256 43bde565ddd105c91c5b6be5fb81f28efb191fb409830943dfedf0e85593a885
+EBUILD bzflag-2.0.12.ebuild 1595 RMD160 459d7524a6ce0fd3c38a3a19365032cf412e7f42 SHA1 57298b2a4b5686d9a27edf91af4216217da4ef63 SHA256 691278ec0992e367ea326cfcdfc076afd4192543470310b0fa56e692ed8da324
+MISC ChangeLog 7558 RMD160 23047f3ed62a569e007a27a626711db269f9bf7a SHA1 6e76a312a3c72cce466583bb15fac8821c16d97c SHA256 275448e8a4bfec1c0d79ad2d5b70c19dfa9520d32aaa156d1d12cd43bcdd2908
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 530e194422a6..3a28bf948de3 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.7 2009/01/20 15:59:18 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.8 2009/01/22 21:10:46 mr_bones_ Exp $
EAPI=2
inherit eutils flag-o-matic games
@@ -16,7 +16,7 @@ IUSE="dedicated sdl"
UIDEPEND="virtual/opengl
virtual/glu
- media-libs/libsdl
+ || ( media-libs/libsdl[joystick] <media-libs/libsdl-1.2.13-r1 )
media-libs/glew
x11-libs/libICE
x11-libs/libSM
@@ -53,8 +53,7 @@ src_configure() {
egamesconf \
--disable-dependency-tracking \
--without-regex \
- ${myconf} \
- || die "egamesconf failed"
+ ${myconf}
}
src_install() {