diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-05 13:08:01 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-09-05 13:08:01 +0000 |
commit | 7337534eeb2a50c1f2d874280d01cfb65cbba402 (patch) | |
tree | 499d27fe77eef9d8d91bcddf29c4b19072a01d43 /x11-misc | |
parent | Using POSIX options for cp (diff) | |
download | historical-7337534eeb2a50c1f2d874280d01cfb65cbba402.tar.gz historical-7337534eeb2a50c1f2d874280d01cfb65cbba402.tar.bz2 historical-7337534eeb2a50c1f2d874280d01cfb65cbba402.zip |
Using POSIX options for cp
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icecc/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icecc/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.9.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index b4b88246faea..c149718dfa53 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.24 2005/07/07 05:19:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.25 2005/09/05 13:08:01 phosphan Exp $ + + 05 Sep 2005; Patrick Kursawe <phosphan@gentoo.org> icecc-2.9.ebuild: + Using POSIX options for cp 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> icecc-2.9.ebuild: Fix qt dep diff --git a/x11-misc/icecc/Manifest b/x11-misc/icecc/Manifest index 7646b65be7cb..1e1066c8b192 100644 --- a/x11-misc/icecc/Manifest +++ b/x11-misc/icecc/Manifest @@ -1,4 +1,4 @@ -MD5 9e6c5190dc80147127a252d915dd2e15 icecc-2.9.ebuild 1098 -MD5 e10f2067bc78625c3d782705011b148b ChangeLog 3154 +MD5 49c03850fedee6ab77b4a2887e25e74e icecc-2.9.ebuild 1103 +MD5 acf6f729d4b2f4533095c56a46340da5 ChangeLog 3258 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 753db79012a1b8cc542ced2ef8279eb7 files/digest-icecc-2.9 62 diff --git a/x11-misc/icecc/icecc-2.9.ebuild b/x11-misc/icecc/icecc-2.9.ebuild index 19a092ca8255..82eb9b370699 100644 --- a/x11-misc/icecc/icecc-2.9.ebuild +++ b/x11-misc/icecc/icecc-2.9.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-misc/icecc/icecc-2.9.ebuild,v 1.5 2005/07/07 05:19:38 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.9.ebuild,v 1.6 2005/09/05 13:08:01 phosphan Exp $ inherit eutils @@ -34,7 +34,7 @@ src_install() { dohtml ${PN}/docs/en/*.{html,sgml} dodoc AUTHORS ChangeLog README TODO dodir /usr/share/${PN}/themes - cp -a theme/* ${D}/usr/share/${PN}/themes/ + cp -pPR theme/* ${D}/usr/share/${PN}/themes/ chmod go-w ${D}/usr/share/${PN}/themes/ } |