diff options
Diffstat (limited to 'dev-python/pytables/pytables-0.8.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-0.8.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pytables/pytables-0.8.ebuild b/dev-python/pytables/pytables-0.8.ebuild deleted file mode 100644 index e2b11e75aef8..000000000000 --- a/dev-python/pytables/pytables-0.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.5 2005/02/07 04:43:45 fserb Exp $ - -inherit distutils - -DESCRIPTION="Module for Python that use HDF5" -SRC_URI="mirror://sourceforge/pytables/${P}.tar.gz" -HOMEPAGE="http://pytables.sourceforge.net/" - -DEPEND=">=dev-lang/python-2.2 - >=sys-devel/gcc-3.2 - sci-libs/hdf5 - dev-python/numarray" - -SLOT="0" -KEYWORDS="x86" -LICENSE="as-is" -IUSE="" |