commit:     93d4009769d3c7ac3bf3c56fc443346a60f8f445
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 03:05:15 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 04:45:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d40097

games-fps/ut2004-crossfire: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/ut2004-crossfire/Manifest                     |  2 +-
 games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild | 13 ++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/games-fps/ut2004-crossfire/Manifest 
b/games-fps/ut2004-crossfire/Manifest
index c64cc18..ff7a3f0 100644
--- a/games-fps/ut2004-crossfire/Manifest
+++ b/games-fps/ut2004-crossfire/Manifest
@@ -1 +1 @@
-DIST TOCrossfire_beta_1.95_full.zip 1243833907 SHA256 
67d9ec864d0ff2303edb003a6eeebf015143d61999640074c4bd5b205f216d3c
+DIST TOCrossfire_beta_1.95_full.zip 1243833907 SHA256 
67d9ec864d0ff2303edb003a6eeebf015143d61999640074c4bd5b205f216d3c SHA512 
a02c8221f7687e4a2276f6da9f9fc480b0c8aaf3f98517134614079699a0ecda088e781d5d0251b7da8588493afa394acc5eed99f40034d3555feeef6e175bbe
 WHIRLPOOL 
70a154ba253cb983bf0e4558c833abfcaca624124a2a1d7edff962f3fc3e9dceb09f66cfca54cbe72d287ae77ce7f493e88b71fe6dfcbba8f0b53232920697ef

diff --git a/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild 
b/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild
index 4ebaff9..3f59b49 100644
--- a/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild
+++ b/games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 
 MOD_NAME="Crossfire"
 MOD_DESC="Special Forces vs Terrorists"
@@ -11,9 +11,8 @@ MOD_ICON="Help/icons/TOC_TERROR2.png"
 
 inherit games games-mods
 
-HOMEPAGE="http://www.to-crossfire.net/";
-SRC_URI="ftp://to-crossfire.speicherland.com/TOC/client/TOCrossfire_beta_${PV}_full.zip
-       
http://www.to-crossfire.org/mirrors/client/TOCrossfire_beta_${PV}_full.zip";
+HOMEPAGE="http://to-crossfire.tnc-clan.de/";
+SRC_URI="ftp://files.tnc-clan.de/TOCrossfire/client/TOCrossfire_beta_${PV}_full.zip";
 
 # See Help/EULA.txt
 LICENSE="free-noncomm"
@@ -26,8 +25,8 @@ src_unpack() {
 }
 
 src_prepare() {
-       rm -f *.{exe,reg,sh,tgz,txt}
-       rm -rf TOCInstaller.app stuff
+       rm -f *.{exe,reg,sh,tgz,txt} || die
+       rm -rf TOCInstaller.app stuff || die
        cd ${MOD_DIR} || die
-       rm -f *.{bat,exe} Help/*.{exe,zip}
+       rm -f *.{bat,exe} Help/*.{exe,zip} || die
 }

Reply via email to