summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:43:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:43:53 +0000
commit3f258bc59af903ad7fb7bc4a2bda6770f3355d97 (patch)
tree961c2b0886c3bdd4586d74dbd10ef7f6be6dff67 /games-fps/doom3-cdoom
parentfix RDEPEND (diff)
downloadhistorical-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-cdoom')
-rw-r--r--games-fps/doom3-cdoom/ChangeLog8
-rw-r--r--games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild4
-rw-r--r--games-fps/doom3-cdoom/doom3-cdoom-1.ebuild38
3 files changed, 8 insertions, 42 deletions
diff --git a/games-fps/doom3-cdoom/ChangeLog b/games-fps/doom3-cdoom/ChangeLog
index ec0ed7dc35b0..1fff6bba82ef 100644
--- a/games-fps/doom3-cdoom/ChangeLog
+++ b/games-fps/doom3-cdoom/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/doom3-cdoom
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-cdoom/ChangeLog,v 1.5 2008/02/15 00:24:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-cdoom/ChangeLog,v 1.6 2008/02/15 00:28:48 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -doom3-cdoom-1.ebuild,
+ doom3-cdoom-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.
15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> doom3-cdoom-1.ebuild,
doom3-cdoom-1-r1.ebuild:
diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild
index 8a85e5ffc1d3..a48b5d36413c 100644
--- a/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild
+++ b/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild,v 1.2 2008/02/15 00:24:35 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-cdoom/doom3-cdoom-1-r1.ebuild,v 1.3 2008/02/15 00:28:48 wolf31o2 Exp $
MOD_DESC="Doom 1 conversion for Doom 3"
MOD_NAME="Classic Doom"
@@ -16,8 +16,6 @@ SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/classic_doom3_ve
LICENSE="as-is"
-KEYWORDS="~amd64 ~x86"
-
src_unpack() {
games-mods_src_unpack
mkdir -p ${MOD_DIR}
diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.ebuild
deleted file mode 100644
index 0aa85199c030..000000000000
--- a/games-fps/doom3-cdoom/doom3-cdoom-1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-cdoom/doom3-cdoom-1.ebuild,v 1.5 2008/02/15 00:24:35 wolf31o2 Exp $
-
-inherit eutils games
-
-MOD="cdoom"
-DESCRIPTION="Doom 1 conversion for Doom 3"
-HOMEPAGE="http://cdoom.d3files.com/"
-SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/classic_doom3_version${PV}.zip
- mirror://filefront/Doom_III/Hosted_Mods/Patches/cdoom3_v${PV}_update_patch.zip
- mirror://gentoo/${PN}.png
- http://dev.gentoo.org/~wolf31o2/sources/dump/${PN}.png"
-
-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 *.pk4 ${MOD}/
-
- insinto "${GAMES_PREFIX_OPT}"/doom3
- doins -r ${MOD} || die "doins failed"
-
- games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}"
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} "Doom III - Classic Doom" ${PN}.png
-
- prepgamesdirs
-}