games-fps/ut2004-crossfire: EAPI=5
authorMichael Sterrett <mr_bones_@gentoo.org>
Wed, 13 Jan 2016 03:05:15 +0000 (22:05 -0500)
committerMichael Sterrett <mr_bones_@gentoo.org>
Wed, 13 Jan 2016 04:45:36 +0000 (23:45 -0500)
Package-Manager: portage-2.2.26

games-fps/ut2004-crossfire/Manifest
games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild

index c64cc189705519153953f853dddc62954964af24..ff7a3f0d583eaecf438454afd7f028ff0f4383c3 100644 (file)
@@ -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
index 4ebaff91cd57f8d9edf058ee05fdf794581ff311..3f59b4928942935659c19ad067dc85fe49928a05 100644 (file)
@@ -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
 }