diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:39:04 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:39:04 +0000 |
commit | 951e1eb3cef904b7b14aec757053b515056f36f7 (patch) | |
tree | 2b98cb61139c50f3ad8ccfe0a9b5d77dd8920d8a /dev-python/pytables | |
parent | Dependency update: dev-libs/hdf -> sci-libs/hdf. (diff) | |
download | historical-951e1eb3cef904b7b14aec757053b515056f36f7.tar.gz historical-951e1eb3cef904b7b14aec757053b515056f36f7.tar.bz2 historical-951e1eb3cef904b7b14aec757053b515056f36f7.zip |
Dependency update: dev-libs/hdf -> sci-libs/hdf.
Diffstat (limited to 'dev-python/pytables')
-rw-r--r-- | dev-python/pytables/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pytables/pytables-0.9.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog index 501d40ba4216..737c0f755c0a 100644 --- a/dev-python/pytables/ChangeLog +++ b/dev-python/pytables/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2004/12/28 20:38:48 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.12 2004/12/28 20:39:04 ribosome Exp $ + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.8.ebuild: + Dependency update: dev-libs/hdf -> sci-libs/hdf. 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> pytables-0.9.1.ebuild: Dependency update: dev-libs/hdf -> sci-libs/hdf. diff --git a/dev-python/pytables/pytables-0.8.ebuild b/dev-python/pytables/pytables-0.8.ebuild index ff00151200cd..cff7a24dd5f7 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 # 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.3 2004/06/25 01:43:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.8.ebuild,v 1.4 2004/12/28 20:39:04 ribosome Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://pytables.sourceforge.net/" DEPEND=">=dev-lang/python-2.2 >=sys-devel/gcc-3.2 - dev-libs/hdf5 + sci-libs/hdf5 dev-python/numarray" SLOT="0" diff --git a/dev-python/pytables/pytables-0.9.1.ebuild b/dev-python/pytables/pytables-0.9.1.ebuild index 6507a0ce27ef..777e4b5547f4 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 # 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.1 2004/12/07 02:59:52 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-0.9.1.ebuild,v 1.2 2004/12/28 20:38:48 ribosome Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://pytables.sourceforge.net/" DEPEND=">=dev-lang/python-2.2 >=sys-devel/gcc-3.2 - dev-libs/hdf5 + sci-libs/hdf5 dev-python/numarray" SLOT="0" |