Portage is a package management system used by Gentoo Linux
# ChangeLog for games-fps/doom3-inhell
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.4 2008/02/15 00:37:45 wolf31o2 Exp $
15 Feb 2008; Chris Gianelloni
-doom3-inhell-1.1.ebuild, doom3-inhell-1.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-inhell-1.1-r1 (30 Oct 2006)
30 Oct 2006; Chris Gianelloni
+doom3-inhell-1.1-r1.ebuild:
Added new revision for testing which uses the brand-spankin-new
games-mods.eclass to reduce ebuild code.
31 Mar 2006; Chris Gianelloni
doom3-inhell-1.1.ebuild:
Changed nomirror to mirror and nostrip to strip.
*doom3-inhell-1.1 (22 Mar 2006)
22 Mar 2006; Chris Gianelloni
+doom3-inhell-1.1.ebuild:
Initial import. Ebuild by Paul Bredbury
#119258.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST in_hell_v11.zip 356652597 RMD160 930a1dcf90fea94b4152c81b27f95d07cf58fe8c SHA1 c02e6925c9312d17d4d2284e1d075db29daaf3c4 SHA256 47437c4335b77e89705617841d3af9479ab4dbef124a4590c3a7ed9e92934cbe
EBUILD doom3-inhell-1.1-r1.ebuild 650 RMD160 102766199fbc887f969419a0c1111599ba414622 SHA1 c638d10e8bdf9a97840e3a520f5f233e71e23922 SHA256 ce93939fb86310463bcace7cc1d1d65edcaa7622b0b1555ce72f7508e41e2fae
MISC ChangeLog 1065 RMD160 8b3e1f44cf46d5ea1b197331daf2b3ba70ecc022 SHA1 95098e199f13a9f706b3b75e3fa0a5590269fdb5 SHA256 cee6238aa1c090c1832ff92d554f2106c88ab95ef47b03195545f818d2fa1267
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFHtN7ckT4lNIS36YERAoy2AJ9ZwgCHf8hNPLvrrhygaiO1iqhOAwCfaCFL
BMD8RftlAhOVpR6oBkFV88A=
=edYb
-----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-inhell/doom3-inhell-1.1-r1.ebuild,v 1.2 2008/02/15 00:37:45 wolf31o2 Exp $
MOD_DESC="Ultimate Doom-inspired levels for Doom 3"
MOD_NAME="In Hell"
MOD_DIR="inhell"
inherit versionator games games-mods
MY_PV=$(replace_version_separator 1 '')
HOMEPAGE="http://www.doomerland.de.vu/"
SRC_URI="mirror://filefront/Doom_III/Mods/Single_Player/in_hell_v${MY_PV}.zip"
LICENSE="as-is"
RDEPEND="games-fps/doom3"
S=${WORKDIR}
src_unpack() {
games-mods_src_unpack
mv In_Hell ${MOD_DIR} || die
}