diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-09-29 10:15:16 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-09-29 10:15:16 +0000 |
commit | 23813421b55b97ff581503349a46dea78046b8ff (patch) | |
tree | 30929415d809af372b0bb258c5c7f292c7ca97ce /x11-themes/iceicons | |
parent | Stable on x86, bug #101890. (diff) | |
download | historical-23813421b55b97ff581503349a46dea78046b8ff.tar.gz historical-23813421b55b97ff581503349a46dea78046b8ff.tar.bz2 historical-23813421b55b97ff581503349a46dea78046b8ff.zip |
Changed cp options to -pPR for non-GNU userlands; bug #103487.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-themes/iceicons')
-rw-r--r-- | x11-themes/iceicons/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/iceicons/Manifest | 14 | ||||
-rw-r--r-- | x11-themes/iceicons/iceicons-0.10.0.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/x11-themes/iceicons/ChangeLog b/x11-themes/iceicons/ChangeLog index c6d25cb37f91..5ca51c4bf912 100644 --- a/x11-themes/iceicons/ChangeLog +++ b/x11-themes/iceicons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/iceicons # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.6 2005/09/19 13:40:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/ChangeLog,v 1.7 2005/09/29 10:15:16 usata Exp $ + + 29 Sep 2005; Mamoru KOMACHI <usata@gentoo.org> iceicons-0.10.0.ebuild: + Changed cp options to -pPR for non-GNU userlands; bug #103487. 19 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> iceicons-0.10.0.ebuild: diff --git a/x11-themes/iceicons/Manifest b/x11-themes/iceicons/Manifest index 0ed5b71bba41..ca906bb2d21c 100644 --- a/x11-themes/iceicons/Manifest +++ b/x11-themes/iceicons/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 c633bb265cf3a819270c6b59d5b42675 iceicons-0.10.0.ebuild 1130 -MD5 7fe853a773cb0e610ef6e1128e2e826a ChangeLog 811 +MD5 f25c1a2fcf1b59577e554ddb7a812190 ChangeLog 947 +MD5 770510c9e42e2606e57f9b4182c2c271 iceicons-0.10.0.ebuild 1126 MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163 MD5 90cb05e95177a8c99f26578de8c7dfbd files/digest-iceicons-0.10.0 76 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFDLr/3KRy60XGEcJIRAifpAJ4rIWEMkvLKL6l4py/6kL8JlB+DPgCbBv3G -GtJqU6vidno//ZxlzfQ+m2s= -=bGVY ------END PGP SIGNATURE----- diff --git a/x11-themes/iceicons/iceicons-0.10.0.ebuild b/x11-themes/iceicons/iceicons-0.10.0.ebuild index cd5e430561a8..a66ecc78c2a3 100644 --- a/x11-themes/iceicons/iceicons-0.10.0.ebuild +++ b/x11-themes/iceicons/iceicons-0.10.0.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/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.6 2005/09/19 13:40:44 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/iceicons/iceicons-0.10.0.ebuild,v 1.7 2005/09/29 10:15:16 usata Exp $ DESCRIPTION="IceWM Icons is a set of XPM 16x16, 32x32, and 48x48 XPM and PNG icons for IceWM" HOMEPAGE="http://themes.freshmeat.net/projects/iceicons/" @@ -21,7 +21,7 @@ ICEICONSDIR="/usr/share/icewm/icons/iceicons" src_install() { dodir ${ICEICONSDIR} - cp -dRfv icons/* ${D}/${ICEICONSDIR} + cp -pPR icons/* ${D}/${ICEICONSDIR} chown -R root:root ${D}/${ICEICONSDIR} chmod -R o-w ${D}/${ICEICONSDIR} |