summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-14 23:08:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-14 23:08:33 +0000
commitd40e589604277fb5751b6f71979a65034fd95455 (patch)
treef378c882cbe02a286719ba04bad2fb11bf8cc3d3 /games-strategy/attal
parentMoved sys-apps/gtk-cpuspeedy to sys-power/gtk-cpuspeedy (diff)
downloadhistorical-d40e589604277fb5751b6f71979a65034fd95455.tar.gz
historical-d40e589604277fb5751b6f71979a65034fd95455.tar.bz2
historical-d40e589604277fb5751b6f71979a65034fd95455.zip
use find -print0 | xargs -0 #85053
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-strategy/attal')
-rw-r--r--games-strategy/attal/Manifest14
-rw-r--r--games-strategy/attal/attal-0.8.1.ebuild4
-rw-r--r--games-strategy/attal/attal-0.9.2.ebuild4
3 files changed, 6 insertions, 16 deletions
diff --git a/games-strategy/attal/Manifest b/games-strategy/attal/Manifest
index 91531ba6aded..a9ceb68afb5d 100644
--- a/games-strategy/attal/Manifest
+++ b/games-strategy/attal/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 1a62441c8bf1e62c2aa93c302912a2f8 ChangeLog 1015
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 ebc7554bcca6af817e5fbcc4ef72ccb8 attal-0.9.2.ebuild 1565
-MD5 0126090adc98e4a7fb910247dbcc3a79 attal-0.8.1.ebuild 1814
+MD5 f4529336d454ccaaeb1db70a30415f44 attal-0.9.2.ebuild 1576
+MD5 6fac342a9e0030b3cd03399adc42829b attal-0.8.1.ebuild 1819
MD5 6df2fe25a4131a625a23b8d59a92ee76 files/digest-attal-0.8.1 135
MD5 b652104ceb9174d35cec8774053a5a50 files/digest-attal-0.9.2 135
MD5 bc43ed577df6439f1a168a4441031b6c files/0.8.1-gcc34.patch 436
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFB2c2YroRuSHgZdywRAp2sAJ9FcEOi1z6potGm29kGWSSbVu01pgCgkFfz
-YWen/XeAh1R+tU26nSz1fK0=
-=6yS6
------END PGP SIGNATURE-----
diff --git a/games-strategy/attal/attal-0.8.1.ebuild b/games-strategy/attal/attal-0.8.1.ebuild
index afa14c114453..b22eca6d374e 100644
--- a/games-strategy/attal/attal-0.8.1.ebuild
+++ b/games-strategy/attal/attal-0.8.1.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-strategy/attal/attal-0.8.1.ebuild,v 1.4 2005/01/03 22:56:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.8.1.ebuild,v 1.5 2005/03/14 23:08:33 vapier Exp $
inherit games eutils
@@ -36,7 +36,7 @@ src_unpack() {
"s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \
`grep -Rl '\./themes/' *` \
|| die "fixing theme loc"
- find "${WORKDIR}/themes" -name .cvsignore -exec rm -f \{\} \;
+ find "${WORKDIR}"/themes -name .cvsignore -print0 | xargs -0 rm -f
}
src_compile() {
diff --git a/games-strategy/attal/attal-0.9.2.ebuild b/games-strategy/attal/attal-0.9.2.ebuild
index 36897bcf1af6..bd9f5d61818b 100644
--- a/games-strategy/attal/attal-0.9.2.ebuild
+++ b/games-strategy/attal/attal-0.9.2.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-strategy/attal/attal-0.9.2.ebuild,v 1.1 2005/01/03 22:56:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.2.ebuild,v 1.2 2005/03/14 23:08:33 vapier Exp $
inherit games eutils flag-o-matic
@@ -27,7 +27,7 @@ src_unpack() {
"s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \
`grep -Rl '\./themes/' *` \
|| die "fixing theme loc"
- find "${WORKDIR}"/themes-${PV} -name .cvsignore | xargs rm -f
+ find "${WORKDIR}"/themes-${PV} -name .cvsignore -print0 | xargs -0 rm -f
}
src_compile() {