summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 19:07:33 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:45:28 -0500
commit42507d4a4785faaac5f7b8a3f8faa2b267ca8a9b (patch)
treef521d9f3d569f187a9386244d0ea2c6a6aa0fd55 /games-fps
parentgames-fps/ut2004-bonuspack-ece: EAPI=5; attempt at fixing bug #278002 (diff)
downloadgentoo-42507d4a4785faaac5f7b8a3f8faa2b267ca8a9b.tar.gz
gentoo-42507d4a4785faaac5f7b8a3f8faa2b267ca8a9b.tar.bz2
gentoo-42507d4a4785faaac5f7b8a3f8faa2b267ca8a9b.zip
games-fps/ut2004-cor: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-cor/Manifest4
-rw-r--r--games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild14
2 files changed, 7 insertions, 11 deletions
diff --git a/games-fps/ut2004-cor/Manifest b/games-fps/ut2004-cor/Manifest
index 10730e55c008..c4a1c39c64e7 100644
--- a/games-fps/ut2004-cor/Manifest
+++ b/games-fps/ut2004-cor/Manifest
@@ -1,2 +1,2 @@
-DIST COR_Beta_v1.0.zip 278979612 RMD160 826e09e7cfc73a8d1098e4d74f3e0cf29c0b018b SHA1 f549f0be96e536424bf1b96a9e95daf590e9519a SHA256 bde2f6acf241ff94ce59cfa87271c71168cd82c00b55ac9de1c6f2317690f4e1
-DIST COR_Patch_B1.0_to_B1.01.zip 20386490 RMD160 7d3e723c89b0223f1a82476d77d5826b9f139027 SHA1 ccecf6341318f638f86ff3d09785bcf1a726e133 SHA256 78034844cda02f96faf178fac8ed05c64aaaa7390d67877aed334f320b9ff903
+DIST cor_beta_v1.0.zip 278979612 SHA256 bde2f6acf241ff94ce59cfa87271c71168cd82c00b55ac9de1c6f2317690f4e1 SHA512 04a8db1b31478785052d162e2007eb336d1d99c76f96098163c71616d3951e4e3c7b95c1b29a05e9acf2e0554c5bd20e5e2df10b93325b0e2cabf3a5a60640a6 WHIRLPOOL 66de704405e17cf4394a66a77941537141092b8c0478227276f5e9cf56cae6b5af3e66cc750002f725dca04c3327b83cd8d5839696f924ec1c0961566eb00676
+DIST cor_patch_b1_to_b101.zip 20386490 SHA256 78034844cda02f96faf178fac8ed05c64aaaa7390d67877aed334f320b9ff903 SHA512 7b7243727a0e4570545f9d3f93a141b61da5e4cbe458894602925733396b3f9037c7a9a21a1ee9c9638181b4c321a9030a29837e1e808826a70bb52f54e2d6a6 WHIRLPOOL d672a928a14b70f0f6ebd6955b8f92868aa9b250a5835ea2401ef09f187e3be919ad0fa3416370eba74722c50d0421c2cff5fe3f86b2d523f48182f2bf666cac
diff --git a/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild b/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
index fbb95a89db9b..0676374df6ea 100644
--- a/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
+++ b/games-fps/ut2004-cor/ut2004-cor-1.01-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="Shape-shifting robot teamplay mod"
MOD_NAME="Counter Organic Revolution"
@@ -10,18 +10,14 @@ MOD_DIR="COR"
inherit games games-mods
-HOMEPAGE="http://www.corproject.com/"
-SRC_URI="http://168.158.223.115/COR_Beta_v1.0.zip
- http://168.158.223.115/COR_Patch_B1.0_to_B${PV}.zip"
+HOMEPAGE="http://www.moddb.com/mods/counter-organic-revolution"
+SRC_URI="https://ut.rushbase.net/beyondunreal/mods/cor_beta_v1.0.zip
+ https://ut.rushbase.net/beyondunreal/mods/cor_patch_b1_to_b101.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
-src_unpack() {
- unpack COR_Beta_v1.0.zip COR_Patch_B1.0_to_B${PV}.zip
-}
-
src_prepare() {
- rm -f ${MOD_DIR}/*.bat
+ rm -f ${MOD_DIR}/*.bat || die
}