diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2013-11-15 15:49:14 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2013-11-15 15:49:14 +0000 |
commit | bc42d604bc0f477289883fc340cda0ae3ddb01c5 (patch) | |
tree | 7409e4f6e70bc96706eef5b3b4ba15a42ea9d702 /sci-libs | |
parent | Stable for HPPA (bug #485672). (diff) | |
download | gentoo-2-bc42d604bc0f477289883fc340cda0ae3ddb01c5.tar.gz gentoo-2-bc42d604bc0f477289883fc340cda0ae3ddb01c5.tar.bz2 gentoo-2-bc42d604bc0f477289883fc340cda0ae3ddb01c5.zip |
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.12.ebuild (renamed from sci-libs/hdf5/hdf5-1.8.10_p1.ebuild) | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 3832b5b9f1e7..15c930ec0885 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.116 2013/09/18 10:11:32 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.117 2013/11/15 15:49:14 xarthisius Exp $ + +*hdf5-1.8.12 (15 Nov 2013) + + 15 Nov 2013; Kacper Kowalik <xarthisius@gentoo.org> +hdf5-1.8.12.ebuild, + -hdf5-1.8.10_p1.ebuild: + Version bump, drop old *hdf5-1.8.11 (18 Sep 2013) diff --git a/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild b/sci-libs/hdf5/hdf5-1.8.12.ebuild index e18a9f7ecba3..8e3ae62b60b0 100644 --- a/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild,v 1.3 2013/07/18 17:46:07 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.12.ebuild,v 1.1 2013/11/15 15:49:14 xarthisius Exp $ EAPI=5 @@ -56,10 +56,9 @@ S=${WORKDIR}/${MY_P} src_prepare() { epatch "${FILESDIR}"/${PN}-1.8.10-buildsystem.patch \ "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \ - "${FILESDIR}"/${PN}-1.8.10-implicits.patch \ "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch \ "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch \ - "${FILESDIR}"/${P}-comments.patch + "${FILESDIR}"/${PN}-1.8.11-implicits.patch # respect gentoo examples directory sed \ -e "s:hdf5_examples:doc/${PF}/examples:g" \ |