diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:43:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-02-15 00:43:53 +0000 |
commit | 3f258bc59af903ad7fb7bc4a2bda6770f3355d97 (patch) | |
tree | 961c2b0886c3bdd4586d74dbd10ef7f6be6dff67 /games-fps/doom3-mitm | |
parent | fix RDEPEND (diff) | |
download | historical-3f258bc59af903ad7fb7bc4a2bda6770f3355d97.tar.gz historical-3f258bc59af903ad7fb7bc4a2bda6770f3355d97.tar.bz2 historical-3f258bc59af903ad7fb7bc4a2bda6770f3355d97.zip |
Marking stable on amd64/x86 as there's no code differences, just ebuild differences, and this has been in the tree for a long time with no bugs filed.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-fps/doom3-mitm')
-rw-r--r-- | games-fps/doom3-mitm/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/doom3-mitm/doom3-mitm-20060328.ebuild | 15 |
2 files changed, 19 insertions, 6 deletions
diff --git a/games-fps/doom3-mitm/ChangeLog b/games-fps/doom3-mitm/ChangeLog index 2d31a41a8fe8..00e4e2eba7c1 100644 --- a/games-fps/doom3-mitm/ChangeLog +++ b/games-fps/doom3-mitm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-mitm -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/ChangeLog,v 1.1 2006/11/15 19:55:18 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/ChangeLog,v 1.2 2008/02/15 00:40:07 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + doom3-mitm-20060328.ebuild: + Marking stable on amd64/x86 as there's no code differences, just ebuild + differences, and this has been in the tree for a long time with no bugs + filed. *doom3-mitm-20060328 (15 Nov 2006) diff --git a/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild b/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild index ed1017b98bd3..f15e1cc18599 100644 --- a/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild +++ b/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild,v 1.2 2007/03/15 12:05:40 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-mitm/doom3-mitm-20060328.ebuild,v 1.3 2008/02/15 00:40:07 wolf31o2 Exp $ MOD_DESC="single-player map trilogy" MOD_NAME="Make it to Morning" @@ -18,12 +18,19 @@ SRC_URI="mirror://filefront/Doom_III/Resurrection_of_Evil/Maps/Single_Player/mak LICENSE="as-is" -KEYWORDS="-* ~amd64 ~x86" - RDEPEND="games-fps/doom3-roe" S=${WORKDIR} +pkg_setup() { + games-mods_pkg_setup + if ! built_with_use games-fps/doom3 roe + then + eerror "You need to install games-fps/doom3 with the roe USE flag." + die "Needs USE=roe games-fps/doom3" + fi +} + src_unpack() { games-mods_src_unpack mkdir -p mitm |