summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-02-22 23:46:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-02-22 23:46:19 +0000
commitdaedda259c8833431107d1f593dbdf87ad4cb112 (patch)
treed5874c70f7f447c40c1e62241219645c305cc865 /games-action/bzflag
parentUpdated SRC_URI and HOMEPAGE (Bug 259535) (diff)
downloadgentoo-2-daedda259c8833431107d1f593dbdf87ad4cb112.tar.gz
gentoo-2-daedda259c8833431107d1f593dbdf87ad4cb112.tar.bz2
gentoo-2-daedda259c8833431107d1f593dbdf87ad4cb112.zip
remove GAMES_USE_SDL; now handled by use-based deps
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-action/bzflag')
-rw-r--r--games-action/bzflag/ChangeLog5
-rw-r--r--games-action/bzflag/bzflag-2.0.12.ebuild10
2 files changed, 6 insertions, 9 deletions
diff --git a/games-action/bzflag/ChangeLog b/games-action/bzflag/ChangeLog
index b1da0f384c08..58d7cdd17204 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.42 2009/01/22 21:10:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/ChangeLog,v 1.43 2009/02/22 23:46:19 mr_bones_ Exp $
+
+ 22 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
+ remove GAMES_USE_SDL; now handled by use-based deps
22 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> bzflag-2.0.12.ebuild:
transition to the non-no* use flags in libsdl
diff --git a/games-action/bzflag/bzflag-2.0.12.ebuild b/games-action/bzflag/bzflag-2.0.12.ebuild
index 3a28bf948de3..68f678e9a458 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.8 2009/01/22 21:10:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.12.ebuild,v 1.9 2009/02/22 23:46:19 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[joystick] <media-libs/libsdl-1.2.13-r1 )
+ media-libs/libsdl[joystick]
media-libs/glew
x11-libs/libICE
x11-libs/libSM
@@ -35,12 +35,6 @@ DEPEND=">=net-misc/curl-7.15.0
sdl? ( ${UIDEPEND} )
!sdl? ( !dedicated? ( ${UIDEPEND} ) )"
-pkg_setup() {
- # Only do the libsdl checks for !dedicated - bug #107792
- use dedicated || GAMES_USE_SDL="nojoystick"
- games_pkg_setup
-}
-
src_configure() {
local myconf