diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 02:14:34 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-01-12 02:47:37 -0500 |
commit | c17dc6ff0afa21faa96b2229691c628588fe88b6 (patch) | |
tree | 95139932f219cb7902118a84d318eb2f35b483c6 /games-fps/unreal-tournament-bonuspacks | |
parent | games-fps/quake2-data: EAPI=5 (diff) | |
download | gentoo-c17dc6ff0afa21faa96b2229691c628588fe88b6.tar.gz gentoo-c17dc6ff0afa21faa96b2229691c628588fe88b6.tar.bz2 gentoo-c17dc6ff0afa21faa96b2229691c628588fe88b6.zip |
games-fps/unreal-tournament-bonuspacks: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/unreal-tournament-bonuspacks')
-rw-r--r-- | games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild index d9989a8af10d..b470f0ddf2e6 100644 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild +++ b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit games DESCRIPTION="Futuristic FPS (bonus packs)" @@ -11,8 +12,7 @@ HOMEPAGE="http://www.unrealtournament.com/" # [UTBonusPack2] -> loki put into games-fps/unreal-tournament # [UTiNoxxPack] -> loki put into games-fps/unreal-tournament # [UTBonusPack4] -> none of this is in games-fps/unreal-tournament -SRC_URI="http://fileserver.talkware.net/ut/bonuspacks/UTBonusPack4.zip - http://www.dices.de/dices/files/UTBonusPack4.zip" +SRC_URI="http://fpsnetwork.com/downloads/ut99/bonuspacks/UTBonusPack4.zip" LICENSE="all-rights-reserved" SLOT="0" @@ -20,20 +20,18 @@ KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="mirror bindist" -DEPEND="app-arch/unzip - || ( - games-fps/unreal-tournament - games-fps/unreal-tournament-goty ) - games-util/umodpack" RDEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" +DEPEND="${RDEPEND} + app-arch/unzip + games-util/umodpack" S=${WORKDIR} src_install() { # unpack the UTBonusPack4 umod - umod -v -b "$(pwd)" -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod" + umod -v -b "$(pwd)" -x UTBonusPack4.umod || die # move stuff around rm UTBonusPack4.umod |