diff options
-rw-r--r-- | games-action/0verkill/0verkill-0.16-r3.ebuild | 10 | ||||
-rw-r--r-- | games-action/0verkill/ChangeLog | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-action/0verkill/0verkill-0.16-r3.ebuild b/games-action/0verkill/0verkill-0.16-r3.ebuild index e01ef08c8996..9f764a0688da 100644 --- a/games-action/0verkill/0verkill-0.16-r3.ebuild +++ b/games-action/0verkill/0verkill-0.16-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.4 2007/11/16 06:33:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.5 2008/03/07 23:54:07 wolf31o2 Exp $ inherit autotools eutils games @@ -54,10 +54,8 @@ src_install() { done fi - insinto ${GAMES_DATADIR}/${PN}/data - doins data/* || die - insinto ${GAMES_DATADIR}/${PN}/grx - doins grx/* || die + insinto "${GAMES_DATADIR}/${PN}" + doins -r data grx || die dohtml doc/*.htm rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING diff --git a/games-action/0verkill/ChangeLog b/games-action/0verkill/ChangeLog index 289820656187..6543cabbfd0f 100644 --- a/games-action/0verkill/ChangeLog +++ b/games-action/0verkill/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/0verkill -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.15 2007/11/16 06:33:01 mr_bones_ Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/ChangeLog,v 1.16 2008/03/07 23:54:07 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + 0verkill-0.16-r3.ebuild: + QA cleanup: Fix quoting. 16 Nov 2007; Michael Sterrett <mr_bones_@gentoo.org> +files/0verkill-0.16-docs.patch, -files/0.16-docs.patch, |