diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-02-07 04:53:36 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-02-07 04:53:36 +0000 |
commit | 41745feaf9b16c32d87d6a8c266ed83758acbd70 (patch) | |
tree | 17eecef18e504829601f14888012fbe67865b496 /dev-python/pytables | |
parent | stable on x86 (diff) | |
download | historical-41745feaf9b16c32d87d6a8c266ed83758acbd70.tar.gz historical-41745feaf9b16c32d87d6a8c266ed83758acbd70.tar.bz2 historical-41745feaf9b16c32d87d6a8c266ed83758acbd70.zip |
stable on x86
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pytables/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.7.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.8.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.9.1.ebuild | 4 |
6 files changed, 22 insertions, 18 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 787d1b8cb8a1..4329febeff7f 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytables -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.17 2004/12/31 00:00:57 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.18 2005/02/07 04:43:44 fserb Exp $ + + 07 Feb 2005; Fernando Serboncini <fserb@gentoo.org> pytables-0.7.2.ebuild, + pytables-0.8.ebuild: + stable on x86 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/pytables/Manifest b/dev-python/pytables/Manifest index a6f0dc1d7731..29ae31053c14 100644 --- a/dev-python/pytables/Manifest +++ b/dev-python/pytables/Manifest @@ -1,10 +1,10 @@ -MD5 f1a97f12e36da2b37e2b457a28902b2f ChangeLog 2067 -MD5 97358b05af470f17f12cbd22a6bd216b pytables-0.8.ebuild 524 -MD5 042224608cc2cadeb917274c23428747 pytables-0.8.1.ebuild 531 -MD5 c4b642950a2722809de25e7a5bebe982 pytables-0.9.1.ebuild 531 -MD5 12cb702a47a7943978048dca199cb60d pytables-0.7.2.ebuild 526 +MD5 1a35f7b1438466c7e016d0bfdeeb8453 ChangeLog 2184 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 deb81120d6f28706845326872f17daa2 pytables-0.7.2.ebuild 525 +MD5 3e927f9c5fe636713a05652d00ccca38 pytables-0.8.1.ebuild 531 +MD5 a26365e5a13ca348579cd0211b535422 pytables-0.8.ebuild 420 +MD5 cdb2060e23987aef1335868a66964aa5 pytables-0.9.1.ebuild 531 MD5 215625681422b404c7b499e6ec664314 files/digest-pytables-0.7.2 66 -MD5 fd8c69b76c15d2bec91326d54c2cad8f files/digest-pytables-0.9.1 67 MD5 ce105875d1c8066cfaee8b302c563c03 files/digest-pytables-0.8 65 MD5 666811c77fb131983a32904d33c5bc3e files/digest-pytables-0.8.1 67 +MD5 fd8c69b76c15d2bec91326d54c2cad8f files/digest-pytables-0.9.1 67 diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild index fa2f278919d8..c438ac894d88 100644 --- a/dev-python/pytables/pytables-0.7.2.ebuild +++ b/dev-python/pytables/pytables-0.7.2.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/dev-python/pytables/pytables-0.7.2.ebuild,v 1.5 2004/12/28 20:38:06 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.7.2.ebuild,v 1.6 2005/02/07 04:43:45 fserb Exp $ inherit distutils @@ -14,6 +14,6 @@ DEPEND=">=dev-lang/python-2.2 dev-python/numarray" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="as-is" IUSE="" diff --git a/dev-python/pytables/pytables-0.8.1.ebuild b/dev-python/pytables/pytables-0.8.1.ebuild index da2f90a46c9c..2bfd5b5a2a4a 100644 --- a/dev-python/pytables/pytables-0.8.1.ebuild +++ b/dev-python/pytables/pytables-0.8.1.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/dev-python/pytables/pytables-0.8.1.ebuild,v 1.3 2004/12/28 20:38:31 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.1.ebuild,v 1.4 2005/02/07 04:43:45 fserb Exp $ inherit distutils diff --git a/dev-python/pytables/pytables-0.8.ebuild b/dev-python/pytables/pytables-0.8.ebuild index cff7a24dd5f7..e2b11e75aef8 100644 --- a/dev-python/pytables/pytables-0.8.ebuild +++ b/dev-python/pytables/pytables-0.8.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/dev-python/pytables/pytables-0.8.ebuild,v 1.4 2004/12/28 20:39:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.ebuild,v 1.5 2005/02/07 04:43:45 fserb Exp $ inherit distutils @@ -14,6 +14,6 @@ DEPEND=">=dev-lang/python-2.2 dev-python/numarray" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="as-is" IUSE="" diff --git a/dev-python/pytables/pytables-0.9.1.ebuild b/dev-python/pytables/pytables-0.9.1.ebuild index 777e4b5547f4..672abe75795c 100644 --- a/dev-python/pytables/pytables-0.9.1.ebuild +++ b/dev-python/pytables/pytables-0.9.1.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/dev-python/pytables/pytables-0.9.1.ebuild,v 1.2 2004/12/28 20:38:48 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.3 2005/02/07 04:43:45 fserb Exp $ inherit distutils |