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/ut2004-action/ut2004-action-1.ebuild
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/ut2004-action/ut2004-action-1.ebuild')
-rw-r--r--games-fps/ut2004-action/ut2004-action-1.ebuild17
1 files changed, 5 insertions, 12 deletions
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}
}