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 | 257d1121e874f01b0eb9b26734cb028f839166f2 (patch) | |
tree | 837aa34a99985a70201b8f21cb0c06421ff36278 /games-fps/doom3-ducttape | |
parent | Add kdebindings to the mask for KDE 3.5. (diff) | |
download | gentoo-2-257d1121e874f01b0eb9b26734cb028f839166f2.tar.gz gentoo-2-257d1121e874f01b0eb9b26734cb028f839166f2.tar.bz2 gentoo-2-257d1121e874f01b0eb9b26734cb028f839166f2.zip |
Fixed pk4 file installations to match current files in download and made compatible with Resurrection of Evil. Closing bug #109864.
(Portage version: 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/doom3-ducttape-0006.ebuild | 6 |
2 files changed, 10 insertions, 3 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/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 } |