summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:45:23 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-08-24 16:45:23 +0000
commitc995bf4c6fff5387f9abddd855a75d23ed794741 (patch)
tree4efc2ccfe86c09eba686da5ac95197e9029f1202 /sci-mathematics
parentstable on ia64 (diff)
downloadgentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.tar.gz
gentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.tar.bz2
gentoo-2-c995bf4c6fff5387f9abddd855a75d23ed794741.zip
No longer using cp -a (bug #103487)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/snns/ChangeLog6
-rw-r--r--sci-mathematics/snns/snns-4.2-r6.ebuild4
-rw-r--r--sci-mathematics/snns/snns-4.2-r7.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog
index 43ad5ecc3298..611c5c0d2071 100644
--- a/sci-mathematics/snns/ChangeLog
+++ b/sci-mathematics/snns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/snns
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.5 2005/02/20 07:20:00 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.6 2005/08/24 16:42:03 phosphan Exp $
+
+ 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> snns-4.2-r6.ebuild,
+ snns-4.2-r7.ebuild:
+ No longer using cp -a (bug #103487), marking -r7 stable for x86.
20 Feb 2005; Joseph Jezak <josejx@gentoo.org> snns-4.2-r7.ebuild:
Marked ~ppc for bug #81482. Python bindings may not function correctly,
diff --git a/sci-mathematics/snns/snns-4.2-r6.ebuild b/sci-mathematics/snns/snns-4.2-r6.ebuild
index 667436ff59ba..7fce3050b78c 100644
--- a/sci-mathematics/snns/snns-4.2-r6.ebuild
+++ b/sci-mathematics/snns/snns-4.2-r6.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/snns/snns-4.2-r6.ebuild,v 1.2 2005/01/30 16:07:04 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r6.ebuild,v 1.3 2005/08/24 16:42:03 phosphan Exp $
inherit eutils python
@@ -77,7 +77,7 @@ src_install() {
if use python; then
cd python
python setup.py install --prefix=${D}/usr || die "could not install python module"
- cp -a examples ${D}/usr/share/doc/${PF}/python-examples
+ cp -pPR examples ${D}/usr/share/doc/${PF}/python-examples
chmod +x ${D}/usr/share/doc/${PF}/python-examples/*.py
newdoc README README.python
cd ${S}
diff --git a/sci-mathematics/snns/snns-4.2-r7.ebuild b/sci-mathematics/snns/snns-4.2-r7.ebuild
index 351e428b65b0..49197a28c577 100644
--- a/sci-mathematics/snns/snns-4.2-r7.ebuild
+++ b/sci-mathematics/snns/snns-4.2-r7.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/snns/snns-4.2-r7.ebuild,v 1.2 2005/02/20 07:20:00 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.3 2005/08/24 16:42:03 phosphan Exp $
inherit eutils python
@@ -18,7 +18,7 @@ SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz
http://download.berlios.de/snns-dev/${MYPYTHONPATCH}.gz )"
LICENSE="SNNS-${PV}"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="x86 ~amd64 ~ppc"
SLOT="0"
IUSE="X doc python"
@@ -84,7 +84,7 @@ src_install() {
if use python; then
cd python
python setup.py install --prefix=${D}/usr || die "could not install python module"
- cp -a examples ${D}/usr/share/doc/${PF}/python-examples
+ cp -pPR examples ${D}/usr/share/doc/${PF}/python-examples
chmod +x ${D}/usr/share/doc/${PF}/python-examples/*.py
newdoc README README.python
cd ${S}