ChangeLog

# ChangeLog for games-fps/doom3-ducttape
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.5 2008/02/15 00:33:29 wolf31o2 Exp $

15 Feb 2008; Chris Gianelloni
-doom3-ducttape-0006.ebuild, doom3-ducttape-0006-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-ducttape-0006-r1 (30 Oct 2006)

30 Oct 2006; Chris Gianelloni
+doom3-ducttape-0006-r1.ebuild:
Added new revision for testing which uses the brand-spankin-new
games-mods.eclass to reduce ebuild code. This also closes bug #133996 since
it installs into its own directory.

19 Mar 2006; Mark Loeser doom3-ducttape-0006.ebuild:
Add DEPEND on app-arch/unzip

19 Oct 2005; Chris Gianelloni
doom3-ducttape-0006.ebuild:
Fixed pk4 file installations to match current files in download and made
compatible with Resurrection of Evil. Closing bug #109864.

*doom3-ducttape-0006 (18 Oct 2005)

18 Oct 2005; Mike Frysinger :
Initial import. Ebuild submitted by me.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST ducttape0006.zip 65641 RMD160 0579fc1363f0d8ae9f3188e24c0f8a0e6aa440fa SHA1 61760294c5de0e166945d79040839f9ffaa8367b SHA256 2bd694dddc49466defbf8ac2cf32b1778145900cec1e7c255d91c050ae6b7423
EBUILD doom3-ducttape-0006-r1.ebuild 822 RMD160 ecb2efa77c252de6b59c505b3b27d5618b29f9c3 SHA1 9033826928a6cc287aec4b34be2b902ba1789847 SHA256 94278f268b5e64af411754b6cc153e09eebf0a0bb6f2a18aace4c2af79ee0551
MISC ChangeLog 1267 RMD160 5b4c0574626f273b18458864b14ed7991c451997 SHA1 bf6f4e052c471b72fcfc125a324cad0d362c862d SHA256 9af5944e0c0c8e50a74c39a2a6b80646d9a78d023667458a34c08446aa997529
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFHtN3bkT4lNIS36YERAlCPAKCjH92HliYHMbVvFuywCtlUa3i3YACgqaFV
R2w1nggWKVSUHdViA/P3SPY=
=DapE
-----END PGP SIGNATURE-----

doom3-ducttape-0006-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild,v 1.2 2008/02/15 00:33:29 wolf31o2 Exp $

MOD_DESC="sticks flashlights to your machinegun and shotgun"
MOD_NAME="Duct Tape"
MOD_DIR="ducttape"

inherit games games-mods

HOMEPAGE="http://ducttape.glenmurphy.com/"
SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip"

LICENSE="as-is"

RDEPEND="games-fps/doom3"

S=${WORKDIR}

src_unpack() {
games-mods_src_unpack
mkdir -p ${MOD_DIR}
mv pak008.pk4 ${MOD_DIR} || die
}

pkg_postinst() {
games-mods_pkg_postinst

elog "To use old saved games with this mod, run:"
echo
elog "mkdir -p ~/.doom3/ducttape"
elog "cp -r ~/.doom3/base/savegames ~/.doom3/ducttape"
echo
}

metadata.xml




games