diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:42:03 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-08-24 16:42:03 +0000 |
commit | b319ed341423c814f336dea7e094ca15e161973f (patch) | |
tree | 9cacb5c0321bb27627dfb41a8e02fb41f763db9d /sci-mathematics | |
parent | Use newconfd/doinitd. (diff) | |
download | historical-b319ed341423c814f336dea7e094ca15e161973f.tar.gz historical-b319ed341423c814f336dea7e094ca15e161973f.tar.bz2 historical-b319ed341423c814f336dea7e094ca15e161973f.zip |
No longer using cp -a (bug #103487)
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/snns/Manifest | 12 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r6.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r7.ebuild | 6 |
4 files changed, 16 insertions, 12 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/Manifest b/sci-mathematics/snns/Manifest index 2f7d749a34ad..dcfe4189e70b 100644 --- a/sci-mathematics/snns/Manifest +++ b/sci-mathematics/snns/Manifest @@ -1,9 +1,9 @@ -MD5 84418c8d418f607d294361fff3526a85 ChangeLog 2837 -MD5 a413ae64164d817c689a89b8ce008d57 snns-4.2-r7.ebuild 2853 -MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 -MD5 fb190457a7a8d464b3c180b3b23fa000 snns-4.2-r6.ebuild 2602 +MD5 c229607adf46a185c85b6c366ab5261d snns-4.2-r7.ebuild 2856 MD5 74eb817bd528c04a396576ef594eb643 snns-4.2-r4.ebuild 1640 -MD5 e810e01b587c8fc167a868700f105be6 files/4.2-fPIC-python.patch 498 -MD5 13bc6c016dc3aa799a25598dead6346e files/digest-snns-4.2-r6 262 +MD5 bcd4e2d19956f5e748ad0a349baecefa snns-4.2-r6.ebuild 2603 +MD5 5720b6396f293f4d7ae03d9ab36c6be2 ChangeLog 3002 +MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 MD5 409a7ed863845a91ab923aee9873a062 files/digest-snns-4.2-r4 196 +MD5 13bc6c016dc3aa799a25598dead6346e files/digest-snns-4.2-r6 262 MD5 5ff18c8925d0470f7a9e21fac5aa030e files/digest-snns-4.2-r7 345 +MD5 e810e01b587c8fc167a868700f105be6 files/4.2-fPIC-python.patch 498 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} |