summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2005-08-24 09:31:15 +0000
committerChristian Andreetta <satya@gentoo.org>2005-08-24 09:31:15 +0000
commitebdd97545fac8407215b2a7e53d40addccb40a87 (patch)
tree42ed4aace290b06000cea5e9eca543c6e03ea720 /sci-mathematics
parentchanged 'cp -a' to 'cp -pPR' (diff)
downloadhistorical-ebdd97545fac8407215b2a7e53d40addccb40a87.tar.gz
historical-ebdd97545fac8407215b2a7e53d40addccb40a87.tar.bz2
historical-ebdd97545fac8407215b2a7e53d40addccb40a87.zip
'cp -pPR' instead of 'cp -a' required by Darwin and BSD (bug #103487)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/fann/ChangeLog6
-rw-r--r--sci-mathematics/fann/Manifest6
-rw-r--r--sci-mathematics/fann/fann-1.2.0-r1.ebuild6
-rw-r--r--sci-mathematics/fann/fann-1.2.0.ebuild6
4 files changed, 14 insertions, 10 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/Manifest b/sci-mathematics/fann/Manifest
index 8cbdc684bdc4..1905e5c2af0c 100644
--- a/sci-mathematics/fann/Manifest
+++ b/sci-mathematics/fann/Manifest
@@ -1,7 +1,7 @@
-MD5 d002ee3574971800805fe59e671a20b1 fann-1.2.0-r1.ebuild 2494
-MD5 f65454d942a31e0d238c0e85efdb48d2 ChangeLog 813
+MD5 81fbc5e7550d18d1cea1a48f1a91fa45 fann-1.2.0-r1.ebuild 2498
+MD5 cf753889b6608fc285d9bf5bf4e5b0e9 ChangeLog 983
MD5 a1a8f7b84e93c6954c7a492419204578 metadata.xml 700
-MD5 5b06bf734ddd34cdaa6ef4ee0837ee1c fann-1.2.0.ebuild 2426
+MD5 8d603efe483abb2cfa0a55fda15598eb fann-1.2.0.ebuild 2430
MD5 2f3e1ec485ad30450d503501c4d67912 files/digest-fann-1.2.0-r1 64
MD5 2f3e1ec485ad30450d503501c4d67912 files/digest-fann-1.2.0 64
MD5 b5581af0afa35074fc76a910ae6e9b5c files/fann-1.2.0-r1.patch 14130
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