summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:55:50 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:55:50 -0500
commita76f895e61d5d6e9c6ac465918fd914e005d12a5 (patch)
tree7e195c8e2da92b412c1394cb99b222d5e1c61fec /games-fps
parentgames-fps/ut2003-demo: add QA_PREBUILT; tidy (diff)
downloadgentoo-a76f895e61d5d6e9c6ac465918fd914e005d12a5.tar.gz
gentoo-a76f895e61d5d6e9c6ac465918fd914e005d12a5.tar.bz2
gentoo-a76f895e61d5d6e9c6ac465918fd914e005d12a5.zip
games-fps/ut2004-action: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-action/Manifest2
-rw-r--r--games-fps/ut2004-action/ut2004-action-1.ebuild17
2 files changed, 6 insertions, 13 deletions
diff --git a/games-fps/ut2004-action/Manifest b/games-fps/ut2004-action/Manifest
index a1ca1e1c4419..057bd95a2457 100644
--- a/games-fps/ut2004-action/Manifest
+++ b/games-fps/ut2004-action/Manifest
@@ -1 +1 @@
-DIST aut-r1-msuc.zip 323878282 RMD160 067a01cc92af9df8bed689cefeac70ca8d24e9f2 SHA1 da8709691a212cd500fd6192b6787345f3398015 SHA256 8ebd6746e3db888085a02cdee4524a2221d7dd6ba38c53bcf439db25c921f75f
+DIST aut-r1-msuc.zip 323878282 SHA256 8ebd6746e3db888085a02cdee4524a2221d7dd6ba38c53bcf439db25c921f75f SHA512 50aafff330839c9b8fe8be2e6a98d9532f8429e2a8f258a9a6dabd39f555a9ce11f9178592575996ebce2629ff5c7f3046777bc1605f21c2bbefb80e11ca4f65 WHIRLPOOL 91779065372716cf076f4b2c5a3a77cbaec366f48fb1fc5319a2f3827ceeed4f5d668f40c6fb75b8ae60fa2b7076758c995ff82fb698e13894d546525bc15838
diff --git a/games-fps/ut2004-action/ut2004-action-1.ebuild b/games-fps/ut2004-action/ut2004-action-1.ebuild
index 3eb00bc973e7..b3f091f98e97 100644
--- a/games-fps/ut2004-action/ut2004-action-1.ebuild
+++ b/games-fps/ut2004-action/ut2004-action-1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="Action movie mod"
MOD_NAME="Action"
@@ -11,22 +11,15 @@ MOD_ICON="aut.ico"
inherit games games-mods
-HOMEPAGE="http://www.ateamproductions.net/"
-SRC_URI="aut-r1-msuc.zip"
+HOMEPAGE="http://www.moddb.com/mods/action-unreal-tournament/addons/action-unreal-tournament-r1"
+SRC_URI="https://ut.rushbase.net/beyondunreal/mods/aut-r1-msuc.zip"
LICENSE="freedist"
KEYWORDS="~amd64 ~x86"
IUSE="dedicated opengl"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- elog "Please download ${SRC_URI} from:"
- elog "http://www.atomicgamer.com/file.php?id=45011"
- elog "and move it to ${DISTDIR}"
-}
src_unpack() {
- mkdir ${MOD_DIR}
- cd ${MOD_DIR}
+ mkdir ${MOD_DIR} || die
+ cd ${MOD_DIR} || die
unpack ${A}
}