summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2005-08-24 09:32:37 +0000
committerChristian Andreetta <satya@gentoo.org>2005-08-24 09:32:37 +0000
commitf9e9d58fe35363d59ebafc89773b9dc1985797bf (patch)
treed4ccccd12e1824b76c2c666cdd0842e3c8db8b71 /sci-mathematics
parentchanged 'cp -a' to 'cp -pPR' (diff)
downloadgentoo-2-f9e9d58fe35363d59ebafc89773b9dc1985797bf.tar.gz
gentoo-2-f9e9d58fe35363d59ebafc89773b9dc1985797bf.tar.bz2
gentoo-2-f9e9d58fe35363d59ebafc89773b9dc1985797bf.zip
'cp -pPR' instead of 'cp -a' required by Darwin and BSD (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/fann/ChangeLog6
-rw-r--r--sci-mathematics/fann/fann-1.2.0-r1.ebuild6
-rw-r--r--sci-mathematics/fann/fann-1.2.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-mathematics/fann/ChangeLog b/sci-mathematics/fann/ChangeLog
index bccafc0d84da..5ffbd81c2996 100644
--- a/sci-mathematics/fann/ChangeLog
+++ b/sci-mathematics/fann/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/fann
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.3 2005/01/04 11:37:55 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/ChangeLog,v 1.4 2005/08/24 09:31:15 satya Exp $
+
+ 24 Aug 2005; Christian Andreetta <satya@gentoo.org> fann-1.2.0.ebuild,
+ fann-1.2.0-r1.ebuild:
+ 'cp -pPR' instead of 'cp -a' required by Darwin and BSD (bug #103487)
*fann-1.2.0-r1 (04 Jan 2005)
diff --git a/sci-mathematics/fann/fann-1.2.0-r1.ebuild b/sci-mathematics/fann/fann-1.2.0-r1.ebuild
index 3e0cf7cf8e6f..22da867e50a7 100644
--- a/sci-mathematics/fann/fann-1.2.0-r1.ebuild
+++ b/sci-mathematics/fann/fann-1.2.0-r1.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/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.1 2005/01/04 11:37:55 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0-r1.ebuild,v 1.2 2005/08/24 09:31:15 satya Exp $
inherit eutils
#-----------------------------------------------------------------------------
@@ -51,11 +51,11 @@ src_install() {
einfo "doc ---------------------------------"
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
insinto /usr/share/doc/${PF}/benchmarks
- cp -a ${S}/benchmarks/* ${D}/usr/share/doc/${PF}/benchmarks
+ cp -pPR ${S}/benchmarks/* ${D}/usr/share/doc/${PF}/benchmarks
insinto /usr/share/doc/${PF}/examples/c
doins ${S}/examples/*
insinto /usr/share/doc/${PF}/html
- cp -a doc/html/* ${D}/usr/share/doc/${PF}/html
+ cp -pPR doc/html/* ${D}/usr/share/doc/${PF}/html
insinto /usr/share/doc/${PF}/pdf
doins doc/*pdf
fi
diff --git a/sci-mathematics/fann/fann-1.2.0.ebuild b/sci-mathematics/fann/fann-1.2.0.ebuild
index cc8787c07aed..ae745fa9cbf9 100644
--- a/sci-mathematics/fann/fann-1.2.0.ebuild
+++ b/sci-mathematics/fann/fann-1.2.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/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.2 2005/01/04 11:37:55 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/fann/fann-1.2.0.ebuild,v 1.3 2005/08/24 09:31:15 satya Exp $
inherit eutils
#-----------------------------------------------------------------------------
@@ -49,11 +49,11 @@ src_install() {
einfo "doc ---------------------------------"
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
insinto /usr/share/doc/${PF}/benchmarks
- cp -a ${S}/benchmarks/* ${D}/usr/share/doc/${PF}/benchmarks
+ cp -pPR ${S}/benchmarks/* ${D}/usr/share/doc/${PF}/benchmarks
insinto /usr/share/doc/${PF}/examples/c
doins ${S}/examples/*
insinto /usr/share/doc/${PF}/html
- cp -a doc/html/* ${D}/usr/share/doc/${PF}/html
+ cp -pPR doc/html/* ${D}/usr/share/doc/${PF}/html
insinto /usr/share/doc/${PF}/pdf
doins doc/*pdf
fi