commit: fd250105fdc8e0b56f5d028924fcf722f1cd1c65 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Wed Jan 13 04:49:07 2016 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Wed Jan 13 04:49:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd250105
games-fps/ut2004-hamsterbash: EAPI=5 Package-Manager: portage-2.2.26 games-fps/ut2004-hamsterbash/Manifest | 2 +- games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/games-fps/ut2004-hamsterbash/Manifest b/games-fps/ut2004-hamsterbash/Manifest index 6704f47..3f2931c 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 1d3ea71..d77ee70 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
