Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom3-phantasm
# 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
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)
15 Nov 2006; Chris Gianelloni
+doom3-phantasm-1.2.ebuild:
Initial import. Ebuild by Paul Bredbury
#154152.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST phantasm_d3_1.2.zip 44852641 RMD160 2424ac763e2a496c36561acc06c0fbc46eda5947 SHA1 c83c03c9b7bf044eeaeb1179135b24df1a59f0a2 SHA256 b05ed4c6c8c2895541ab9a8757a8a6d7e8cf0b01f4e61821235102ddf58c3981
EBUILD doom3-phantasm-1.2.ebuild 1118 RMD160 e4b9580a447ce31c9a2e353e80af695eed37bdf4 SHA1 c04543e4540c17a31aa9e571651d31e129ea521c SHA256 d392345db40440d31891b80de98859041767330f610aaa776d13be31e574c8fe
MISC ChangeLog 682 RMD160 b507352818eda29456a48e6ba36e4e0b61d1563b SHA1 35ad24440423027cf9f72af76a4b21d66a7804ed SHA256 534788a5f5220f690d8307ab3182c43ffdfa0a7232848e7e6387102b24afb7f0
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtN+0kT4lNIS36YERAtsaAKCzIZPgscwXCQQRNXbE82tYL9UypgCfX55k
wKMm4CX8EvN8oY53nODXxOw=
=2umU
-----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-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"
MOD_DIR="phantasm"
MOD_BINS="phantasm"
inherit games games-mods
HOMEPAGE="http://www.freewebs.com/bladeghost_j/
http://doom3.filefront.com/file/Phantasm_D3;72040"
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"
RDEPEND="games-fps/doom3"
S=${WORKDIR}
src_unpack() {
games-mods_src_unpack
cd "${S}"
# Remove useless "_d3" from directory name
mv "${MOD_DIR}"* "${MOD_DIR}" || die
# Oh no, a filename containing a space! Gives Portage the heebee-jeebies:
# * checking 8 files for package collisions
# existing file /usr/share/games/doom3/phantasm/
# phantasm_d3_1.2 readme.txt is not owned by this package
mv "${MOD_DIR}"/phantasm*.txt "${MOD_DIR}"/README.phantasm.txt || die
}