diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:53:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-11 12:53:56 +0000 |
commit | 597a233374701ad6cb16e948f51ff2752210598a (patch) | |
tree | ae917d7820c212e8470f718d3bda51abaaefbbb9 | |
parent | repoman details (diff) | |
download | historical-597a233374701ad6cb16e948f51ff2752210598a.tar.gz historical-597a233374701ad6cb16e948f51ff2752210598a.tar.bz2 historical-597a233374701ad6cb16e948f51ff2752210598a.zip |
repoman details
-rw-r--r-- | games-fps/enemy-territory/enemy-territory-2.56-r2.ebuild | 1 | ||||
-rw-r--r-- | games-fps/rtcw/rtcw-1.41.ebuild | 6 | ||||
-rw-r--r-- | games-fps/transfusion-bin/transfusion-bin-1.01.ebuild | 7 | ||||
-rw-r--r-- | games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild | 4 |
4 files changed, 10 insertions, 8 deletions
diff --git a/games-fps/enemy-territory/enemy-territory-2.56-r2.ebuild b/games-fps/enemy-territory/enemy-territory-2.56-r2.ebuild index 46c6c046107d..8a12d5cd8854 100644 --- a/games-fps/enemy-territory/enemy-territory-2.56-r2.ebuild +++ b/games-fps/enemy-territory/enemy-territory-2.56-r2.ebuild @@ -1,5 +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/enemy-territory/enemy-territory-2.56-r2.ebuild,v 1.4 2004/05/11 12:53:56 vapier Exp $ inherit games diff --git a/games-fps/rtcw/rtcw-1.41.ebuild b/games-fps/rtcw/rtcw-1.41.ebuild index de17abe2b91c..7451b83ea111 100644 --- a/games-fps/rtcw/rtcw-1.41.ebuild +++ b/games-fps/rtcw/rtcw-1.41.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41.ebuild,v 1.14 2004/05/11 12:53:56 vapier Exp $ inherit games DESCRIPTION="Return to Castle Wolfenstein - Long awaited sequel to Wolfenstein 3D" +HOMEPAGE="http://games.activision.com/games/wolfenstein/" SRC_URI="ftp://ftp.idsoftware.com/idstuff/wolf/linux/wolf-linux-1.41-3.x86.run ftp://3dgamers.in-span.net/pub/3dgamers4/games/returnwolfenstein/wolf-linux-1.41-3.x86.run" -HOMEPAGE="http://games.activision.com/games/wolfenstein/" - LICENSE="RTCW" SLOT="0" KEYWORDS="x86" -RESTRICT="nostrip nomirror" IUSE="opengl dedicated" +RESTRICT="nostrip nomirror" DEPEND="virtual/glibc" RDEPEND="dedicated? ( app-misc/screen ) diff --git a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild b/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild index 671efec09d67..f96451c939d6 100644 --- a/games-fps/transfusion-bin/transfusion-bin-1.01.ebuild +++ b/games-fps/transfusion-bin/transfusion-bin-1.01.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/transfusion-bin/transfusion-bin-1.01.ebuild,v 1.4 2004/05/11 12:53:56 vapier Exp $ inherit games @@ -10,10 +10,11 @@ HOMEPAGE="http://www.planetblood.com/qblood/" SRC_URI="mirror://sourceforge/blood/${MY_PN}-1.0-linux.i386.zip mirror://sourceforge/blood/${MY_PN}-patch-${PV}-linux.i386.zip" -RESTRICT="nostrip" -KEYWORDS="-* x86" LICENSE="GPL-2" SLOT="0" +KEYWORDS="-* x86" +IUSE="" +RESTRICT="nostrip" RDEPEND="virtual/glibc" DEPEND=">=sys-apps/sed-4" diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild index 9204defc0b26..bbfd04fd4b0d 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r3.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/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.4 2004/04/05 01:24:06 wolf31o2 Exp $. +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.5 2004/05/11 12:53:56 vapier Exp $ inherit games @@ -12,11 +12,11 @@ SRC_URI="http://unreal.epicgames.com/linux/ut2003/ut2003demo-lnx-${PV}.sh.bin LICENSE="ut2003-demo" SLOT="0" KEYWORDS="-* x86" +IUSE="" RESTRICT="nostrip" DEPEND="virtual/opengl app-arch/unzip" -IUSE="" S=${WORKDIR} dir=${GAMES_PREFIX_OPT}/${PN} |