Skip to content

Commit

Permalink
games-fps/ut2004-action: EAPI=5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Michael Sterrett committed Jan 13, 2016
1 parent 9abb74d commit a76f895
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion games-fps/ut2004-action/Manifest
Original file line number Diff line number Diff line change
@@ -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
17 changes: 5 additions & 12 deletions games-fps/ut2004-action/ut2004-action-1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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}
}

0 comments on commit a76f895

Please sign in to comment.