From 70d1b753639ac320218167312b6108a17ea44cce Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Wed, 22 Mar 2006 03:08:57 +0000 Subject: Initial import. Ebuild by Paul Bredbury . Closing bug #119658. Package-Manager: portage-2.1_pre6-r3 --- games-fps/doom3-hellcampaign/ChangeLog | 11 +++++++ .../doom3-hellcampaign/doom3-hellcampaign-1.ebuild | 38 ++++++++++++++++++++++ .../files/digest-doom3-hellcampaign-1 | 6 ++++ games-fps/doom3-hellcampaign/metadata.xml | 5 +++ 4 files changed, 60 insertions(+) create mode 100644 games-fps/doom3-hellcampaign/ChangeLog create mode 100644 games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild create mode 100644 games-fps/doom3-hellcampaign/files/digest-doom3-hellcampaign-1 create mode 100644 games-fps/doom3-hellcampaign/metadata.xml (limited to 'games-fps') diff --git a/games-fps/doom3-hellcampaign/ChangeLog b/games-fps/doom3-hellcampaign/ChangeLog new file mode 100644 index 000000000000..22bd9ed86cb0 --- /dev/null +++ b/games-fps/doom3-hellcampaign/ChangeLog @@ -0,0 +1,11 @@ +# 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.1 2006/03/22 03:08:57 wolf31o2 Exp $ + +*doom3-hellcampaign-1 (22 Mar 2006) + + 22 Mar 2006; Chris Gianelloni +metadata.xml, + +doom3-hellcampaign-1.ebuild: + Initial import. Ebuild by Paul Bredbury . Closing bug + #119658. + diff --git a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild new file mode 100644 index 000000000000..2e675073671f --- /dev/null +++ b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1.ebuild @@ -0,0 +1,38 @@ +# 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.1 2006/03/22 03:08:57 wolf31o2 Exp $ + +inherit 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="nomirror nostrip" + +RDEPEND="games-fps/doom3" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR} + +src_install() { + # 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 + + insinto "${GAMES_PREFIX_OPT}"/doom3/${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-hellcampaign/files/digest-doom3-hellcampaign-1 b/games-fps/doom3-hellcampaign/files/digest-doom3-hellcampaign-1 new file mode 100644 index 000000000000..b6930c208013 --- /dev/null +++ b/games-fps/doom3-hellcampaign/files/digest-doom3-hellcampaign-1 @@ -0,0 +1,6 @@ +MD5 ff3afda8a1ae47941269c8e44cda6190 hardcorehellcampaign_patch.zip 532844 +RMD160 6f5c31ba947552e5ca454d3f478c86f24cb23570 hardcorehellcampaign_patch.zip 532844 +SHA256 98d0619e0dcd8f12bbb596c635831a37b396cab5fd49e004e95f6b8d0deefd92 hardcorehellcampaign_patch.zip 532844 +MD5 c74befe38522acc137c9027c535c27ef sp_hc_final.zip 113992555 +RMD160 de405f4c50761d2e34fb38104df8c0e3b235b3f2 sp_hc_final.zip 113992555 +SHA256 3b0c4b19139f5c3341a09d4169760f1eac1029e87587a44651cde4a4bc46bcd4 sp_hc_final.zip 113992555 diff --git a/games-fps/doom3-hellcampaign/metadata.xml b/games-fps/doom3-hellcampaign/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-fps/doom3-hellcampaign/metadata.xml @@ -0,0 +1,5 @@ + + + +games + -- cgit v1.2.3-65-gdbad