summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/xxe/ChangeLog5
-rw-r--r--app-editors/xxe/xxe-2.11.ebuild4
-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
-rw-r--r--dev-db/firebird-docs/ChangeLog6
-rw-r--r--dev-db/firebird-docs/firebird-docs-1.0.ebuild6
8 files changed, 27 insertions, 13 deletions
diff --git a/app-editors/xxe/ChangeLog b/app-editors/xxe/ChangeLog
index 04bf8a5dd07a..9439a66e4dd6 100644
--- a/app-editors/xxe/ChangeLog
+++ b/app-editors/xxe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xxe
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.24 2005/07/21 04:35:52 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/ChangeLog,v 1.25 2005/08/23 17:50:39 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> xxe-2.11.ebuild:
+ Don't use cp -a.
*xxe-2.11 (21 Jul 2005)
diff --git a/app-editors/xxe/xxe-2.11.ebuild b/app-editors/xxe/xxe-2.11.ebuild
index 7b15ea61bfea..e5a90c0274da 100644
--- a/app-editors/xxe/xxe-2.11.ebuild
+++ b/app-editors/xxe/xxe-2.11.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-editors/xxe/xxe-2.11.ebuild,v 1.1 2005/07/21 04:35:52 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xxe/xxe-2.11.ebuild,v 1.2 2005/08/23 17:50:39 flameeyes Exp $
MY_PV="${PV/./}"
MY_PV="${MY_PV/_p/p}"
@@ -21,7 +21,7 @@ INSTALLDIR=/opt/${PN}
src_install() {
dodir ${INSTALLDIR}
- cp -a ${S}/* ${D}/${INSTALLDIR}
+ cp -pPR ${S}/* ${D}/${INSTALLDIR}
dodir /etc/env.d
echo -e "PATH=${INSTALLDIR}/bin\nROOTPATH=${INSTALLDIR}" > ${D}/etc/env.d/10xxe
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
}
diff --git a/dev-db/firebird-docs/ChangeLog b/dev-db/firebird-docs/ChangeLog
index 789550745666..85c6fa875e2e 100644
--- a/dev-db/firebird-docs/ChangeLog
+++ b/dev-db/firebird-docs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/firebird-docs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.11 2005/04/24 02:55:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/ChangeLog,v 1.12 2005/08/23 17:55:38 flameeyes Exp $
+
+ 23 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
+ firebird-docs-1.0.ebuild:
+ Don't use cp -a.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
firebird-docs-1.0.ebuild:
diff --git a/dev-db/firebird-docs/firebird-docs-1.0.ebuild b/dev-db/firebird-docs/firebird-docs-1.0.ebuild
index 8b9d39bfcb7f..95427aef044e 100644
--- a/dev-db/firebird-docs/firebird-docs-1.0.ebuild
+++ b/dev-db/firebird-docs/firebird-docs-1.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/dev-db/firebird-docs/firebird-docs-1.0.ebuild,v 1.14 2005/04/24 02:55:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird-docs/firebird-docs-1.0.ebuild,v 1.15 2005/08/23 17:55:38 flameeyes Exp $
S=${WORKDIR}
DESCRIPTION="A relational database offering many ANSI SQL-92 features"
@@ -25,6 +25,6 @@ src_compile() {
src_install () {
dodir /usr/share/doc/${P}
- cp -a ${DISTDIR}/Firebird_v1_ReleaseNotes.pdf ${D}/usr/share/doc/${P}
- cp -a ${WORKDIR}/manuals ${D}/usr/share/doc/${P}
+ cp -pPR ${DISTDIR}/Firebird_v1_ReleaseNotes.pdf ${D}/usr/share/doc/${P}
+ cp -pPR ${WORKDIR}/manuals ${D}/usr/share/doc/${P}
}