diff options
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r6.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r7.ebuild | 6 | ||||
-rw-r--r-- | sci-misc/gt-itm/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/gt-itm/gt-itm-19961004.ebuild | 6 |
5 files changed, 18 insertions, 11 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} diff --git a/sci-misc/gt-itm/ChangeLog b/sci-misc/gt-itm/ChangeLog index 0ed12bbb75bd..93d06348f1a8 100644 --- a/sci-misc/gt-itm/ChangeLog +++ b/sci-misc/gt-itm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/gt-itm -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.2 2004/12/28 03:41:41 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/ChangeLog,v 1.3 2005/08/24 16:45:23 phosphan Exp $ + + 24 Aug 2005; Patrick Kursawe <phosphan@gentoo.org> gt-itm-19961004.ebuild: + No longer using cp -a (bug #103487) *gt-itm-19961004 (27 Dec 2004) diff --git a/sci-misc/gt-itm/gt-itm-19961004.ebuild b/sci-misc/gt-itm/gt-itm-19961004.ebuild index da19bb4909f1..88a048752cf1 100644 --- a/sci-misc/gt-itm/gt-itm-19961004.ebuild +++ b/sci-misc/gt-itm/gt-itm-19961004.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-misc/gt-itm/gt-itm-19961004.ebuild,v 1.1 2004/12/27 21:03:43 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gt-itm/gt-itm-19961004.ebuild,v 1.2 2005/08/24 16:45:23 phosphan Exp $ DESCRIPTION="A collection of routines to generate and analyze graphs using a wide variety of models for internetwork topology" HOMEPAGE="http://www.cc.gatech.edu/fac/Ellen.Zegura/graphs.html @@ -47,7 +47,7 @@ src_compile() { src_install() { dobin ${S}/bin/* dodoc ${S}/README ${S}/docs/* - cp -ra ${S}/sample-graphs ${D}/usr/share/doc/${PF} + cp -pPR ${S}/sample-graphs ${D}/usr/share/doc/${PF} cd ${S2} dodoc *.tcl *.gb |