summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:55:38 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-23 17:55:38 +0000
commitfcb058f166350828f189cdd16f2ae1400de527fc (patch)
treed2ad32f4daa0668b1fb13300ac04933fb8e228aa /app-text
parentDon't use cp -a. (diff)
downloadgentoo-2-fcb058f166350828f189cdd16f2ae1400de527fc.tar.gz
gentoo-2-fcb058f166350828f189cdd16f2ae1400de527fc.tar.bz2
gentoo-2-fcb058f166350828f189cdd16f2ae1400de527fc.zip
Don't use cp -a.
(Portage version: 2.0.51.22)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sword-modules/ChangeLog6
-rw-r--r--app-text/sword-modules/sword-modules-20041209.ebuild4
-rw-r--r--app-text/xlhtml/ChangeLog5
-rw-r--r--app-text/xlhtml/xlhtml-0.5.ebuild4
4 files changed, 13 insertions, 6 deletions
diff --git a/app-text/sword-modules/ChangeLog b/app-text/sword-modules/ChangeLog
index 22fa0de4c65d..4af0edcdcbc8 100644
--- a/app-text/sword-modules/ChangeLog
+++ b/app-text/sword-modules/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sword-modules
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/ChangeLog,v 1.14 2005/07/27 03:22:09 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/ChangeLog,v 1.15 2005/08/23 17:54:25 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
+ sword-modules-20041209.ebuild:
+ Don't use cp -a.
27 Jul 2005; Marcelo Goes <vanquirius@gentoo.org>
sword-modules-20040503.ebuild, sword-modules-20041209.ebuild:
diff --git a/app-text/sword-modules/sword-modules-20041209.ebuild b/app-text/sword-modules/sword-modules-20041209.ebuild
index 884318a7b025..8c7751a4769d 100644
--- a/app-text/sword-modules/sword-modules-20041209.ebuild
+++ b/app-text/sword-modules/sword-modules-20041209.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/app-text/sword-modules/sword-modules-20041209.ebuild,v 1.4 2005/07/27 03:22:09 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword-modules/sword-modules-20041209.ebuild,v 1.5 2005/08/23 17:54:25 flameeyes Exp $
CROSSWIREFTP="http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip"
DESCRIPTION="a collection of modules for the sword project"
@@ -83,7 +83,7 @@ src_compile() {
src_install () {
dodir /usr/share/sword/modules || die
- cp -a ${S}/modules/* ${D}/usr/share/sword/modules/ || die
+ cp -pPR ${S}/modules/* ${D}/usr/share/sword/modules/ || die
dodir /usr/share/sword/mods.d || die
cp ${S}/mods.d/* ${D}/usr/share/sword/mods.d/ || die
}
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog
index a37d0eca3292..804ee3dcab61 100644
--- a/app-text/xlhtml/ChangeLog
+++ b/app-text/xlhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xlhtml
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.10 2005/04/02 08:47:07 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.11 2005/08/23 17:52:28 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xlhtml-0.5.ebuild:
+ Don't use cp -a.
02 Apr 2005; Simon Stelling <blubb@gentoo.org> xlhtml-0.5.ebuild:
added ~amd64
diff --git a/app-text/xlhtml/xlhtml-0.5.ebuild b/app-text/xlhtml/xlhtml-0.5.ebuild
index 6e815247a848..14f3f96f019d 100644
--- a/app-text/xlhtml/xlhtml-0.5.ebuild
+++ b/app-text/xlhtml/xlhtml-0.5.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/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.10 2005/04/02 08:47:07 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.11 2005/08/23 17:52:28 flameeyes Exp $
inherit gnuconfig
@@ -39,5 +39,5 @@ src_install() {
docinto xlhtml
dodoc xlhtml/{ChangeLog,README,THANKS,TODO}
rm -rf xlhtml/contrib/CVS
- cp -ra xlhtml/contrib ${D}/usr/share/doc/${PF}/xlhtml
+ cp -pPR xlhtml/contrib ${D}/usr/share/doc/${PF}/xlhtml
}