summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-11-05 22:30:36 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-11-05 22:30:36 +0000
commit00c12a3ae9629d31bd168585f1235d30395be78b (patch)
treee07421461dd88554af756f006fa5e259a9c2a7da /games-engines
parentVersion bump. 0.13 stable on PPC. ~x86 keyword on 0.15 lost over libgnome-2.1... (diff)
downloadhistorical-00c12a3ae9629d31bd168585f1235d30395be78b.tar.gz
historical-00c12a3ae9629d31bd168585f1235d30395be78b.tar.bz2
historical-00c12a3ae9629d31bd168585f1235d30395be78b.zip
clean out old ebuild; bsd fixup reported by Javier Villavicencio via bug #154130
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/scummvm-tools/ChangeLog7
-rw-r--r--games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/games-engines/scummvm-tools/ChangeLog b/games-engines/scummvm-tools/ChangeLog
index dd3d0fad9756..13c1ef02f06e 100644
--- a/games-engines/scummvm-tools/ChangeLog
+++ b/games-engines/scummvm-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for games-engines/scummvm-tools
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.9 2006/07/15 05:19:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/ChangeLog,v 1.10 2006/11/05 22:30:36 mr_bones_ Exp $
+
+ 05 Nov 2006; Michael Sterrett <mr_bones_@gentoo.org>
+ -scummvm-tools-0.8.0.ebuild, scummvm-tools-0.9.0.ebuild:
+ clean out old ebuild; bsd fixup reported by Javier Villavicencio via
+ bug #154130
*scummvm-tools-0.9.0 (15 Jul 2006)
diff --git a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild b/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild
index a93bd80761fd..000f0e8681f1 100644
--- a/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild
+++ b/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild,v 1.1 2006/07/15 05:19:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm-tools/scummvm-tools-0.9.0.ebuild,v 1.2 2006/11/05 22:30:36 mr_bones_ Exp $
inherit games
@@ -31,8 +31,8 @@ src_unpack() {
src_install() {
local f
- for f in $(find -type f -perm +1 -printf '%f ') ; do
- newgamesbin $f ${PN}-$f || die "newgamesbin $f failed"
+ for f in $(find . -type f -perm +1 -print); do
+ newgamesbin $f ${PN}-${f##*/} || die "newgamesbin $f failed"
done
dodoc README
prepgamesdirs