From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- games-fps/unreal-tournament-strikeforce/Manifest | 3 ++ .../unreal-tournament-strikeforce/metadata.xml | 5 +++ .../unreal-tournament-strikeforce-1.81.ebuild | 46 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 games-fps/unreal-tournament-strikeforce/Manifest create mode 100644 games-fps/unreal-tournament-strikeforce/metadata.xml create mode 100644 games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild (limited to 'games-fps/unreal-tournament-strikeforce') diff --git a/games-fps/unreal-tournament-strikeforce/Manifest b/games-fps/unreal-tournament-strikeforce/Manifest new file mode 100644 index 000000000000..c9aa33cd02b6 --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/Manifest @@ -0,0 +1,3 @@ +DIST sf180lnx.zip 11965 SHA256 23afb7b4b97a01b977b071c62f55b186b056d3cf5a35e65565baf3645d759003 SHA512 e64644f470f2506df05159c03f27f3e1df9dc5cf547a7e2415ee8005fadcc1124c02f4e932de7c92b2781511ed8d44f5b8a314a8c246d57da750e30e57fcdfad WHIRLPOOL af9c6b85a85c164c2210f6b7bba53d7679d41ccf03b39f130523090616eebd514507bdaf5633e1a17f17d01943f12112f25f808d360de2946fe4ee410c85100b +DIST sf_180_server_files.tar.gz 396772949 SHA256 0e0d48b2c5d5c1346c9975795dbe6a14a884a60e2110c47724e62a81842ad101 SHA512 74850d42be59f9d974cf5f89bb85385ff204a0635e0f71315c59cae3fc0eb8032d69797aedc380427ad21e7cdda809a326587ccf3835f9abaaf14b92a3c0dabe WHIRLPOOL c352f1aca86fda5a32bff432ff8d03ed80d97f86dfa956e5afe9a149433d77f22c2bf83ae6e315687e382283037b288d320d88e75be3022d5e7eee661c60e3da +DIST unreal-tournament-strikeforce-1.81.tar.bz2 42039142 SHA256 f221018f1191ce2e7e45c14148ad19c136bd6c660d999aee4c5fcfe9cc4979ae SHA512 ec5a755e2771f879553970d565391268c152aa3fe14cefccfea8582108dd87687176712e548bd3457328e2bc9f831714a41fb4834abdad2b04d83db0b3fc64a2 WHIRLPOOL b9ca6aec27f15655bdb60304c7767096d4ef6c81ea8f8421e1f05e0f8f4c5d92bd58fe70f9328495e43c54cb8299292b8e9b004e37836e2ca125acac5a960dcc diff --git a/games-fps/unreal-tournament-strikeforce/metadata.xml b/games-fps/unreal-tournament-strikeforce/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/metadata.xml @@ -0,0 +1,5 @@ + + + +games + 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..02de93e690fd --- /dev/null +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/" +#http://strikeforce.redconcepts.net:8888/sf_180_server_files.tar.gz +SRC_URI="mirror://gentoo/sf_180_server_files.tar.gz + mirror://gentoo/${P}.tar.bz2 + mirror://gentoo/sf180lnx.zip" +#http://www.hut.fi/~kalyytik/sf/linux-sf.html + +LICENSE="unreal-tournament-strikeforce" +SLOT="0" +KEYWORDS="x86" +IUSE="" +RESTRICT="bindist" + +RDEPEND="|| ( + games-fps/unreal-tournament + games-fps/unreal-tournament-goty + )" +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_unpack() { + unpack sf_180_server_files.tar.gz + unpack ${P}.tar.bz2 + unpack sf180lnx.zip + 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 +} -- cgit v1.2.3-65-gdbad