* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/
@ 2016-01-13 4:57 Michael Sterrett
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-01-13 4:57 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/
@ 2016-03-15 7:45 Michael Sterrett
0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett @ 2016-03-15 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 1ac00166ebf05d886d92b5b7130ff76cf3f6259b
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 06:24:46 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 07:41:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac00166
games-fps/ut2004-hamsterbash: stable for amd64 and x86
Package-Manager: portage-2.2.26
games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
index d77ee70..e510a1d 100644
--- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
+++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.moddb.com/mods/hamsterbash"
SRC_URI="HamsterBashFinal.zip"
LICENSE="freedist"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="dedicated opengl"
RESTRICT="fetch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/
@ 2017-12-11 12:48 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2017-12-11 12:48 UTC (permalink / raw
To: gentoo-commits
commit: f87cb27fb18f7be11d8112d0d5962e44f8f2fb22
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 10:29:02 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 12:47:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87cb27f
games-fps/ut2004-hamsterbash: Update Manifest hashes.
games-fps/ut2004-hamsterbash/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/ut2004-hamsterbash/Manifest b/games-fps/ut2004-hamsterbash/Manifest
index 3f2931cfbde..dfd60e76c9e 100644
--- a/games-fps/ut2004-hamsterbash/Manifest
+++ b/games-fps/ut2004-hamsterbash/Manifest
@@ -1 +1 @@
-DIST HamsterBashFinal.zip 98608028 SHA256 104a2c09dd5c698877301f3f899dbb6a1b092e31b1c8112ad119824468ca8d9b SHA512 641a642ce08d5188045f9d015a92f0846ac22c65b7b047bb0096f216d7cb9d0a8074e5e11b01fc187b56fbdf2d5cbc0e5cd56c2eb3f40f744fbeadf291e08573 WHIRLPOOL a3d4e08875cd8e9d1b8a9b4301bf1ae980851414cfdfa61b1f965ca41feba170e4b7ace326c7542f38e22981bb365fd1c3c932c176c77b691509b01edcd2e797
+DIST HamsterBashFinal.zip 98608028 BLAKE2B f80aabf16768adfa511efd72d762e50fdf45e98286306dab861d1989405d32712d03631d53b3f959c033e4e9c491b3ff16825fb00f33f75bfbe697d1f22be65b SHA512 641a642ce08d5188045f9d015a92f0846ac22c65b7b047bb0096f216d7cb9d0a8074e5e11b01fc187b56fbdf2d5cbc0e5cd56c2eb3f40f744fbeadf291e08573
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/
@ 2018-05-26 9:55 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-05-26 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 869aebac09cd1d9b5095e111a3402c387fc7a313
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 26 08:44:48 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:53:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869aebac
games-fps/ut2004-hamsterbash: use HTTPs
games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
index 4d51041af58..deff807a29d 100644
--- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
+++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -9,7 +9,7 @@ MOD_DIR="hamsterbash"
inherit unpacker games games-mods
-HOMEPAGE="http://www.moddb.com/mods/hamsterbash"
+HOMEPAGE="https://www.moddb.com/mods/hamsterbash"
SRC_URI="HamsterBashFinal.zip"
LICENSE="freedist"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/
@ 2018-12-19 14:31 Ben Kohler
0 siblings, 0 replies; 5+ messages in thread
From: Ben Kohler @ 2018-12-19 14:31 UTC (permalink / raw
To: gentoo-commits
commit: ef16ad5095bfa7cda0927abc0394b7dca56720ea
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:17:07 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef16ad50
games-fps/ut2004-hamsterbash: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
index deff807a29d..3f7a22485ab 100644
--- a/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
+++ b/games-fps/ut2004-hamsterbash/ut2004-hamsterbash-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ RESTRICT="fetch"
pkg_nofetch() {
elog "Please download ${SRC_URI} from:"
elog "${HOMEPAGE}"
- elog "and move it to ${DISTDIR}"
+ elog "and move it to your DISTDIR directory."
}
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-12-19 14:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 7:45 [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-hamsterbash/ Michael Sterrett
-- strict thread matches above, loose matches on Subject: below --
2018-12-19 14:31 Ben Kohler
2018-05-26 9:55 David Seifert
2017-12-11 12:48 Ulrich Müller
2016-01-13 4:57 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox