commit:     5a17be4a6331fa5aa59a138bfb70666196b4518f
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 19:15:28 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 20:51:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a17be4a

games-fps/ut2003-bonuspack-de: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/ut2003-bonuspack-de/Manifest                     |  2 +-
 games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/games-fps/ut2003-bonuspack-de/Manifest 
b/games-fps/ut2003-bonuspack-de/Manifest
index 21a3f74..2773f64 100644
--- a/games-fps/ut2003-bonuspack-de/Manifest
+++ b/games-fps/ut2003-bonuspack-de/Manifest
@@ -1 +1 @@
-DIST debonus.ut2mod.zip 74977458 RMD160 
c04941472353eb07744109aff38ea2ebb9b4465e SHA1 
76ef580eac50f3db12d5187b3a33fe5c69293f0c SHA256 
0c1d7c4816245c75d5236d5ca20c4fdc106a150688498bfe98feb5f5d1593348
+DIST debonus.ut2mod.zip 74977458 SHA256 
0c1d7c4816245c75d5236d5ca20c4fdc106a150688498bfe98feb5f5d1593348 SHA512 
2c70d39eea1ea647d2fbee21dda5b00057b7feb1607a89d86982ac43e6063820aa70c633fbc21c768d1491fec909a06634e0e883aa771be2607b51ab193f0935
 WHIRLPOOL 
4c0a1d48856d04f5a9f0ae2868af58ba95d481054ceebebc1e3f596fe1634ab2b8cff3e1504bb2a9fe5c0086a160b5432d254cd7d79dac5288c18b90fe8e1a10

diff --git a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild 
b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
index ff049dd..9fd04ca 100644
--- a/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
+++ b/games-fps/ut2003-bonuspack-de/ut2003-bonuspack-de-1.ebuild
@@ -2,13 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
 inherit games
 
 MY_P="debonus.ut2mod.zip"
 DESCRIPTION="Digital Extremes Bonus Pack for UT2003"
-HOMEPAGE="http://www.unrealtournament2003.com/";
-SRC_URI="mirror://3dgamers/unrealtourn2/Missions/${MY_P}
-       http://www.unixforces.net/downloads/${MY_P}";
+HOMEPAGE="http://www.moddb.com/games/unreal-tournament-2003";
+SRC_URI="http://ftp.student.utwente.nl/pub/games/UT2003/BonusPack/${MY_P}";
 
 LICENSE="ut2003"
 SLOT="1"
@@ -16,8 +16,9 @@ KEYWORDS="x86"
 IUSE=""
 RESTRICT="mirror strip"
 
-DEPEND="app-arch/unzip"
 RDEPEND="games-fps/ut2003"
+DEPEND="${RDEPEND}
+       app-arch/unzip"
 
 S=${WORKDIR}
 
@@ -25,11 +26,11 @@ dir=${GAMES_PREFIX_OPT}/ut2003
 Ddir=${D}/${dir}
 
 src_unpack() {
-       unzip -qq "${DISTDIR}"/${A} || die "unpacking"
+       unzip -qq "${DISTDIR}"/${A} || die
 }
 
 src_install() {
-       mkdir -p "${Ddir}"/{System,Maps,StaticMeshes,Textures,Music,Help}
+       mkdir -p "${Ddir}"/{System,Maps,StaticMeshes,Textures,Music,Help} || die
        games_umod_unpack DEBonus.ut2mod
        prepgamesdirs
 }

Reply via email to