diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-19 22:15:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-19 22:15:41 +0000 |
commit | f5f3807a06367ee706fe092fa965f13b7de14498 (patch) | |
tree | 726f1e67c530a95c3f731724518ededa894b1631 /games-fps/doom3-ducttape | |
parent | Add kdebindings to the mask for KDE 3.5. (diff) | |
download | historical-f5f3807a06367ee706fe092fa965f13b7de14498.tar.gz historical-f5f3807a06367ee706fe092fa965f13b7de14498.tar.bz2 historical-f5f3807a06367ee706fe092fa965f13b7de14498.zip |
Fixed pk4 file installations to match current files in download and made compatible with Resurrection of Evil. Closing bug #109864.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-fps/doom3-ducttape')
-rw-r--r-- | games-fps/doom3-ducttape/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/Manifest | 14 | ||||
-rw-r--r-- | games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild | 6 |
3 files changed, 12 insertions, 15 deletions
diff --git a/games-fps/doom3-ducttape/ChangeLog b/games-fps/doom3-ducttape/ChangeLog index 6c0f923b8f32..072ee22b3f52 100644 --- a/games-fps/doom3-ducttape/ChangeLog +++ b/games-fps/doom3-ducttape/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-fps/doom3-ducttape # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.1 2005/10/19 03:30:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/ChangeLog,v 1.2 2005/10/19 22:15:41 wolf31o2 Exp $ + + 19 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> + 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) diff --git a/games-fps/doom3-ducttape/Manifest b/games-fps/doom3-ducttape/Manifest index 394fa19c6423..7d02f5741076 100644 --- a/games-fps/doom3-ducttape/Manifest +++ b/games-fps/doom3-ducttape/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a2e5fa27883a593c6bc96ef8a6c685d3 ChangeLog 352 -MD5 1bb7f0f14c2fd55413e4b687626da83a doom3-ducttape-0006.ebuild 662 +MD5 9483aec2d8a3193b6ec28cc4f8bd6de1 ChangeLog 575 +MD5 626ab5ac424939514f4bdcd6b5657d80 doom3-ducttape-0006.ebuild 734 MD5 8eece47e913a31cff1e158cb4c9db32b files/digest-doom3-ducttape-0006 60 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDVb5hgIKl8Uu19MoRAm6bAJ9Z2qW8lE8v8KcC10hmrRKXh6FW0QCfT6Vd -3kOegh1GWwjaSzPh/ChQc/U= -=uiTd ------END PGP SIGNATURE----- diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild index 426b7abd57cd..60f537035837 100644 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.1 2005/10/19 03:30:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-ducttape/doom3-ducttape-0006.ebuild,v 1.2 2005/10/19 22:15:41 wolf31o2 Exp $ inherit games @@ -19,6 +19,8 @@ S=${WORKDIR} src_install() { insinto "${GAMES_PREFIX_OPT}"/doom3/base - newins pak005.pk4 pak705.pk4 || die "doins failed" + doins pak008.pk4 || die "doins failed" + insinto "${GAMES_PREFIX_OPT}"/doom3/d3xp + doins pak002.pk4 || die "doins failed" newins readme.txt ${PN}-readme.txt } |