summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:37:45 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:37:45 +0000
commit41413d20ed731e62b05b0ec3c6fdc236e4982d92 (patch)
treeb18aef5cffafc6b7a51077a4e5545cb5b56cf5ed /games-fps/doom3-inhell
parentfix RDEPEND (diff)
downloadgentoo-2-41413d20ed731e62b05b0ec3c6fdc236e4982d92.tar.gz
gentoo-2-41413d20ed731e62b05b0ec3c6fdc236e4982d92.tar.bz2
gentoo-2-41413d20ed731e62b05b0ec3c6fdc236e4982d92.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.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-fps/doom3-inhell')
-rw-r--r--games-fps/doom3-inhell/ChangeLog10
-rw-r--r--games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild6
-rw-r--r--games-fps/doom3-inhell/doom3-inhell-1.1.ebuild36
3 files changed, 10 insertions, 42 deletions
diff --git a/games-fps/doom3-inhell/ChangeLog b/games-fps/doom3-inhell/ChangeLog
index 3b16b175bf86..f249d1b40373 100644
--- a/games-fps/doom3-inhell/ChangeLog
+++ b/games-fps/doom3-inhell/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/doom3-inhell
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.3 2006/10/30 23:30:26 wolf31o2 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.4 2008/02/15 00:37:45 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ -doom3-inhell-1.1.ebuild, doom3-inhell-1.1-r1.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-inhell-1.1-r1 (30 Oct 2006)
diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
index 911b5780b7a4..5df5c302e1a4 100644
--- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
+++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.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-inhell/doom3-inhell-1.1-r1.ebuild,v 1.1 2006/10/30 23:30:26 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.2 2008/02/15 00:37:45 wolf31o2 Exp $
MOD_DESC="Ultimate Doom-inspired levels for Doom 3"
MOD_NAME="In Hell"
@@ -15,8 +15,6 @@ SRC_URI="mirror://filefront/Doom_III/Mods/Single_Player/in_hell_v${MY_PV}.zip"
LICENSE="as-is"
-KEYWORDS="~amd64 ~x86"
-
RDEPEND="games-fps/doom3"
S=${WORKDIR}
diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild
deleted file mode 100644
index 1c15cfb368be..000000000000
--- a/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1.ebuild,v 1.3 2006/09/28 21:07:43 nyhm Exp $
-
-inherit eutils versionator games
-
-MY_PV=$(replace_version_separator 1 '')
-
-MOD="in_hell"
-DESCRIPTION="Ultimate Doom-inspired levels for Doom 3"
-HOMEPAGE="http://www.doomerland.de.vu/"
-SRC_URI="mirror://filefront/Doom_III/Mods/Single_Player/in_hell_v${MY_PV}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="games-fps/doom3"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}
-
-src_install() {
- mv In_Hell ${MOD}
-
- insinto "${GAMES_PREFIX_OPT}"/doom3/
- doins -r ${MOD} || die "doins failed"
-
- games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}"
- make_desktop_entry ${PN} "Doom III - In Hell" doom3.png
-
- prepgamesdirs
-}