summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:49:07 -0500
committerMichael Sterrett <mr_bones_@gentoo.org>2016-01-12 23:49:07 -0500
commitfd250105fdc8e0b56f5d028924fcf722f1cd1c65 (patch)
tree812e68972c419e29402b6e0813ff3fe9b40648ea /games-fps
parentgames-fps/aaut: EAPI=5 (diff)
downloadgentoo-fd250105fdc8e0b56f5d028924fcf722f1cd1c65.tar.gz
gentoo-fd250105fdc8e0b56f5d028924fcf722f1cd1c65.tar.bz2
gentoo-fd250105fdc8e0b56f5d028924fcf722f1cd1c65.zip
games-fps/ut2004-hamsterbash: EAPI=5
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/ut2004-hamsterbash/Manifest2
-rw-r--r--games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild13
2 files changed, 11 insertions, 4 deletions
diff --git a/games-fps/ut2004-hamsterbash/Manifest b/games-fps/ut2004-hamsterbash/Manifest
index 6704f4708c02..3f2931cfbde3 100644
--- a/games-fps/ut2004-hamsterbash/Manifest
+++ b/games-fps/ut2004-hamsterbash/Manifest
@@ -1 +1 @@
-DIST HamsterBashFinal.zip 98608028 SHA256 104a2c09dd5c698877301f3f899dbb6a1b092e31b1c8112ad119824468ca8d9b
+DIST HamsterBashFinal.zip 98608028 SHA256 104a2c09dd5c698877301f3f899dbb6a1b092e31b1c8112ad119824468ca8d9b SHA512 641a642ce08d5188045f9d015a92f0846ac22c65b7b047bb0096f216d7cb9d0a8074e5e11b01fc187b56fbdf2d5cbc0e5cd56c2eb3f40f744fbeadf291e08573 WHIRLPOOL a3d4e08875cd8e9d1b8a9b4301bf1ae980851414cfdfa61b1f965ca41feba170e4b7ace326c7542f38e22981bb365fd1c3c932c176c77b691509b01edcd2e797
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
index 1d3ea71f0cde..d77ee7012dfc 100644
--- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
+++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="Cute and violent hamster cage rampage mod"
MOD_NAME="Hamster Bash"
@@ -10,12 +10,19 @@ MOD_DIR="hamsterbash"
inherit unpacker games games-mods
-HOMEPAGE="http://www.eigensoft.com/hamsterbash.htm"
-SRC_URI="http://server088.eigensoft.com/HamsterBashFinal.zip"
+HOMEPAGE="http://www.moddb.com/mods/hamsterbash"
+SRC_URI="HamsterBashFinal.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() {
mv -f HamsterBash ${MOD_DIR} || die