diff options
Diffstat (limited to 'games-server')
4 files changed, 8 insertions, 4 deletions
diff --git a/games-server/halflife-adminmod/halflife-adminmod-2.50.58.ebuild b/games-server/halflife-adminmod/halflife-adminmod-2.50.58.ebuild index ccf52963b420..f50bf095a964 100644 --- a/games-server/halflife-adminmod/halflife-adminmod-2.50.58.ebuild +++ b/games-server/halflife-adminmod/halflife-adminmod-2.50.58.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-server/halflife-adminmod/halflife-adminmod-2.50.58.ebuild,v 1.2 2004/02/20 07:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-adminmod/halflife-adminmod-2.50.58.ebuild,v 1.3 2004/06/19 04:35:12 kloeri Exp $ inherit games eutils @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/halflifeadmin/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="games-server/halflife-metamod" PDEPEND="games-server/halflife-modsetup" diff --git a/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild b/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild index 6b6e47185b37..103f543fcfad 100644 --- a/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild +++ b/games-server/halflife-hlguard/halflife-hlguard-1.41.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-server/halflife-hlguard/halflife-hlguard-1.41.ebuild,v 1.3 2004/02/20 07:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/halflife-hlguard/halflife-hlguard-1.41.ebuild,v 1.4 2004/06/19 04:30:44 kloeri Exp $ inherit games eutils @@ -11,6 +11,7 @@ SRC_URI="http://www.unitedadmins.com/files/hlg-${PV/./_}-en.zip" LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" +IUSE="" RDEPEND="games-server/halflife-metamod" diff --git a/games-server/hlstats/hlstats-1.02.ebuild b/games-server/hlstats/hlstats-1.02.ebuild index 41295221abca..dd65075ef310 100644 --- a/games-server/hlstats/hlstats-1.02.ebuild +++ b/games-server/hlstats/hlstats-1.02.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-server/hlstats/hlstats-1.02.ebuild,v 1.2 2004/02/20 07:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/hlstats/hlstats-1.02.ebuild,v 1.3 2004/06/19 04:32:08 kloeri Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/hlstats/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=sys-apps/sed-4" RDEPEND="dev-lang/perl diff --git a/games-server/nwn-ded/nwn-ded-1.30.ebuild b/games-server/nwn-ded/nwn-ded-1.30.ebuild index 650c4ecd2fdb..81f2085ab5a6 100644 --- a/games-server/nwn-ded/nwn-ded-1.30.ebuild +++ b/games-server/nwn-ded/nwn-ded-1.30.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-server/nwn-ded/nwn-ded-1.30.ebuild,v 1.4 2004/06/05 17:21:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/nwn-ded/nwn-ded-1.30.ebuild,v 1.5 2004/06/19 04:33:43 kloeri Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="http://nwdownloads.bioware.com/neverwinternights/standaloneserver/NWNDe LICENSE="NWN-EULA" SLOT="0" KEYWORDS="-* x86" +IUSE="" DEPEND="app-arch/unzip" S=${WORKDIR} |