commit: c17dc6ff0afa21faa96b2229691c628588fe88b6 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Tue Jan 12 07:14:34 2016 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Tue Jan 12 07:47:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17dc6ff
games-fps/unreal-tournament-bonuspacks: EAPI=5 Package-Manager: portage-2.2.26 .../unreal-tournament-bonuspacks-436.ebuild | 14 ++++++-------- 1 file 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 d9989a8..b470f0d 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
