Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: hdf5-1.8.10_p1.ebuild ChangeLog hdf5-1.8.9-r2.ebuild hdf5-1.8.8-r1.ebuild
Date: Thu, 28 Feb 2013 10:01:23
Message-Id: 20130228100118.B5F992171D@flycatcher.gentoo.org
1 xarthisius 13/02/28 10:01:18
2
3 Modified: hdf5-1.8.10_p1.ebuild ChangeLog
4 Removed: hdf5-1.8.9-r2.ebuild hdf5-1.8.8-r1.ebuild
5 Log:
6 Drop old, add subslot thanks to courtesy of William Throwe <wtt6@×××××××.edu>. Fixes bug #452622
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
9
10 Revision Changes Path
11 1.2 sci-libs/hdf5/hdf5-1.8.10_p1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild?r1=1.1&r2=1.2
16
17 Index: hdf5-1.8.10_p1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- hdf5-1.8.10_p1.ebuild 28 Jan 2013 19:41:03 -0000 1.1
24 +++ hdf5-1.8.10_p1.ebuild 28 Feb 2013 10:01:18 -0000 1.2
25 @@ -1,8 +1,8 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild,v 1.1 2013/01/28 19:41:03 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10_p1.ebuild,v 1.2 2013/02/28 10:01:18 xarthisius Exp $
30
31 -EAPI=4
32 +EAPI=5
33
34 FORTRAN_NEEDED=fortran
35 MY_P=${PN}-${PV/_p/-patch}
36 @@ -14,7 +14,7 @@
37 SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${MY_P}/src/${MY_P}.tar.bz2"
38
39 LICENSE="NCSA-HDF"
40 -SLOT="0"
41 +SLOT="0/${PV%%_p*}"
42 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
43 IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib"
44
45 @@ -106,15 +106,3 @@
46 default
47 use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
48 }
49 -
50 -pkg_postinst() {
51 - if has_version "sci-libs/hdf5"; then
52 - ewarn "You have upgraded hdf5 from previous version and the software"
53 - ewarn "using it may start complaining about mismatch between headers"
54 - ewarn "and library version. You have two options:"
55 - ewarn " 1. export HDF5_DISABLE_VERSION_CHECK=2 to get rid of the"
56 - ewarn " warning/error message"
57 - ewarn " 2. re-emerge all reverse dependencies (type"
58 - ewarn " 'emerge --depclean -pv sci-libs/hdf5' to get the list)"
59 - fi
60 -}
61
62
63
64 1.114 sci-libs/hdf5/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.114&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.114&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.113&r2=1.114
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
73 retrieving revision 1.113
74 retrieving revision 1.114
75 diff -u -r1.113 -r1.114
76 --- ChangeLog 25 Feb 2013 13:31:19 -0000 1.113
77 +++ ChangeLog 28 Feb 2013 10:01:18 -0000 1.114
78 @@ -1,6 +1,11 @@
79 # ChangeLog for sci-libs/hdf5
80 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.113 2013/02/25 13:31:19 ago Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.114 2013/02/28 10:01:18 xarthisius Exp $
83 +
84 + 28 Feb 2013; Kacper Kowalik <xarthisius@g.o> -hdf5-1.8.8-r1.ebuild,
85 + -hdf5-1.8.9-r2.ebuild, hdf5-1.8.10_p1.ebuild:
86 + Drop old, add subslot thanks to courtesy of William Throwe <wtt6@×××××××.edu>.
87 + Fixes bug #452622
88
89 25 Feb 2013; Agostino Sarubbo <ago@g.o> hdf5-1.8.10.ebuild:
90 Stable for x86, wrt bug #449332