diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-01-29 21:58:12 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-01-29 21:58:12 +0000 |
commit | 03a58f304377c9bafcdfbc07c0b1e90bc3c8bd91 (patch) | |
tree | ddcff67c7c74d9bc6d4d83a6454a21633dbd5ee2 /dev-python | |
parent | Re: Bug #39793 - reset insopts to 0644 for docs, man pages, config files (diff) | |
download | historical-03a58f304377c9bafcdfbc07c0b1e90bc3c8bd91.tar.gz historical-03a58f304377c9bafcdfbc07c0b1e90bc3c8bd91.tar.bz2 historical-03a58f304377c9bafcdfbc07c0b1e90bc3c8bd91.zip |
Marked stable on hppa.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numeric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numeric/Manifest | 6 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index 2b5679dd9ee4..f613a37fe23f 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-python/numeric # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.1 2003/09/02 22:24:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.2 2004/01/29 21:57:49 gmsoft Exp $ *numeric-23.1 (02 Sep 2003) + 20 Jan 2004; Guy Martin <gmsoft@gentoo.org> numeric-23.1.ebuild : + Marked stable on hppa. + 02 Sep 2003; Alastair Tse <liquidx@gentoo.org> metadata.xml, numeric-22.0.ebuild, numeric-23.0.ebuild, numeric-23.1.ebuild: moved from dev-python/Numeric to dev-python/numeric diff --git a/dev-python/numeric/Manifest b/dev-python/numeric/Manifest index 6452ef219e9b..b15af5aeb99d 100644 --- a/dev-python/numeric/Manifest +++ b/dev-python/numeric/Manifest @@ -1,8 +1,8 @@ -MD5 c81b16890a48d672585153a1dfdf5653 ChangeLog 1555 +MD5 d481a7699e7531d2ad21ad7232a2d0dd ChangeLog 1648 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 ed86cc262c77cd954e50cd71d8577c32 numeric-22.0.ebuild 825 +MD5 8ae15b63957856f6829fabf44825bcb1 numeric-22.0.ebuild 814 MD5 987d5e79dbc0a921b6b0161ec0a83e29 numeric-23.0.ebuild 828 -MD5 5313badc78ec653959483558d85b9330 numeric-23.1.ebuild 828 +MD5 bdaac8722fcf1aa2043dc4123b755b13 numeric-23.1.ebuild 831 MD5 543b62c79215183872d1f43ee1033c0b files/digest-numeric-22.0 64 MD5 1bbfd6024c1a372499b3774b2b91b5ab files/digest-numeric-23.0 64 MD5 a52c0be4669341bbf82129377ca75f2e files/digest-numeric-23.1 64 diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild index 062e653be6c7..2b8d01dab1bc 100644 --- a/dev-python/numeric/numeric-23.1.ebuild +++ b/dev-python/numeric/numeric-23.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.3 2004/01/29 21:57:49 gmsoft Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pfdubois.com/numpy/" IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa" LICENSE="as-is" # 2.1 gave sandbox violations see #21 |