diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:33:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-03 00:33:52 +0000 |
commit | 05a0da02996e73777c85916a8139ad87565057d4 (patch) | |
tree | 2e58be311a58d082f407f6d11d36f7bf933fc1ab /games-fps/unreal-tournament-strikeforce | |
parent | mask directfb (diff) | |
download | gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.tar.gz gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.tar.bz2 gentoo-2-05a0da02996e73777c85916a8139ad87565057d4.zip |
needs unzip #69831
Diffstat (limited to 'games-fps/unreal-tournament-strikeforce')
3 files changed, 6 insertions, 44 deletions
diff --git a/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.75 b/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.75 deleted file mode 100644 index 51b89d1449a1..000000000000 --- a/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.75 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e4aae05175f5e039a265d2068f5a7ee3 SF175.zip 115436985 -MD5 2c376557565baea9342b3e848a2cd430 sf175_mappack1.zip 35767354 -MD5 622c20248cc678791f790923532af50f sf175_mappack2.zip 59315718 diff --git a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.75.ebuild b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.75.ebuild deleted file mode 100644 index 73196585aee3..000000000000 --- a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.75.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.75.ebuild,v 1.5 2004/07/14 14:45:53 agriffis Exp $ - -inherit games - -MY_PV=${PV/./} -DESCRIPTION="A UT addon where you fight terrorists as part of an elite strikeforce" -HOMEPAGE="http://www.strikeforcecenter.com/" -SRC_URI="http://www.zvdk.nl/downloads/server/SF${MY_PV}.zip - http://www.zvdk.nl/downloads/client/sf${MY_PV}_mappack1.zip - http://www.zvdk.nl/downloads/client/sf${MY_PV}_mappack2.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" - -S="${WORKDIR}" - -src_unpack() { - # we gotta do this cause there is a duplicate file across these zip's ... - unpack SF${MY_PV}.zip - unpack sf${MY_PV}_mappack1.zip - rm -rf SF_Sounds/urbansnds.uax - unpack sf${MY_PV}_mappack2.zip -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/unreal-tournament - dodir ${dir}/Help - mv *.txt ${D}/${dir}/Help/ - mv * ${D}/${dir}/ - prepgamesdirs -} 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 2d74b9f84def..d739bf8426ff 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 Foundation # 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.7 2004/06/24 22:48:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild,v 1.8 2004/11/03 00:29:29 vapier Exp $ inherit games @@ -18,9 +18,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="|| ( - games-fps/unreal-tournament - games-fps/unreal-tournament-goty )" +RDEPEND="|| ( + games-fps/unreal-tournament + games-fps/unreal-tournament-goty + )" +DEPEND="app-arch/unzip" S="${WORKDIR}" |