diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-05 16:38:27 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-11-05 16:38:27 +0000 |
commit | 715b6f7ce36e31336178efd1e815249fd1ef7375 (patch) | |
tree | 68611d270ad0cec7c230e683e0ae4cd1256954e6 /sci-libs/hdf5 | |
parent | add 2.6.36 Linux kernel support (diff) | |
download | gentoo-2-715b6f7ce36e31336178efd1e815249fd1ef7375.tar.gz gentoo-2-715b6f7ce36e31336178efd1e815249fd1ef7375.tar.bz2 gentoo-2-715b6f7ce36e31336178efd1e815249fd1ef7375.zip |
Version bump. Drop old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/hdf5')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.5_p1.ebuild (renamed from sci-libs/hdf5/hdf5-1.8.5.ebuild) | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 3b1d1e93c0b2..05a91b3a2891 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.62 2010/07/09 14:22:58 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.63 2010/11/05 16:38:26 xarthisius Exp $ + +*hdf5-1.8.5_p1 (05 Nov 2010) + + 05 Nov 2010; Kacper Kowalik <xarthisius@gentoo.org> -hdf5-1.8.5.ebuild, + +hdf5-1.8.5_p1.ebuild: + Version bump. Drop old. 09 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> -hdf5-1.6.4.ebuild, -files/hdf5-1.8.3-destdir.patch, -files/hdf5-1.8.3-gnutools.patch, diff --git a/sci-libs/hdf5/hdf5-1.8.5.ebuild b/sci-libs/hdf5/hdf5-1.8.5_p1.ebuild index c7bb19e17544..1559d64fb512 100644 --- a/sci-libs/hdf5/hdf5-1.8.5.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.5_p1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.5.ebuild,v 1.2 2010/07/03 16:36:27 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.5_p1.ebuild,v 1.1 2010/11/05 16:38:27 xarthisius Exp $ EAPI=2 +MY_P=${P/_p/-patch} + inherit autotools eutils DESCRIPTION="General purpose library and file format for storing scientific data" HOMEPAGE="http://www.hdfgroup.org/HDF5/" -SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.gz" +SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${MY_P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" @@ -24,6 +26,8 @@ DEPEND="${RDEPEND} >=sys-devel/libtool-2.2 sys-process/time" +S=${WORKDIR}/${MY_P} + pkg_setup() { if use mpi; then if has_version 'sci-libs/hdf5[-mpi]'; then @@ -47,7 +51,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.3-as-needed.patch epatch "${FILESDIR}"/${PN}-1.8.3-includes.patch - epatch "${FILESDIR}"/${P}-noreturn.patch + epatch "${FILESDIR}"/${PN}-1.8.5-noreturn.patch epatch "${FILESDIR}"/${PN}-1.8.4-scaleoffset.patch # respect gentoo examples directory |