diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 21:02:55 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 21:02:55 +0000 |
commit | b60c1aba7801ff9cfc440d0e1080c1f712b909e0 (patch) | |
tree | c39a2027eaa867d6b78ccd84bd5292ed44f80eda /dev-python/scientificpython | |
parent | added ~ppc64 (diff) | |
download | historical-b60c1aba7801ff9cfc440d0e1080c1f712b909e0.tar.gz historical-b60c1aba7801ff9cfc440d0e1080c1f712b909e0.tar.bz2 historical-b60c1aba7801ff9cfc440d0e1080c1f712b909e0.zip |
Stable on alpha, ia64 and x86, fixes bug 109122.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-python/scientificpython')
-rw-r--r-- | dev-python/scientificpython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/scientificpython/Manifest | 28 | ||||
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.4.9.ebuild | 4 |
3 files changed, 26 insertions, 12 deletions
diff --git a/dev-python/scientificpython/ChangeLog b/dev-python/scientificpython/ChangeLog index cea5ab6fd5f7..5659eb79c789 100644 --- a/dev-python/scientificpython/ChangeLog +++ b/dev-python/scientificpython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/scientificpython # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.6 2005/08/26 03:45:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/ChangeLog,v 1.7 2005/10/16 21:02:55 kloeri Exp $ + + 16 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> + scientificpython-2.4.9.ebuild: + Stable on alpha, ia64 and x86, fixes bug 109122. 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> scientificpython-2.4.9.ebuild: diff --git a/dev-python/scientificpython/Manifest b/dev-python/scientificpython/Manifest index 7deefc88fd9b..d590179b2316 100644 --- a/dev-python/scientificpython/Manifest +++ b/dev-python/scientificpython/Manifest @@ -1,12 +1,22 @@ -MD5 1d27fa6f9c07018c95a9fef68c85824e scientificpython-2.4.3.ebuild 851 -MD5 16410074c3592864aa4ab0932d375dad scientificpython-2.4.9.ebuild 869 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 f5f8ad822dffedc27ffa1b60f0f48270 ChangeLog 3150 -MD5 a181ec6b4aeafb1874071f8fd4143df9 scientificpython-2.4.6.ebuild 862 -MD5 950931f991d0e7fe6a8b61c73ddfbbaa scientificpython-2.4.5.ebuild 855 -MD5 ff59939d28b0261f00a55c95d53e6ae5 scientificpython-2.2-r1.ebuild 838 -MD5 18849ce82bbffddae7acaefd7c21f3fa files/digest-scientificpython-2.4.5 74 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6a629a0433c164cbf1c689008e99c2ec ChangeLog 3286 +MD5 dfa7ad22fed0bcb416294783fb84bb6c files/digest-scientificpython-2.2-r1 72 MD5 79c71d20dabb984dca635936b7736c0a files/digest-scientificpython-2.4.3 74 +MD5 18849ce82bbffddae7acaefd7c21f3fa files/digest-scientificpython-2.4.5 74 MD5 859be03e658844a15192a1557882bc71 files/digest-scientificpython-2.4.6 74 -MD5 dfa7ad22fed0bcb416294783fb84bb6c files/digest-scientificpython-2.2-r1 72 MD5 b8a5e0f845aaf56bf7db33d16384887a files/digest-scientificpython-2.4.9 74 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 ff59939d28b0261f00a55c95d53e6ae5 scientificpython-2.2-r1.ebuild 838 +MD5 1d27fa6f9c07018c95a9fef68c85824e scientificpython-2.4.3.ebuild 851 +MD5 950931f991d0e7fe6a8b61c73ddfbbaa scientificpython-2.4.5.ebuild 855 +MD5 a181ec6b4aeafb1874071f8fd4143df9 scientificpython-2.4.6.ebuild 862 +MD5 ee3e187cb224f7ad691c13937972ec89 scientificpython-2.4.9.ebuild 864 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDUsAkKf2g/qXtneoRAtbZAKC0gKANhY8f5QH0PND04ZgslEO8lACdEU8p +xbxCppYBEyqllZY/boGWgPI= +=2mBp +-----END PGP SIGNATURE----- diff --git a/dev-python/scientificpython/scientificpython-2.4.9.ebuild b/dev-python/scientificpython/scientificpython-2.4.9.ebuild index 510d388649ad..581c70d87758 100644 --- a/dev-python/scientificpython/scientificpython-2.4.9.ebuild +++ b/dev-python/scientificpython/scientificpython-2.4.9.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/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.2 2005/08/26 03:45:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.3 2005/10/16 21:02:55 kloeri Exp $ MY_P=${P/scientificpython/ScientificPython} S=${WORKDIR}/${MY_P} @@ -13,7 +13,7 @@ SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${MY_P}.tar.gz" HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" SLOT="0" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc x86" DEPEND="virtual/python >=dev-python/numeric-19.0 |