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-hellcampaign | |
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-hellcampaign')
-rw-r--r-- | games-fps/doom3-hellcampaign/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild | 46 |
3 files changed, 10 insertions, 52 deletions
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 -} |