diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 07:20:00 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 07:20:00 +0000 |
commit | b279b35facead6b56a7fa944749ffb93b7477a1a (patch) | |
tree | 47f0612f578d7e5a638619d9bc1f280746756ba4 /sci-mathematics/snns | |
parent | Mark stable on x86 and amd64 for bug 82545. (diff) | |
download | historical-b279b35facead6b56a7fa944749ffb93b7477a1a.tar.gz historical-b279b35facead6b56a7fa944749ffb93b7477a1a.tar.bz2 historical-b279b35facead6b56a7fa944749ffb93b7477a1a.zip |
Marked ~ppc for bug #81482.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-mathematics/snns')
-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-r7.ebuild | 4 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 5b38c3a29e8a..43ad5ecc3298 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.4 2005/02/10 11:43:22 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.5 2005/02/20 07:20:00 josejx Exp $ + + 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> snns-4.2-r7.ebuild: + Marked ~ppc for bug #81482. Python bindings may not function correctly, + ensure that it's working before marking ppc. *snns-4.2-r7 (10 Feb 2005) diff --git a/sci-mathematics/snns/Manifest b/sci-mathematics/snns/Manifest index 664cc578d90d..2f7d749a34ad 100644 --- a/sci-mathematics/snns/Manifest +++ b/sci-mathematics/snns/Manifest @@ -1,9 +1,9 @@ -MD5 767cf77ce684834427c06dadc93c30c0 snns-4.2-r7.ebuild 2850 -MD5 74eb817bd528c04a396576ef594eb643 snns-4.2-r4.ebuild 1640 -MD5 fb190457a7a8d464b3c180b3b23fa000 snns-4.2-r6.ebuild 2602 -MD5 596fa5e4ec542ccc5104e840f887212b ChangeLog 2649 +MD5 84418c8d418f607d294361fff3526a85 ChangeLog 2837 +MD5 a413ae64164d817c689a89b8ce008d57 snns-4.2-r7.ebuild 2853 MD5 c000c0728c9136f1b54cbc3a5fc07644 metadata.xml 220 -MD5 409a7ed863845a91ab923aee9873a062 files/digest-snns-4.2-r4 196 +MD5 fb190457a7a8d464b3c180b3b23fa000 snns-4.2-r6.ebuild 2602 +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 409a7ed863845a91ab923aee9873a062 files/digest-snns-4.2-r4 196 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-r7.ebuild b/sci-mathematics/snns/snns-4.2-r7.ebuild index fb8c047235be..351e428b65b0 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.1 2005/02/10 11:43:22 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.2 2005/02/20 07:20:00 josejx 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" +KEYWORDS="~x86 ~amd64 ~ppc" SLOT="0" IUSE="X doc python" |