summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 13:25:11 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 15:51:08 -0500
commit90ed0914728ce1ed121addd802e92a7d5d17b87b (patch)
treedec8565b7f34a6470b40db30d8cc910c4ec852f3 /games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
parentnet-print/cups: Also apply non-systemd bugfix to live ebuild (diff)
downloadgentoo-90ed0914728ce1ed121addd802e92a7d5d17b87b.tar.gz
gentoo-90ed0914728ce1ed121addd802e92a7d5d17b87b.tar.bz2
gentoo-90ed0914728ce1ed121addd802e92a7d5d17b87b.zip
games-fps/ut2003-bonuspack-cm: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild')
-rw-r--r--games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild b/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
index cf44a51b31ca..d5067b3b7c14 100644
--- a/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
+++ b/games-fps/ut2003-bonuspack-cm/ut2003-bonuspack-cm-1.ebuild
@@ -2,22 +2,22 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit games
IUSE=""
DESCRIPTION="Community Bonus Pack for UT2003"
-HOMEPAGE="http://www.unrealtournament2003.com/"
-SRC_URI="ftp://dl3.edgefiles.com/games-fusion.net/www/patches/ut2003/cbp2003.zip
- ftp://ftp.multiplay.co.uk/pub/games/fps/unrealtournament2003/mappacks/cbp2003.zip
- http://ftp1.gamesweb.com/cq2ert6g/cbp2003.zip"
+HOMEPAGE="http://liandri.beyondunreal.com/Unreal_Tournament_2003"
+SRC_URI="https://ut.rushbase.net/beyondunreal/mods/cbp2003.zip"
LICENSE="ut2003"
SLOT="1"
KEYWORDS="x86"
RESTRICT="mirror strip"
-DEPEND="app-arch/unzip"
RDEPEND="games-fps/ut2003"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S=${WORKDIR}
@@ -25,13 +25,13 @@ dir=${GAMES_PREFIX_OPT}/ut2003
Ddir=${D}/${dir}
src_unpack() {
- unzip -qq "${DISTDIR}"/${A} || die "unpacking"
+ unzip -qq "${DISTDIR}"/${A} || die
}
src_install() {
for i in Animations Help Music Maps StaticMeshes Textures System
do
- mkdir -p "${Ddir}"/${i}
+ mkdir -p "${Ddir}"/${i} || die
done
games_umod_unpack CBP2003.ut2mod
rm "${Ddir}/Readme.txt" "${Ddir}/cbp installer logo1.bmp"