diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-26 02:35:28 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-26 02:35:28 +0000 |
commit | 818c13758c229fb116eaedd01330e073a0dcb06e (patch) | |
tree | 6508a6a64cda9ee3f9a75d9b61afa7543ba2b0b4 /dev-python/numeric | |
parent | Bumped glext.h version to latest from upstream (27). Now use global headers ... (diff) | |
download | historical-818c13758c229fb116eaedd01330e073a0dcb06e.tar.gz historical-818c13758c229fb116eaedd01330e073a0dcb06e.tar.bz2 historical-818c13758c229fb116eaedd01330e073a0dcb06e.zip |
Stable on sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numeric/Manifest | 22 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.7.ebuild | 4 |
3 files changed, 22 insertions, 9 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index 80450920692b..b7e618ec2691 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numeric # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.15 2005/04/25 17:20:49 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.16 2005/04/26 02:35:28 gustavoz Exp $ + + 26 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> numeric-23.7.ebuild: + Stable on sparc *numeric-23.8 (25 Apr 2005) diff --git a/dev-python/numeric/Manifest b/dev-python/numeric/Manifest index 02e896dd8638..417c1495e6e2 100644 --- a/dev-python/numeric/Manifest +++ b/dev-python/numeric/Manifest @@ -1,11 +1,21 @@ -MD5 9172669cf69c37d6245191f3ea3d78f2 numeric-23.7.ebuild 891 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c35764105863e6746554293215b39027 numeric-23.8.ebuild 857 +MD5 867d2f4c5aee28005b82f5a94052c151 numeric-22.0.ebuild 812 +MD5 6f213ba7a5bcbe8eb8c41871aaafef8f numeric-23.7.ebuild 893 +MD5 366b45b0fdb5da2c4b2c38623c671135 ChangeLog 3087 MD5 2ffcf0a55ea7cf8a52d71f0c72c753a8 numeric-23.1.ebuild 797 -MD5 3fd5d6082115934f34e2b84e1ea72b89 ChangeLog 2990 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 867d2f4c5aee28005b82f5a94052c151 numeric-22.0.ebuild 812 -MD5 c35764105863e6746554293215b39027 numeric-23.8.ebuild 857 MD5 b962c2f9fe39159f4c6025bb24cdf701 files/numeric-23.7.patch 2311 -MD5 543b62c79215183872d1f43ee1033c0b files/digest-numeric-22.0 64 +MD5 6c2043e258fdbea77284f56bae42b32a files/digest-numeric-23.8 64 MD5 a52c0be4669341bbf82129377ca75f2e files/digest-numeric-23.1 64 MD5 f7fae5c73c85e5d2038f4b1c7d634d7b files/digest-numeric-23.7 64 -MD5 6c2043e258fdbea77284f56bae42b32a files/digest-numeric-23.8 64 +MD5 543b62c79215183872d1f43ee1033c0b files/digest-numeric-22.0 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCbaj+KRy60XGEcJIRAqN0AKCXUxss7BL/gtd5OEif5J8U5WsyIwCfTUwl +fOGTcDP3PJtJaYXjiiZ9eYI= +=TZYI +-----END PGP SIGNATURE----- diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index 5f9c202d2f92..443653ee69cc 100644 --- a/dev-python/numeric/numeric-23.7.ebuild +++ b/dev-python/numeric/numeric-23.7.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/numeric/numeric-23.7.ebuild,v 1.5 2005/04/25 17:15:12 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.6 2005/04/26 02:35:28 gustavoz Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86" IUSE="" # 2.1 gave sandbox violations see #21 |