summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:46:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 11:46:39 +0000
commit06b272fad2f656a345ca741b91d5cacdb9eb5e8a (patch)
tree3ce518c6b88214f22534cdf7d65c6cddd9afa3f2 /x11-themes
parentRemove GNUish cp -a call. Bug #103487. (diff)
downloadhistorical-06b272fad2f656a345ca741b91d5cacdb9eb5e8a.tar.gz
historical-06b272fad2f656a345ca741b91d5cacdb9eb5e8a.tar.bz2
historical-06b272fad2f656a345ca741b91d5cacdb9eb5e8a.zip
Remove GNUish cp -a call. Bug #103487.
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gentoo-xcursors/ChangeLog6
-rw-r--r--x11-themes/gentoo-xcursors/Manifest16
-rw-r--r--x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild4
3 files changed, 20 insertions, 6 deletions
diff --git a/x11-themes/gentoo-xcursors/ChangeLog b/x11-themes/gentoo-xcursors/ChangeLog
index e2cd5aeafdbb..dfc329a72bd2 100644
--- a/x11-themes/gentoo-xcursors/ChangeLog
+++ b/x11-themes/gentoo-xcursors/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gentoo-xcursors
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.4 2005/11/26 09:38:21 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/ChangeLog,v 1.5 2005/12/16 11:46:39 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
+ gentoo-xcursors-0.3.1.ebuild:
+ Remove GNUish cp -a call. Bug #103487.
26 Nov 2005; Simon Stelling <blubb@gentoo.org>
gentoo-xcursors-0.3.1.ebuild:
diff --git a/x11-themes/gentoo-xcursors/Manifest b/x11-themes/gentoo-xcursors/Manifest
index b2bfed5e0640..267910f9ba25 100644
--- a/x11-themes/gentoo-xcursors/Manifest
+++ b/x11-themes/gentoo-xcursors/Manifest
@@ -1,4 +1,14 @@
-MD5 8131a816045afb9496ead83f8a428362 ChangeLog 829
-MD5 c908a1b21497ae4fb6d02a25a3c337e1 gentoo-xcursors-0.3.1.ebuild 1519
-MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 2c75b62bb7e6decb39e255a52494c65c ChangeLog 960
MD5 478b2487c26f4f003dc6bfc27135eabc files/digest-gentoo-xcursors-0.3.1 78
+MD5 010aa380d6b6762d26c3c2338e731576 gentoo-xcursors-0.3.1.ebuild 1524
+MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDoqksAiZjviIA2XgRAjR6AJoDcN75PzNu8AbGUp6W1QFKRICDhQCeMES3
+/hYT90ji/tg2vCZV9mhtC/M=
+=OBz3
+-----END PGP SIGNATURE-----
diff --git a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
index eae5b16a4cc8..0d74cbf89b81 100644
--- a/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild
+++ b/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.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/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.3 2005/11/26 09:38:21 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gentoo-xcursors/gentoo-xcursors-0.3.1.ebuild,v 1.4 2005/12/16 11:46:39 flameeyes Exp $
DESCRIPTION="A high quality set of animated mouse cursors"
HOMEPAGE="http://www.gentoo.org/"
@@ -18,7 +18,7 @@ S="${WORKDIR}/cursors"
src_install() {
dodir /usr/share/cursors/xorg-x11
- cp -ar ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die
+ cp -pPR ${S}/* ${D}/usr/share/cursors/xorg-x11/ || die
}
pkg_postinst() {