summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:32:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-15 00:32:04 +0000
commitd8921648846c63f2949a540f75bfa755683d4d80 (patch)
tree757ba613489b8d8e250d870cfd7a8a8e05cc73e9 /games-fps/doom3-chextrek
parentMarking stable on amd64/x86 as there's no code differences, just ebuild diffe... (diff)
downloadgentoo-2-d8921648846c63f2949a540f75bfa755683d4d80.tar.gz
gentoo-2-d8921648846c63f2949a540f75bfa755683d4d80.tar.bz2
gentoo-2-d8921648846c63f2949a540f75bfa755683d4d80.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-chextrek')
-rw-r--r--games-fps/doom3-chextrek/ChangeLog10
-rw-r--r--games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild6
-rw-r--r--games-fps/doom3-chextrek/doom3-chextrek-0.5_beta.ebuild44
3 files changed, 10 insertions, 50 deletions
diff --git a/games-fps/doom3-chextrek/ChangeLog b/games-fps/doom3-chextrek/ChangeLog
index e30057df895b..c3a912033c99 100644
--- a/games-fps/doom3-chextrek/ChangeLog
+++ b/games-fps/doom3-chextrek/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/doom3-chextrek
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/ChangeLog,v 1.7 2007/03/12 14:29:13 genone Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/ChangeLog,v 1.8 2008/02/15 00:32:04 wolf31o2 Exp $
+
+ 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ -doom3-chextrek-0.5_beta.ebuild, doom3-chextrek-0.5_beta-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.
12 Mar 2007; Marius Mauch <genone@gentoo.org>
doom3-chextrek-0.5_beta.ebuild, doom3-chextrek-0.5_beta-r1.ebuild:
diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild
index ff492b9d7e71..48211bae0e82 100644
--- a/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild
+++ b/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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-chextrek/doom3-chextrek-0.5_beta-r1.ebuild,v 1.2 2007/03/12 14:29:13 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta-r1.ebuild,v 1.3 2008/02/15 00:32:04 wolf31o2 Exp $
MOD_DESC="Green slimeballs mod for kids"
MOD_NAME="Chex Trek: Beyond the Quest"
@@ -18,8 +18,6 @@ SRC_URI="mirror://filefront/Doom_III/Supported_Mods/Beta_Releases/Chex_Trek_Beyo
LICENSE="as-is"
-KEYWORDS="~amd64 ~x86"
-
RDEPEND="games-fps/doom3"
S=${WORKDIR}
diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta.ebuild
deleted file mode 100644
index eca6e49800ff..000000000000
--- a/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/doom3-chextrek-0.5_beta.ebuild,v 1.6 2007/03/12 14:29:13 genone Exp $
-
-inherit eutils versionator games
-
-# Changes "0.5_beta" to "beta_0.5"
-MY_PV=$(get_version_component_range 3-3)$(get_version_component_range 1-2)
-MY_PV=${MY_PV/beta/beta_}
-MY_P="chextrek${MY_PV}"
-
-MOD="chextrek"
-DESCRIPTION="Green slimeballs mod for kids"
-HOMEPAGE="http://www.chextrek.xv15mods.com/"
-SRC_URI="mirror://filefront/Doom_III/Supported_Mods/Beta_Releases/Chex_Trek_Beyond_the_Quest/${MY_P}.zip"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="mirror strip"
-
-RDEPEND="games-fps/doom3"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}
-dir=${GAMES_PREFIX_OPT}/doom3
-
-src_install() {
- insinto "${dir}"/${MOD}
- doins -r * || die "doins failed"
-
- games_make_wrapper ${PN} "doom3 +set fs_game ${MOD}"
- make_desktop_entry ${PN} "Doom III - Chex Trek" doom3.png
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "Press 'E' to open doors in the game."
- elog "Press 'M' to toggle the map."
-}