summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 19:42:10 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:45:32 -0500
commitc8d98cc687543eb78da0d7bdb7bf9a78b5216b79 (patch)
treeb46e86c099f705678bf7748446c7cc9ed75f194f
parentgames-fps/ut2004-muralis: EAPI=5 (diff)
downloadgentoo-c8d98cc687543eb78da0d7bdb7bf9a78b5216b79.tar.gz
gentoo-c8d98cc687543eb78da0d7bdb7bf9a78b5216b79.tar.bz2
gentoo-c8d98cc687543eb78da0d7bdb7bf9a78b5216b79.zip
games-fps/ut2004-strikeforce: EAPI=5
Package-Manager: portage-2.2.26
-rw-r--r--games-fps/ut2004-strikeforce/Manifest2
-rw-r--r--games-fps/ut2004-strikeforce/ut2004-strikeforce-4.1.ebuild13
2 files changed, 4 insertions, 11 deletions
diff --git a/games-fps/ut2004-strikeforce/Manifest b/games-fps/ut2004-strikeforce/Manifest
index 6e2d8473bb56..edb48eee7400 100644
--- a/games-fps/ut2004-strikeforce/Manifest
+++ b/games-fps/ut2004-strikeforce/Manifest
@@ -1 +1 @@
-DIST StrikeForce-CE-V4.1.zip 452020366 RMD160 4fbf4b6a2dbc4f78f75d8c9d29f1823e25275af0 SHA1 9a067b3ffeb780c79d9fb9df87c281d1c3842ec5 SHA256 cdd171a5d22ea17536e74c9fbf8430498098987a320e2e6247a27abfa327178e
+DIST strikeforce-ce-v4.1.zip 452020366 SHA256 cdd171a5d22ea17536e74c9fbf8430498098987a320e2e6247a27abfa327178e SHA512 758de1fa2a39b822114b7f224668acdbeffba6d62cc1b1a31104fcac4f84b6859cfa9a024d4d682682cf4f52de7118c1cbaa080a4887c6d882c0c7fb78ef3b49 WHIRLPOOL d52cbd78186afe46765bf11027bcf660fe11caf6304553a97c2c75e336f04201fe0579316bb93934bf149ee5cfdb157cc04210022a1834496542881f699fb233
diff --git a/games-fps/ut2004-strikeforce/ut2004-strikeforce-4.1.ebuild b/games-fps/ut2004-strikeforce/ut2004-strikeforce-4.1.ebuild
index bacadfa66a8f..61eb4e8bc369 100644
--- a/games-fps/ut2004-strikeforce/ut2004-strikeforce-4.1.ebuild
+++ b/games-fps/ut2004-strikeforce/ut2004-strikeforce-4.1.ebuild
@@ -1,29 +1,22 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="a terrorist vs. strike force mod"
MOD_NAME="Strike Force"
MOD_DIR="StrikeForce"
inherit games games-mods
-HOMEPAGE="http://www.strikeforcegame.com/"
-SRC_URI="StrikeForce-CE-V${PV}.zip"
+HOMEPAGE="http://www.moddb.com/mods/strike-force-2004"
+SRC_URI="https://ut.rushbase.net/beyondunreal/mods/strikeforce-ce-v${PV}.zip"
LICENSE="freedist"
KEYWORDS="amd64 x86"
IUSE="dedicated opengl"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "${HOMEPAGE}"
- elog "and move it to ${DISTDIR}"
-}
src_prepare() {
rm -f ${MOD_DIR}/*.exe
}