summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:30:29 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:30:29 +0000
commit670d13712832a0e4bfdcfd9f16f756ff2d456657 (patch)
tree88153aebd4657781defadc35d274a2039a999c0a /sci-libs
parentepatch does not need die. (diff)
downloadgentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.tar.gz
gentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.tar.bz2
gentoo-2-670d13712832a0e4bfdcfd9f16f756ff2d456657.zip
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/beagle/ChangeLog5
-rw-r--r--sci-libs/beagle/beagle-2.2.0.ebuild4
-rw-r--r--sci-libs/mkl/ChangeLog5
-rw-r--r--sci-libs/mkl/mkl-5.2.ebuild6
-rw-r--r--sci-libs/torch/ChangeLog5
-rw-r--r--sci-libs/torch/torch-3.ebuild4
6 files changed, 19 insertions, 10 deletions
diff --git a/sci-libs/beagle/ChangeLog b/sci-libs/beagle/ChangeLog
index b6db3c87d69e..005fffc67c5e 100644
--- a/sci-libs/beagle/ChangeLog
+++ b/sci-libs/beagle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/beagle
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.4 2005/06/25 23:54:22 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/ChangeLog,v 1.5 2005/08/24 16:30:29 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> beagle-2.2.0.ebuild:
+ No longer using cp -a (bug #103487)
25 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -beagle-2.1.3.ebuild,
beagle-2.2.0.ebuild:
diff --git a/sci-libs/beagle/beagle-2.2.0.ebuild b/sci-libs/beagle/beagle-2.2.0.ebuild
index b58fc0c9741f..3cc08a7a87ac 100644
--- a/sci-libs/beagle/beagle-2.2.0.ebuild
+++ b/sci-libs/beagle/beagle-2.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-libs/beagle/beagle-2.2.0.ebuild,v 1.2 2005/06/25 23:54:22 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/beagle/beagle-2.2.0.ebuild,v 1.3 2005/08/24 16:30:29 phosphan Exp $
inherit libtool
@@ -30,7 +30,7 @@ src_install () {
dodoc AUTHORS ChangeLog NEWS README TODO
if use doc; then
- cp -a examples ${D}/usr/share/doc/${PF}
+ cp -pPR examples ${D}/usr/share/doc/${PF}
dohtml refman/html/*
fi
}
diff --git a/sci-libs/mkl/ChangeLog b/sci-libs/mkl/ChangeLog
index cfd2d7a29895..29a712e84bc8 100644
--- a/sci-libs/mkl/ChangeLog
+++ b/sci-libs/mkl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/mkl
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.3 2005/06/26 00:35:12 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/ChangeLog,v 1.4 2005/08/24 16:27:00 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> mkl-5.2.ebuild:
+ No longer using cp -a (bug #103487)
26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -mkl-5.1.ebuild:
Removed obsolete version.
diff --git a/sci-libs/mkl/mkl-5.2.ebuild b/sci-libs/mkl/mkl-5.2.ebuild
index ecab0e20dbcf..dbeb290e82b5 100644
--- a/sci-libs/mkl/mkl-5.2.ebuild
+++ b/sci-libs/mkl/mkl-5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-5.2.ebuild,v 1.1 2004/12/28 21:45:07 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/mkl/mkl-5.2.ebuild,v 1.2 2005/08/24 16:27:00 phosphan Exp $
S=${WORKDIR}
DESCRIPTION="Intel(R) Math Kernel Library"
@@ -33,7 +33,7 @@ src_compile() {
}
src_install () {
- cp -a opt ${D}
+ cp -pPR opt ${D}
cd ${D}/opt/intel/mkl/
dodoc license.txt
dohtml -r mklnotes.htm mkllic.htm doc/*
diff --git a/sci-libs/torch/ChangeLog b/sci-libs/torch/ChangeLog
index ec37bd671686..0a203d58065a 100644
--- a/sci-libs/torch/ChangeLog
+++ b/sci-libs/torch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/torch
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.3 2005/05/09 11:21:27 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/ChangeLog,v 1.4 2005/08/24 16:28:34 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> torch-3.ebuild:
+ No longer using cp -a (bug #103487)
09 May 2005; Herbie Hopkins <herbs@gentoo.org> torch-3.ebuild:
Don't add -malign-double on amd64, keyworded ~amd64.
diff --git a/sci-libs/torch/torch-3.ebuild b/sci-libs/torch/torch-3.ebuild
index 582425824a99..198c2c7e62be 100644
--- a/sci-libs/torch/torch-3.ebuild
+++ b/sci-libs/torch/torch-3.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-libs/torch/torch-3.ebuild,v 1.2 2005/05/09 11:21:27 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/torch/torch-3.ebuild,v 1.3 2005/08/24 16:28:34 phosphan Exp $
inherit toolchain-funcs multilib
@@ -55,7 +55,7 @@ src_install() {
dodoc LICENSE
dodir /usr/share/doc/${PF}
insinto /usr/share/doc/${PF}
- cp -a examples ${D}/usr/share/doc/${PF}
+ cp -pPR examples ${D}/usr/share/doc/${PF}
cd ${D}/usr/share/doc/${PF}
sed -i \
-e 's|^TORCHDIR.*|TORCHDIR := /usr/share/torch|' \