public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-mitm/
@ 2016-01-12  6:48 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-01-12  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f281db799bac9d613cfede90247b14999b5376ac
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 22:38:11 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 06:48:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f281db79

games-fps/doom3-mitm: EAPI=5

Package-Manager: portage-2.2.26

 games-fps/doom3-mitm/doom3-mitm-20070129.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
index 1d0523c..f00fa71 100644
--- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
+++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=2
+EAPI=5
 
 MOD_DESC="Single player maps"
 MOD_NAME="Make it to Morning"
@@ -21,13 +21,13 @@ RDEPEND="games-fps/doom3-roe
 	games-fps/doom3[opengl,roe]"
 
 src_unpack() {
-	mkdir mitm
-	cd mitm
+	mkdir mitm || die
+	cd mitm || die
 	unpack ${A}
 }
 
 src_prepare() {
-	cd mitm
+	cd mitm || die
 	mv -f MITM*.txt mitm.txt || die
 	mv -f Mitm5*.txt mitm5.txt || die
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-mitm/
@ 2016-01-13 18:21 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-01-13 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     82de58a08e3b4d65292171d822751066bd430946
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 18:03:13 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 18:15:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82de58a0

games-fps/doom3-mitm: EAPI=5; attempt at fixing bug #383321

Package-Manager: portage-2.2.26

 games-fps/doom3-mitm/Manifest                   |  3 +--
 games-fps/doom3-mitm/doom3-mitm-20070129.ebuild | 19 +++++++++----------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/games-fps/doom3-mitm/Manifest b/games-fps/doom3-mitm/Manifest
index 4dbc77b..6d2ac88 100644
--- a/games-fps/doom3-mitm/Manifest
+++ b/games-fps/doom3-mitm/Manifest
@@ -1,2 +1 @@
-DIST mitm5.zip 33650739 SHA256 e514c37cc8efc19cac8dc9b55ffae7c98f41aecd6855d3ba8206768ef6167f9d
-DIST mitm_4.zip 136302315 SHA256 a93b65ccb92f3839e9824d00a439e67ecf8c643e1b1d15789b08070d47fa7938
+DIST MakeItToMorning1-6.zip 184131772 SHA256 d9757e51f6d474fe992b19008d2723253f27496baea6729576e460c3c31b0e64 SHA512 5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea WHIRLPOOL 24317336168b2bc3d05582ed745858597f4248fc3261f102de8ca539641574221cd39850ef83f0ee422038ed43422801cf87c80330c1d85d35432bf23e2ebdf1

diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
index f00fa71..4b84e9e 100644
--- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
+++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
@@ -9,35 +9,34 @@ MOD_NAME="Make it to Morning"
 
 inherit eutils games games-mods
 
-HOMEPAGE="http://www.makeittomorning.co.uk/"
-SRC_URI="http://www.doomwadstation.com/doom3/maps/Morning/mitm_4.zip
-	http://www.doomwadstation.com/doom3/maps/Morning/mitm5.zip"
+HOMEPAGE="http://www.jimwilkie.co.uk/mitm/"
+SRC_URI="MakeItToMorning1-6.zip"
 
 LICENSE="all-rights-reserved"
 KEYWORDS="amd64 x86"
 IUSE=""
+RESTRICT="fetch"
 
 RDEPEND="games-fps/doom3-roe
 	games-fps/doom3[opengl,roe]"
 
+pkg_nofetch() {
+	elog "Go to http://www.gamewatcher.com/mods/doom-3-resurrection-of-evil-mod/make-it-to-morning-1-6"
+	elog "and download ${A} and place the file in ${DISTDIR}"
+}
+
 src_unpack() {
 	mkdir mitm || die
 	cd mitm || die
 	unpack ${A}
 }
 
-src_prepare() {
-	cd mitm || die
-	mv -f MITM*.txt mitm.txt || die
-	mv -f Mitm5*.txt mitm5.txt || die
-}
-
 src_install() {
 	games_make_wrapper ${PN} \
 		"doom3 +set fs_game_base d3xp +set fs_game mitm +map mitm"
 	make_desktop_entry ${PN} "Doom 3 - ${MOD_NAME} (1)" doom3
 	local i
-	for i in {2..5} ; do
+	for i in {2..6} ; do
 		games_make_wrapper ${PN}${i} \
 			"doom3 +set fs_game_base d3xp +set fs_game mitm +map mitm${i}"
 		make_desktop_entry ${PN}${i} "Doom 3 - ${MOD_NAME} (${i})" doom3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-mitm/
@ 2017-12-11 12:48 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2017-12-11 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     95d81066d319b56cbf8be9c66095a7e2af5d0952
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 10:18:00 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=95d81066

games-fps/doom3-mitm: Update Manifest hashes.

 games-fps/doom3-mitm/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-fps/doom3-mitm/Manifest b/games-fps/doom3-mitm/Manifest
index 6d2ac8829ec..dec47aaeffe 100644
--- a/games-fps/doom3-mitm/Manifest
+++ b/games-fps/doom3-mitm/Manifest
@@ -1 +1 @@
-DIST MakeItToMorning1-6.zip 184131772 SHA256 d9757e51f6d474fe992b19008d2723253f27496baea6729576e460c3c31b0e64 SHA512 5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea WHIRLPOOL 24317336168b2bc3d05582ed745858597f4248fc3261f102de8ca539641574221cd39850ef83f0ee422038ed43422801cf87c80330c1d85d35432bf23e2ebdf1
+DIST MakeItToMorning1-6.zip 184131772 BLAKE2B 03de634789cdd62293b39617e807d9137e9fef84849555cb6b87ade9bcd1f3ad2f9973cb2510716a5fe38a5bbb1b2ebfa4a38357a65ae9355af7d53785edd048 SHA512 5c8b58b51fb4308366db74705c6f1c5ed7a99f41992000c0ceb3b57fe1d61cb617cc03725ab213d6d7cfbad76104efebe647e50d5ad78e5b0ec480ed840118ea


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-mitm/
@ 2018-12-19 14:31 Ben Kohler
  0 siblings, 0 replies; 4+ messages in thread
From: Ben Kohler @ 2018-12-19 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bb9c47b5b9d630678b0c39069076f527926c9241
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 14:16:12 2018 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 14:31:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9c47b5

games-fps/doom3-mitm: 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/doom3-mitm/doom3-mitm-20070129.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
index 7b38c2520cb..a6654a9a80a 100644
--- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
+++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -21,7 +21,7 @@ RDEPEND="games-fps/doom3-roe
 
 pkg_nofetch() {
 	elog "Go to http://www.gamewatcher.com/mods/doom-3-resurrection-of-evil-mod/make-it-to-morning-1-6"
-	elog "and download ${A} and place the file in ${DISTDIR}"
+	elog "and download ${A} and place the file into your DISTDIR directory."
 }
 
 src_unpack() {


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-19 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12  6:48 [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-mitm/ Michael Sterrett
  -- strict thread matches above, loose matches on Subject: below --
2016-01-13 18:21 Michael Sterrett
2017-12-11 12:48 Ulrich Müller
2018-12-19 14:31 Ben Kohler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox