Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom3-dungeon
# 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
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
doom3-dungeon-8.01.ebuild:
Removing a comment that wasn't correct.
15 Nov 2006; Chris Gianelloni
doom3-dungeon-8.01.ebuild:
Changed wrapper to use fs_game_base d3xp, which should fix this.
*doom3-dungeon-8.01 (01 Nov 2006)
01 Nov 2006; Chris Gianelloni
+doom3-dungeon-8.01.ebuild:
Initial import. Original ebuild by Paul Bredbury
to the games-mods eclass by me. Closing bug #127147.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST dungeondoom801xplinux.zip 62296907 RMD160 ef08ec7d675f1cd9d5337cddb28d0f196589bb91 SHA1 ed15a52b6ba87aa06b550c535b621a584688c4a1 SHA256 bcc32a5c38e57585ee1f60ef6d8fc78f410499f608fd55ad46ce7512e1cd81f1
EBUILD doom3-dungeon-8.01.ebuild 1127 RMD160 945b0e050ecf5984af3d37d005333a660bc23306 SHA1 c7afa67d5b92c1c813af3cb2040bc8c837697722 SHA256 2c784cfbc63b3d2bfee0683f406e399f4ae7d45b1a160d0d39833985807b759d
MISC ChangeLog 1008 RMD160 69adcfebdddd9968a598ecc68ca027f81e29e33e SHA1 0cec13f07844d417794f43e32b6e2f45e8dbca38 SHA256 27de248a02d868bed90a56ccaf342762cd1b460c55b6c622be5963684ddb6e04
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtN5PkT4lNIS36YERAlQeAKCK7pzUxBccFbxue/a26C60XC4pOACgpEvw
xClxOqIBTSW9yOreVJXj3gE=
=AjLp
-----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-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"
MOD_DIR="dungeon"
inherit versionator eutils games games-mods
MY_PV=$(delete_all_version_separators)
HOMEPAGE="http://dungeondoom.d3files.com/"
SRC_URI="mirror://filefront/Doom_III/Hosted_Mods/Final_Releases/DungeonDOOM/${MOD_DIR}doom${MY_PV}xplinux.zip"
LICENSE="as-is"
RDEPEND="games-fps/doom3-roe
games-fps/doom3"
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
# Standardize directory name.
local dir=$(find . -maxdepth 1 -name "dungeon*" -type d)
mv "${dir}" "${MOD_DIR}" || die "mv ${dir} failed"
}
src_install() {
games-mods_src_install
games_make_wrapper ${PN} \
"doom3 +set fs_game ${MOD_DIR} +set fs_game_base d3xp"
}