summaryrefslogtreecommitdiff
path: root/games-fps/ut2004-crossfire
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 22:05:15 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:45:36 -0500
commit93d4009769d3c7ac3bf3c56fc443346a60f8f445 (patch)
treecfd58a53dce977be7262712b7ea1d8ec1de3b7dc /games-fps/ut2004-crossfire
parent0948e5acc864230d49afb6aafce82aa4f832cacc (diff)
downloadgentoo-93d4009769d3c7ac3bf3c56fc443346a60f8f445.tar.gz
gentoo-93d4009769d3c7ac3bf3c56fc443346a60f8f445.tar.xz
games-fps/ut2004-crossfire: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps/ut2004-crossfire')
-rw-r--r--games-fps/ut2004-crossfire/Manifest2
-rw-r--r--games-fps/ut2004-crossfire/ut2004-crossfire-1.95.ebuild13
2 files changed, 7 insertions, 8 deletions
diff --git a/games-fps/ut2004-crossfire/Manifest b/games-fps/ut2004-crossfire/Manifest
index c64cc189705..ff7a3f0d583 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 4ebaff91cd5..3f59b492894 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
}