summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-12-08 16:08:20 -0500
committerAaron Bauman <bman@gentoo.org>2019-12-08 16:08:20 -0500
commit8b093e47371dceaf8e3daaa099a8c20cba1a6d0c (patch)
tree3b2d923b69e8042ae95e17ee5d7863fbe74fa039 /games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild
parentnet-vpn/tor: don't inherit user eclass (diff)
downloadgentoo-8b093e47371dceaf8e3daaa099a8c20cba1a6d0c.tar.gz
gentoo-8b093e47371dceaf8e3daaa099a8c20cba1a6d0c.tar.bz2
gentoo-8b093e47371dceaf8e3daaa099a8c20cba1a6d0c.zip
games-fps/*: drop last-rited pkgs
Bug: https://bugs.gentoo.org/44351 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild')
-rw-r--r--games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild46
1 files changed, 0 insertions, 46 deletions
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
deleted file mode 100644
index 34337e207484..000000000000
--- a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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/ || die
- rm -rf Help/OpenGL\ Alternate || die
- rm System/*.{dll,lnk,exe} System/ServerAdds.zip || die
- rm Strikeforce/SF_System/*.bat || die
- find -type f -exec chmod a-x '{}' + || die
-}
-
-src_install() {
- local dir=${GAMES_PREFIX_OPT}/unreal-tournament
- dodir "${dir}"
- mv * "${D}/${dir}/" || die
- prepgamesdirs
-}