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 | |
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
30 files changed, 129 insertions, 322 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 -} 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." -} diff --git a/games-fps/doom3-ducttape/ChangeLog b/games-fps/doom3-ducttape/ChangeLog index 8a031df3b3a1..23e29db866fe 100644 --- a/games-fps/doom3-ducttape/ChangeLog +++ b/games-fps/doom3-ducttape/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-ducttape -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.4 2006/10/30 21:13:27 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.5 2008/02/15 00:33:29 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + -doom3-ducttape-0006.ebuild, doom3-ducttape-0006-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-ducttape-0006-r1 (30 Oct 2006) diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild index 310da68aebc8..02d9f00e1df9 100644 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-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-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.1 2006/10/30 21:13:27 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.2 2008/02/15 00:33:29 wolf31o2 Exp $ MOD_DESC="sticks flashlights to your machinegun and shotgun" MOD_NAME="Duct Tape" @@ -13,8 +13,6 @@ SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" LICENSE="as-is" -KEYWORDS="-* ~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild deleted file mode 100644 index 0a6819fbb8fa..000000000000 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild +++ /dev/null @@ -1,29 +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-ducttape/doom3-ducttape-0006.ebuild,v 1.4 2006/03/20 00:02:07 halcy0n Exp $ - -inherit games - -DESCRIPTION="sticks flashlights to your machinegun and shotgun" -HOMEPAGE="http://ducttape.glenmurphy.com/" -SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" - -RDEPEND="games-fps/doom3" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -src_install() { - insinto "${GAMES_PREFIX_OPT}"/doom3/base - doins pak008.pk4 || die "doins failed" - insinto "${GAMES_PREFIX_OPT}"/doom3/d3xp - doins pak002.pk4 || die "doins failed" - newins readme.txt ${PN}-readme.txt - prepgamesdirs -} diff --git a/games-fps/doom3-dungeon/ChangeLog b/games-fps/doom3-dungeon/ChangeLog index 2fdbba70f14b..2e424a545134 100644 --- a/games-fps/doom3-dungeon/ChangeLog +++ b/games-fps/doom3-dungeon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-dungeon -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-dungeon/ChangeLog,v 1.3 2006/12/06 19:41:11 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-dungeon/ChangeLog,v 1.4 2008/02/15 00:35:24 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + doom3-dungeon-8.01.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. 06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> doom3-dungeon-8.01.ebuild: diff --git a/games-fps/doom3-dungeon/doom3-dungeon-8.01.ebuild b/games-fps/doom3-dungeon/doom3-dungeon-8.01.ebuild index ff9980c85622..2bad34f19454 100644 --- a/games-fps/doom3-dungeon/doom3-dungeon-8.01.ebuild +++ b/games-fps/doom3-dungeon/doom3-dungeon-8.01.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-dungeon/doom3-dungeon-8.01.ebuild,v 1.4 2007/02/01 00:48:05 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-dungeon/doom3-dungeon-8.01.ebuild,v 1.5 2008/02/15 00:35:24 wolf31o2 Exp $ MOD_DESC="rogue-like 3D mod" MOD_NAME="Dungeon" @@ -15,8 +15,6 @@ SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/DungeonDOOM/${MO LICENSE="as-is" -KEYWORDS="~amd64 ~x86" - RDEPEND="games-fps/doom3-roe games-fps/doom3" diff --git a/games-fps/doom3-eventhorizon/ChangeLog b/games-fps/doom3-eventhorizon/ChangeLog index 6bf48ae5f9b3..e545fc79ccee 100644 --- a/games-fps/doom3-eventhorizon/ChangeLog +++ b/games-fps/doom3-eventhorizon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-eventhorizon -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.1 2006/11/01 21:48:58 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.2 2008/02/15 00:35:59 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + doom3-eventhorizon-1.2.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-eventhorizon-1.2 (01 Nov 2006) diff --git a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild index ad8a09cfbe74..c58c829a9c6f 100644 --- a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild +++ b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.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-eventhorizon/doom3-eventhorizon-1.2.ebuild,v 1.1 2006/11/01 21:48:58 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.2.ebuild,v 1.2 2008/02/15 00:35:59 wolf31o2 Exp $ MOD_DESC="single-player mission based on the Event Horizon film" MOD_NAME="Event Horizon" @@ -13,8 +13,6 @@ SRC_URI="mirror://filefront/Doom_III/Maps/Single_Player/event_horizon_${PV}.zip" LICENSE="as-is" -KEYWORDS="~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-hellcampaign/ChangeLog b/games-fps/doom3-hellcampaign/ChangeLog index 1947c909da68..44cbed84e934 100644 --- a/games-fps/doom3-hellcampaign/ChangeLog +++ b/games-fps/doom3-hellcampaign/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-hellcampaign -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-hellcampaign/ChangeLog,v 1.4 2006/10/30 22:39:27 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-hellcampaign/ChangeLog,v 1.5 2008/02/15 00:36:44 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + -doom3-hellcampaign-1.ebuild, doom3-hellcampaign-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-hellcampaign-1-r1 (30 Oct 2006) diff --git a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild index 3b1491cf55ea..fd969b8af678 100644 --- a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild +++ b/games-fps/doom3-hellcampaign/doom3-hellcampaign-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-hellcampaign/doom3-hellcampaign-1-r1.ebuild,v 1.1 2006/10/30 22:39:27 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild,v 1.2 2008/02/15 00:36:44 wolf31o2 Exp $ MOD_DESC="map pack for Doom 3" MOD_NAME="Hell Campaign" @@ -15,8 +15,6 @@ SRC_URI="mirror://filefront/Doom_III/Maps/Map_Packs/sp_hc_final.zip LICENSE="as-is" -KEYWORDS="~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild deleted file mode 100644 index 421ff86a036f..000000000000 --- a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild +++ /dev/null @@ -1,46 +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-hellcampaign/doom3-hellcampaign-1.ebuild,v 1.4 2006/09/28 21:06:31 nyhm Exp $ - -inherit eutils games - -MOD="hell_campaign" -DESCRIPTION="Map pack for Doom 3" -HOMEPAGE="http://doom3.filefront.com/file/The_Ultimate_Hell_Campaign;52013" -SRC_URI="mirror://filefront/Doom_III/Maps/Map_Packs/sp_hc_final.zip - mirror://filefront/Doom_III/Maps/Map_Packs/hardcorehellcampaign_patch.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -RDEPEND="games-fps/doom3" -DEPEND="app-arch/unzip" - -S=${WORKDIR} -dir=${GAMES_PREFIX_OPT}/doom3 - -src_unpack() { - unpack ${A} - cd "${S}" - - # Prevent "non-portable" upper-case-filename warnings in Doom 3 - mv "Hardcore Hell Campaign.pk4" hardcore_hell_campaign.pk4 - mv Q2Textures.pk4 q2Textures.pk4 - mv Q3Textures.pk4 q3Textures.pk4 - - # Show nice description in "mods" menu within Doom 3 - echo 'Hell Campaign' > description.txt -} - -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 - Hell Campaign" doom3.png - - prepgamesdirs -} 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 -} diff --git a/games-fps/doom3-lms/ChangeLog b/games-fps/doom3-lms/ChangeLog index 55c97dce7792..02e4f85b45c8 100644 --- a/games-fps/doom3-lms/ChangeLog +++ b/games-fps/doom3-lms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-lms -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/ChangeLog,v 1.7 2006/10/30 23:42:14 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/ChangeLog,v 1.8 2008/02/15 00:38:34 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -doom3-lms-3.ebuild, + doom3-lms-3-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-lms-3-r1 (30 Oct 2006) diff --git a/games-fps/doom3-lms/doom3-lms-3-r1.ebuild b/games-fps/doom3-lms/doom3-lms-3-r1.ebuild index d39f60b427be..e84e1ee9f1e4 100644 --- a/games-fps/doom3-lms/doom3-lms-3-r1.ebuild +++ b/games-fps/doom3-lms/doom3-lms-3-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-lms/doom3-lms-3-r1.ebuild,v 1.1 2006/10/30 23:42:14 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-lms/doom3-lms-3-r1.ebuild,v 1.2 2008/02/15 00:38:34 wolf31o2 Exp $ MOD_DESC="add co-op support and/or play against swarms of unending monsters" MOD_NAME="Last Man Standing" @@ -13,8 +13,6 @@ SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/lms_${PV}_multip LICENSE="as-is" -KEYWORDS="~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-lms/doom3-lms-3.ebuild b/games-fps/doom3-lms/doom3-lms-3.ebuild deleted file mode 100644 index ccbc86976fc4..000000000000 --- a/games-fps/doom3-lms/doom3-lms-3.ebuild +++ /dev/null @@ -1,31 +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-lms/doom3-lms-3.ebuild,v 1.4 2006/09/28 21:08:45 nyhm Exp $ - -inherit eutils games - -MOD="lms${PV}" -DESCRIPTION="Add co-op support and/or play against swarms of unending monsters" -HOMEPAGE="http://lms.d3files.com/" -SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/lms_${PV}_multiplatform.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" -RESTRICT="mirror strip" - -DEPEND="games-fps/doom3 - app-arch/unzip" - -S=${WORKDIR} - -src_install() { - 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 - Last Man Standing" doom3.png - - prepgamesdirs -} 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 diff --git a/games-fps/doom3-opencoop/ChangeLog b/games-fps/doom3-opencoop/ChangeLog index cb997c1607b6..02248bb507cf 100644 --- a/games-fps/doom3-opencoop/ChangeLog +++ b/games-fps/doom3-opencoop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-opencoop -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-opencoop/ChangeLog,v 1.4 2006/10/31 23:08:53 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-opencoop/ChangeLog,v 1.5 2008/02/15 00:43:53 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + -doom3-opencoop-1.0.ebuild, doom3-opencoop-1.1.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-opencoop-1.1 (31 Oct 2006) diff --git a/games-fps/doom3-opencoop/doom3-opencoop-1.0.ebuild b/games-fps/doom3-opencoop/doom3-opencoop-1.0.ebuild deleted file mode 100644 index 7af0631e11f1..000000000000 --- a/games-fps/doom3-opencoop/doom3-opencoop-1.0.ebuild +++ /dev/null @@ -1,33 +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-opencoop/doom3-opencoop-1.0.ebuild,v 1.3 2006/03/31 20:50:07 wolf31o2 Exp $ - -inherit games - -DESCRIPTION="add coop support to Doom 3" -HOMEPAGE="http://www.d3opencoop.com/" -SRC_URI="opencoop1.0.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="" -RESTRICT="fetch" - -RDEPEND="games-fps/doom3" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -pkg_nofetch() { - einfo "Please visit this website:" - einfo "http://www.d3opencoop.com/index.php?section=files" - einfo "And download ${A} into ${DISTDIR}" -} - -src_install() { - insinto "${GAMES_PREFIX_OPT}"/doom3 - doins -r opencoop || die "doins failed" - prepgamesdirs -} diff --git a/games-fps/doom3-opencoop/doom3-opencoop-1.1.ebuild b/games-fps/doom3-opencoop/doom3-opencoop-1.1.ebuild index e33aaa993134..af37a132e5a6 100644 --- a/games-fps/doom3-opencoop/doom3-opencoop-1.1.ebuild +++ b/games-fps/doom3-opencoop/doom3-opencoop-1.1.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-opencoop/doom3-opencoop-1.1.ebuild,v 1.1 2006/10/31 23:08:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-opencoop/doom3-opencoop-1.1.ebuild,v 1.2 2008/02/15 00:43:53 wolf31o2 Exp $ MOD_DESC="add coop support to Doom 3" MOD_NAME="Open Co-op" @@ -19,8 +19,6 @@ SRC_URI="http://firedevil.de/downloads/mods/${MY_PN}/${MY_PN}${PV}.zip LICENSE="as-is" -KEYWORDS="-* ~amd64 ~x86" - RDEPEND="games-fps/doom3" S=${WORKDIR} diff --git a/games-fps/doom3-phantasm/ChangeLog b/games-fps/doom3-phantasm/ChangeLog index 2759d3a3d97c..08ca6f52a5f3 100644 --- a/games-fps/doom3-phantasm/ChangeLog +++ b/games-fps/doom3-phantasm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-phantasm -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-phantasm/ChangeLog,v 1.1 2006/11/15 20:00:33 wolf31o2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-phantasm/ChangeLog,v 1.2 2008/02/15 00:41:21 wolf31o2 Exp $ + + 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> + doom3-phantasm-1.2.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-phantasm-1.2 (15 Nov 2006) diff --git a/games-fps/doom3-phantasm/doom3-phantasm-1.2.ebuild b/games-fps/doom3-phantasm/doom3-phantasm-1.2.ebuild index 805d09d81767..67fb77c032ca 100644 --- a/games-fps/doom3-phantasm/doom3-phantasm-1.2.ebuild +++ b/games-fps/doom3-phantasm/doom3-phantasm-1.2.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-phantasm/doom3-phantasm-1.2.ebuild,v 1.1 2006/11/15 20:00:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-phantasm/doom3-phantasm-1.2.ebuild,v 1.2 2008/02/15 00:41:21 wolf31o2 Exp $ MOD_DESC="single-player short mod based on the Phantasm horror movies" MOD_NAME="Phantasm" @@ -15,7 +15,6 @@ SRC_URI="mirror://filefront/Doom_III/Mods/Addons/phantasm_d3_${PV}.zip ftp://files.mhgaming.com/doom3/mods/phantasm_d3_${PV}.zip" LICENSE="as-is" -KEYWORDS="~amd64 ~x86" RDEPEND="games-fps/doom3" diff --git a/games-fps/fuhquake-bin/Manifest b/games-fps/fuhquake-bin/Manifest index ca399e3bb2df..34f1ca4cb5d0 100644 --- a/games-fps/fuhquake-bin/Manifest +++ b/games-fps/fuhquake-bin/Manifest @@ -1,6 +1,16 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST fuhquake-linux-v0.31.zip 4520020 RMD160 79fabc60f3834c5bc3024848b68e023355fb1180 SHA1 b56012d7a8f6af15e6aca9a4e9adce49c3348ebd SHA256 f9a9bce98a2a8f76f75c344b14a338b33ebc9d0e9b018e0965a1080586b9cda4 DIST fuhquake-security-v0.31.zip 161267 RMD160 47773963baf694636823d325cd68a05050f37375 SHA1 9ba574edd24b3b01470e4b08bcd7735ed6a719af SHA256 b157bf8c4cff9ce2da812bc7643b72745a81230a6cc5c0d31390bfe2043247c2 DIST fuhquake_locs.zip 239163 RMD160 ed3a26f223b4258b9c47d218e566bddf9e41e4f3 SHA1 8214f1d38fc2c3da0f4f69bfceb25bb9ae4db922 SHA256 e7228995cc285c1c4a3d4cb98b0c71be733c7c2b53e92780982c25dc21d559ec -EBUILD fuhquake-bin-0.31.ebuild 1626 RMD160 fb94eda56e46d0aaa82d359a99baaad2316d5b0d SHA1 27c368d945b923793b645c56fd64d4132d8971d1 SHA256 c47e4f863a73f0e6bcb1d8a88281b11038256d27c28af0354cc23eb8a11a02dd -MISC ChangeLog 1023 RMD160 438c44f6670bd23003c34aa33e75e5ddb599e64c SHA1 0324c62d6c2ae79e64fb85c95e754d78023c4d14 SHA256 b342049ad716f6adf68526a79bb98e2a04ef0fc42e40b9dedc7dc46a7eb52986 +EBUILD fuhquake-bin-0.31.ebuild 1636 RMD160 688f6bd83e1a83d0eb6deca82f84a82d7ffad602 SHA1 b9cf7cbbe9ec0f8a970a9451903b833c6e126c37 SHA256 9addc85d37f8f6884297ab67245c092a0ce3b838a12d4db224333fd43c1098a1 +MISC ChangeLog 1124 RMD160 76f053aa6e6a2ebb8a0d20204c79e56979408f7c SHA1 a89ac443dd0115ae3e0124c0d5a4406caca51bb8 SHA256 9add66c2c9da22a6e69328068423dcd1d3dc464df830b561311c9ab41aad9b78 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.7 (GNU/Linux) + +iD8DBQFHtOExkT4lNIS36YERAiveAJ9a088KxBrYHKgyEkzwV99LgUIb5gCgxCBJ +gLjRM+mrHxfagzee6H0/e1I= +=ZHKr +-----END PGP SIGNATURE----- |