Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom3-hellcampaign
# 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
-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)
30 Oct 2006; Chris Gianelloni
+doom3-hellcampaign-1-r1.ebuild:
Added new revision for testing which uses the brand-spankin-new
games-mods.eclass to reduce ebuild code.
14 Jun 2006; Chris Gianelloni
doom3-hellcampaign-1.ebuild:
Changed dependencies and otherwise tidied up the ebuild. Patch submitted by
Paul Bredbury
31 Mar 2006; Chris Gianelloni
doom3-hellcampaign-1.ebuild:
Changed nomirror to mirror and nostrip to strip.
*doom3-hellcampaign-1 (22 Mar 2006)
22 Mar 2006; Chris Gianelloni
+doom3-hellcampaign-1.ebuild:
Initial import. Ebuild by Paul Bredbury
#119658.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST hardcorehellcampaign_patch.zip 532844 RMD160 6f5c31ba947552e5ca454d3f478c86f24cb23570 SHA1 051eeef62f6e3c70dbd67f6fd37286d9d68cc362 SHA256 98d0619e0dcd8f12bbb596c635831a37b396cab5fd49e004e95f6b8d0deefd92
DIST sp_hc_final.zip 113992555 RMD160 de405f4c50761d2e34fb38104df8c0e3b235b3f2 SHA1 f652e63def4dc1dd6f4d6a007b99a5db09003da9 SHA256 3b0c4b19139f5c3341a09d4169760f1eac1029e87587a44651cde4a4bc46bcd4
EBUILD doom3-hellcampaign-1-r1.ebuild 1049 RMD160 5099033ba769b14b207fc1a5ac87177a26ff5ad7 SHA1 48b9b5b57284b01490f23e702ee4ef90ff50c59d SHA256 070c5ddee8b41ff0fff58a9c8342113c0b19934b73024d441653b9d606a009ea
MISC ChangeLog 1324 RMD160 5a4a73254564f4ad310a1cc995892dbd788caedd SHA1 b948536bb3af18fb17dfa75dcdfdbd64b3e7f575 SHA256 4dbf6e9673ed4533b4b8568d6817fca9cfd2ab20dc88ed7f5ac4abb92d103d26
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtN6fkT4lNIS36YERAojXAJ9nSEzi9CcjeQJU50MgEGqhVbG/+QCfQJqa
0NnCvAQn1ixlvQN5Igv0qg4=
=563/
-----END PGP SIGNATURE-----
# 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.2 2008/02/15 00:36:44 wolf31o2 Exp $
MOD_DESC="map pack for Doom 3"
MOD_NAME="Hell Campaign"
MOD_DIR="hell_campaign"
MOD_BINS="hellcampaign"
inherit games games-mods
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"
RDEPEND="games-fps/doom3"
S=${WORKDIR}
src_unpack() {
games-mods_src_unpack
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
mkdir -p ${MOD_DIR}
mv *.txt *.pk4 ${MOD_DIR} || die
}