diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 23:10:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 23:10:38 +0000 |
commit | b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9 (patch) | |
tree | ef4c718d421671771a14be1bcd7c13189af53aec /games-fps | |
parent | Stable on mips. (diff) | |
download | historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.tar.gz historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.tar.bz2 historical-b03658a2bad4b2a604dfe9cf6ce454c4a08d25c9.zip |
IUSE
Diffstat (limited to 'games-fps')
3 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild index 2aaf6befa7dd..142567c82805 100644 --- a/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild +++ b/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild,v 1.2 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/red-blue-quake2/red-blue-quake2-0.1.ebuild,v 1.3 2004/06/03 23:09:35 mr_bones_ Exp $ inherit games eutils @@ -14,6 +14,7 @@ SRC_URI="ftp://ftp.idsoftware.com/idstuff/source/q2source-3.21.zip LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/x11" diff --git a/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild b/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild index 1824f59c3120..bb021d00800c 100644 --- a/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild +++ b/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild,v 1.2 2004/02/23 04:57:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-infiltration/unreal-tournament-infiltration-290.ebuild,v 1.3 2004/06/03 23:10:05 mr_bones_ Exp $ inherit games @@ -11,12 +11,13 @@ SRC_URI="infiltration${PV}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" RESTRICT="fetch" DEPEND="app-arch/unzip || ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" -S=${WORKDIR} +S="${WORKDIR}" pkg_nofetch() { einfo "Please visit the following site and download ${A}" diff --git a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild index 4fc24b86272f..a2eacc45cbde 100644 --- a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.5 2004/02/20 06:40:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.6 2004/06/03 23:10:38 mr_bones_ Exp $ inherit games @@ -16,8 +16,11 @@ SRC_URI="mirror://gentoo/sf_180_server_files.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86" +IUSE="" -DEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" +DEPEND="|| ( + games-fps/unreal-tournament + games-fps/unreal-tournament-goty )" S="${WORKDIR}" |