summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-05-05 08:53:44 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-05-05 08:53:44 +0000
commitcbd580ceda2079db3ca133d60ec336e1596bb32f (patch)
tree95504dbafd3f72cb6118e4dc0231276d46de6681 /dev-python/pytables
parentMinor cleanup. Keyworded ~amd64 (bug #176459). (diff)
downloadgentoo-2-cbd580ceda2079db3ca133d60ec336e1596bb32f.tar.gz
gentoo-2-cbd580ceda2079db3ca133d60ec336e1596bb32f.tar.bz2
gentoo-2-cbd580ceda2079db3ca133d60ec336e1596bb32f.zip
Added: NEED_PYTHON, doc/examples use-flags, ~amd64 keyword. Dropped old versions.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python/pytables')
-rw-r--r--dev-python/pytables/ChangeLog8
-rw-r--r--dev-python/pytables/files/digest-pytables-0.7.23
-rw-r--r--dev-python/pytables/files/digest-pytables-0.8.13
-rw-r--r--dev-python/pytables/files/digest-pytables-0.9.13
-rw-r--r--dev-python/pytables/pytables-0.7.2.ebuild19
-rw-r--r--dev-python/pytables/pytables-0.8.1.ebuild19
-rw-r--r--dev-python/pytables/pytables-0.9.1.ebuild19
-rw-r--r--dev-python/pytables/pytables-1.4.ebuild33
8 files changed, 35 insertions, 72 deletions
diff --git a/dev-python/pytables/ChangeLog b/dev-python/pytables/ChangeLog
index 3f361cd88788..52e393e77103 100644
--- a/dev-python/pytables/ChangeLog
+++ b/dev-python/pytables/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pytables
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.23 2007/04/23 19:24:07 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/ChangeLog,v 1.24 2007/05/05 08:53:44 lucass Exp $
+
+ 05 May 2007; Lukasz Strzygowski <lucass@gentoo.org>
+ -pytables-0.7.2.ebuild, -pytables-0.8.1.ebuild, -pytables-0.9.1.ebuild,
+ pytables-1.4.ebuild:
+ Added: NEED_PYTHON, doc/examples use-flags, ~amd64 keyword. Dropped old
+ versions.
*pytables-1.4 (23 Apr 2007)
diff --git a/dev-python/pytables/files/digest-pytables-0.7.2 b/dev-python/pytables/files/digest-pytables-0.7.2
deleted file mode 100644
index bbeb788783e0..000000000000
--- a/dev-python/pytables/files/digest-pytables-0.7.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b6b14895bbdb01020e66d7f18fe0373f pytables-0.7.2.tar.gz 228821
-RMD160 47067b0dd2729cbce7bcdfd9ac864592621f3772 pytables-0.7.2.tar.gz 228821
-SHA256 8f4b9e44ab29e28d59e7862e3f7a17f5b7ab0253295ed53290e2426cb9a3c182 pytables-0.7.2.tar.gz 228821
diff --git a/dev-python/pytables/files/digest-pytables-0.8.1 b/dev-python/pytables/files/digest-pytables-0.8.1
deleted file mode 100644
index 2aa26817dcff..000000000000
--- a/dev-python/pytables/files/digest-pytables-0.8.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f9c6518df01638e8cb35c6977098c21f pytables-0.8.1.tar.gz 2306360
-RMD160 287b52964c8d0eacb61681d4371bea80d55d05be pytables-0.8.1.tar.gz 2306360
-SHA256 fc81c0d8d281719daf86fe08ace999bbe80d4e213ef662cbb9a453de031dac25 pytables-0.8.1.tar.gz 2306360
diff --git a/dev-python/pytables/files/digest-pytables-0.9.1 b/dev-python/pytables/files/digest-pytables-0.9.1
deleted file mode 100644
index ac62171fda63..000000000000
--- a/dev-python/pytables/files/digest-pytables-0.9.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 f6dc98bbf097bf901281d11544111aa1 pytables-0.9.1.tar.gz 2585363
-RMD160 a72693dc864379e35882ec0c1a44269b3f9f7a5e pytables-0.9.1.tar.gz 2585363
-SHA256 54c2d90a093c7dcd64f42bd1b5c6c036c8c669a68f82acf5d621ab13cb8f7e87 pytables-0.9.1.tar.gz 2585363
diff --git a/dev-python/pytables/pytables-0.7.2.ebuild b/dev-python/pytables/pytables-0.7.2.ebuild
deleted file mode 100644
index c438ac894d88..000000000000
--- a/dev-python/pytables/pytables-0.7.2.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.7.2.ebuild,v 1.6 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=""
diff --git a/dev-python/pytables/pytables-0.8.1.ebuild b/dev-python/pytables/pytables-0.8.1.ebuild
deleted file mode 100644
index 2bfd5b5a2a4a..000000000000
--- a/dev-python/pytables/pytables-0.8.1.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.1.ebuild,v 1.4 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 ~ppc"
-LICENSE="as-is"
-IUSE=""
diff --git a/dev-python/pytables/pytables-0.9.1.ebuild b/dev-python/pytables/pytables-0.9.1.ebuild
deleted file mode 100644
index 0fdc0a351d99..000000000000
--- a/dev-python/pytables/pytables-0.9.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2006 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.5 2006/04/01 18:53:38 agriffis 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-1.0"
-
-SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
-LICENSE="as-is"
-IUSE=""
diff --git a/dev-python/pytables/pytables-1.4.ebuild b/dev-python/pytables/pytables-1.4.ebuild
index 86af179e9d58..25b2e3254e42 100644
--- a/dev-python/pytables/pytables-1.4.ebuild
+++ b/dev-python/pytables/pytables-1.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-1.4.ebuild,v 1.1 2007/04/23 19:24:07 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytables/pytables-1.4.ebuild,v 1.2 2007/05/05 08:53:44 lucass Exp $
+
+NEED_PYTHON=2.2
inherit distutils
@@ -8,12 +10,33 @@ 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
+DEPEND=">=sys-devel/gcc-3.2
sci-libs/hdf5
>=dev-python/numarray-1.0"
SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
LICENSE="as-is"
-IUSE=""
+IUSE="doc examples"
+DOCS="ANNOUNCE.txt RELEASE-NOTES.txt THANKS TODO.txt VERSION"
+
+src_install() {
+ distutils_src_install
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+
+ if use doc; then
+ cd doc
+
+ dohtml -r html/*
+
+ docinto text
+ dodoc text/*
+
+ insinto /usr/share/doc/${PF}
+ doins -r usersguide.pdf scripts/
+ fi
+}