diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-26 09:30:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-26 09:30:00 +0000 |
commit | bbc2e7904ee1d31f1f50001a2cf44d28f3896fbe (patch) | |
tree | 94d3e0f3cd48151adf9655f7ac7042e46f4f44d0 | |
parent | Straight out QA issues (diff) | |
download | gentoo-2-bbc2e7904ee1d31f1f50001a2cf44d28f3896fbe.tar.gz gentoo-2-bbc2e7904ee1d31f1f50001a2cf44d28f3896fbe.tar.bz2 gentoo-2-bbc2e7904ee1d31f1f50001a2cf44d28f3896fbe.zip |
Bumped EAPI and corrected slots
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.4-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.6.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.7.ebuild | 13 | ||||
-rw-r--r-- | sci-libs/hdf5/metadata.xml | 4 |
5 files changed, 18 insertions, 19 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 6741f9888b1c..3b5eed8b3bbf 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.70 2011/06/22 18:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.71 2011/06/26 09:30:00 jlec Exp $ + + 26 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf5-1.8.4-r1.ebuild, + hdf5-1.8.6.ebuild, hdf5-1.8.7.ebuild, metadata.xml: + Bumped EAPI and corrected slots 22 Jun 2011; Justin Lecher <jlec@gentoo.org> hdf5-1.8.4-r1.ebuild, hdf5-1.8.6.ebuild, hdf5-1.8.7.ebuild: diff --git a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild index 10717107b159..d6099ec9c85e 100644 --- a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.16 2011/06/22 18:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.17 2011/06/26 09:30:00 jlec Exp $ -EAPI=2 +EAPI=3 inherit autotools eutils fortran-2 @@ -13,7 +13,6 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/prev-releases/${P}/src/${P}.tar.gz" LICENSE="NCSA-HDF" SLOT="0" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" - IUSE="cxx examples fortran mpi szip threads zlib" RDEPEND=" @@ -25,7 +24,7 @@ RDEPEND=" zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} - >=sys-devel/libtool-2.2 + sys-devel/libtool:2 sys-process/time" pkg_setup() { diff --git a/sci-libs/hdf5/hdf5-1.8.6.ebuild b/sci-libs/hdf5/hdf5-1.8.6.ebuild index da4617039069..850205633ef8 100644 --- a/sci-libs/hdf5/hdf5-1.8.6.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.6.ebuild,v 1.5 2011/06/22 18:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.6.ebuild,v 1.6 2011/06/26 09:30:00 jlec Exp $ -EAPI=2 +EAPI=3 inherit autotools eutils fortran-2 @@ -13,7 +13,6 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - IUSE="cxx debug examples fortran mpi szip threads zlib" RDEPEND=" @@ -23,7 +22,7 @@ RDEPEND=" zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} - >=sys-devel/libtool-2.2 + sys-devel/libtool:2 sys-process/time" pkg_setup() { diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild index 66628bec344c..bbddafc8d13b 100644 --- a/sci-libs/hdf5/hdf5-1.8.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.5 2011/06/22 18:05:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.6 2011/06/26 09:30:00 jlec Exp $ -EAPI=2 +EAPI=4 inherit autotools eutils fortran-2 @@ -13,7 +13,6 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - IUSE="cxx debug examples fortran mpi szip threads zlib" RDEPEND=" @@ -23,7 +22,7 @@ RDEPEND=" zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} - >=sys-devel/libtool-2.2 + sys-devel/libtool:2 sys-process/time" pkg_setup() { @@ -99,10 +98,8 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README.txt + default if use examples; then - emake DESTDIR="${D}" install-examples \ - || die "emake install examples failed" + emake DESTDIR="${D}" install-examples fi } diff --git a/sci-libs/hdf5/metadata.xml b/sci-libs/hdf5/metadata.xml index dbff4da99bc4..2058812bfd6c 100644 --- a/sci-libs/hdf5/metadata.xml +++ b/sci-libs/hdf5/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription> + <herd>sci</herd> + <longdescription> HDF5 is a file format and library for storing scientific data. HDF5 was designed and implemented to address the deficiencies of HDF4.x. It has a more powerful and flexible data model, supports files larger |