summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/beagle/ChangeLog5
-rw-r--r--sci-libs/beagle/beagle-2.2.0.ebuild4
-rw-r--r--sci-libs/gaul-devel/ChangeLog7
-rw-r--r--sci-libs/gaul-devel/gaul-devel-0.1846.ebuild6
-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
-rw-r--r--sci-libs/vtk/ChangeLog5
-rw-r--r--sci-libs/vtk/vtk-4.2.6.ebuild6
10 files changed, 34 insertions, 19 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/gaul-devel/ChangeLog b/sci-libs/gaul-devel/ChangeLog
index ff6e89580fff..74eba5772ca6 100644
--- a/sci-libs/gaul-devel/ChangeLog
+++ b/sci-libs/gaul-devel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gaul-devel
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.2 2004/12/28 21:15:32 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/ChangeLog,v 1.3 2005/08/24 16:23:52 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> gaul-devel-0.1846.ebuild:
+ No longer using cp -a (bug #103487)
*gaul-devel-0.1846 (28 Dec 2004)
diff --git a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild b/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild
index ffc1e0f07639..62b9b8ce1992 100644
--- a/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild
+++ b/sci-libs/gaul-devel/gaul-devel-0.1846.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/gaul-devel/gaul-devel-0.1846.ebuild,v 1.1 2004/12/28 20:25:09 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gaul-devel/gaul-devel-0.1846.ebuild,v 1.2 2005/08/24 16:23:52 phosphan Exp $
DESCRIPTION="Genetic Algorithm Utility Library"
@@ -42,6 +42,6 @@ src_install() {
use doc && (
dodir /usr/share/${PN}
- cp -a tests examples ${D}/usr/share/${PN}
+ cp -pPR tests examples ${D}/usr/share/${PN}
)
}
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|' \
diff --git a/sci-libs/vtk/ChangeLog b/sci-libs/vtk/ChangeLog
index 8ce453e34fbf..321a8df5d85d 100644
--- a/sci-libs/vtk/ChangeLog
+++ b/sci-libs/vtk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.3 2005/08/20 19:20:21 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.4 2005/08/24 16:20:18 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> vtk-4.2.6.ebuild:
+ No longer using cp -a (bug #103487)
20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> vtk-4.2.6.ebuild:
Removed unused "data" USE flag (fixes bug #100418).
diff --git a/sci-libs/vtk/vtk-4.2.6.ebuild b/sci-libs/vtk/vtk-4.2.6.ebuild
index 4fa8f20d422b..dcc431ad48ba 100644
--- a/sci-libs/vtk/vtk-4.2.6.ebuild
+++ b/sci-libs/vtk/vtk-4.2.6.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/vtk/vtk-4.2.6.ebuild,v 1.4 2005/08/20 19:20:21 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-4.2.6.ebuild,v 1.5 2005/08/24 16:20:18 phosphan Exp $
# TODO: need to fix Examples/CMakeLists.txt to build other examples
@@ -112,7 +112,7 @@ src_install() {
# install examples
if use examples; then
dodir /usr/share/${PN}
- cp -a ${S}/Examples ${D}/usr/share/${PN}/examples
+ cp -pPR ${S}/Examples ${D}/usr/share/${PN}/examples
# fix example's permissions
find ${D}/usr/share/${PN}/examples -type d -exec chmod 0755 {} \;
@@ -121,7 +121,7 @@ src_install() {
# VTKData uses a hyphen instead of a dot
MY_PV_HYPHEN=`echo ${MY_PV} | sed -e "s/\./-/"`
dodir /usr/share/${PN}
- cp -a ${WORKDIR}/VTKData-release-${MY_PV_HYPHEN} ${D}/usr/share/${PN}/data
+ cp -pPR ${WORKDIR}/VTKData-release-${MY_PV_HYPHEN} ${D}/usr/share/${PN}/data
# fix data's permissions
find ${D}/usr/share/${PN}/data -type d -exec chmod 0755 {} \;