diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-03 07:51:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-03 07:51:17 +0000 |
commit | a4bdf98d5a96eadd4600173595b27014b73aee64 (patch) | |
tree | 1721d43f8ee136670df96c4528693701c4881f42 /games-fps/unreal-tournament-strikeforce | |
parent | license fix (diff) | |
download | historical-a4bdf98d5a96eadd4600173595b27014b73aee64.tar.gz historical-a4bdf98d5a96eadd4600173595b27014b73aee64.tar.bz2 historical-a4bdf98d5a96eadd4600173595b27014b73aee64.zip |
version bump #13269
Diffstat (limited to 'games-fps/unreal-tournament-strikeforce')
3 files changed, 48 insertions, 3 deletions
diff --git a/games-fps/unreal-tournament-strikeforce/ChangeLog b/games-fps/unreal-tournament-strikeforce/ChangeLog index 272aa210ac3e..1fcf5aa6e7f1 100644 --- a/games-fps/unreal-tournament-strikeforce/ChangeLog +++ b/games-fps/unreal-tournament-strikeforce/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for games-fps/unreal-tournament-strikeforce # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/ChangeLog,v 1.2 2003/09/10 16:08:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-strikeforce/ChangeLog,v 1.3 2003/10/03 07:51:17 vapier Exp $ - 18 Jun 2003; Patrick Kursawe <phosphan@gentoo.org> strikeforce-1.75.ebuild: - Corrected download location for SF175.zip, bug #13269 +*strikeforce-1.81 (03 Oct 2003) + + 03 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump #13269. *strikeforce-1.75 (23 Oct 2002) + 18 Jun 2003; Patrick Kursawe <phosphan@gentoo.org> strikeforce-1.75.ebuild: + Corrected download location for SF175.zip, bug #13269 + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : Initial import. Ebuild submitted by me. diff --git a/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.81 b/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.81 new file mode 100644 index 000000000000..e03e20ac561b --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/files/digest-unreal-tournament-strikeforce-1.81 @@ -0,0 +1,2 @@ +MD5 c7e63c64382ab3ea1eb5052595621da9 sf_180_server_files.tar.gz 396772949 +MD5 fcfac5397632a5b94d32c302b480cf10 unreal-tournament-strikeforce-1.81.tar.bz2 42039142 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 new file mode 100644 index 000000000000..31f5713f7616 --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2002 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.1 2003/10/03 07:51:17 vapier Exp $ + +inherit games + +MY_PV=${PV/./} +DESCRIPTION="A UT addon where you fight terrorists as part of an elite strikeforce" +HOMEPAGE="http://www.strike-force.com/" +SRC_URI="ftp://ftp.freenet.de/pub/4players/strikeforce/final/sf_180_server_files.tar.gz + http://strikeforce.redconcepts.net/sf_180_server_files.tar.gz + mirror://gentoo/${P}.tar.bz2" +#http://www.hut.fi/~kalyytik/sf/linux-sf.html + +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" + +DEPEND="|| ( app-games/unreal-tournament app-games/unreal-tournament-goty )" + +S="${WORKDIR}" + +src_unpack() { + unpack sf_180_server_files.tar.gz + unpack ${P}.tar.bz2 + mv "README - sf orm mappack.txt" Strikeforce/SFDoc/ + rm -rf Help/OpenGL\ Alternate + rm System/*.{dll,lnk,exe} System/ServerAdds.zip + rm Strikeforce/SF_System/*.bat + find -type f -exec chmod a-x '{}' \; +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/unreal-tournament + dodir ${dir} + mv * ${D}/${dir}/ + prepgamesdirs +} |