Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: hdf5-1.6.7.ebuild ChangeLog
Date: Fri, 23 Jan 2009 06:37:56
Message-Id: E1LQFfs-0006d0-Oy@stork.gentoo.org
1 nerdboy 09/01/23 06:37:52
2
3 Modified: hdf5-1.6.7.ebuild ChangeLog
4 Log:
5 Minor QA fix and package version update (change in test tools).
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-libs/hdf5/hdf5-1.6.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild?r1=1.1&r2=1.2
14
15 Index: hdf5-1.6.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- hdf5-1.6.7.ebuild 17 Aug 2008 15:25:52 -0000 1.1
22 +++ hdf5-1.6.7.ebuild 23 Jan 2009 06:37:52 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild,v 1.1 2008/08/17 15:25:52 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.7.ebuild,v 1.2 2009/01/23 06:37:52 nerdboy Exp $
29
30 inherit eutils fixheadtails flag-o-matic fortran toolchain-funcs
31
32 @@ -77,6 +77,8 @@
33 # fix sort key
34 sed -i -e "s:sort +2:sort -k 2:g" bin/ltmain.sh || die "sed failed"
35
36 + # change the SHLIB default for C
37 + sed -i -e "s/SHLIB:-no/SHLIB:-yes/g" tools/misc/h5cc.in || die "sed h5cc failed"
38 }
39
40 src_compile() {
41 @@ -93,7 +95,7 @@
42 fi
43
44 if use fortran && use mpi ; then
45 - ewarn "Requires Fortran 90 support in your mpi library..."
46 + ewarn "Parallel HDF5 requires Fortran 90 support in your mpi library..."
47 myconf="${myconf} --enable-fortran --enable-parallel"
48 fi
49
50 @@ -204,7 +206,7 @@
51 srb_append cache flush1 srb_read cmpd_dset flush2 srb_write \
52 dangle gass_append links stab dsets dtypes enum extend external \
53 gass_read mount gass_write getname gheap hyperslab mtime ntypes \
54 - ohdr reserved stream_test testhdf5 ttsafe unlink
55 + ohdr reserved testhdf5 ttsafe unlink
56 cd "${S}"
57 use mpi && doexe testpar/testphdf5 testpar/t_mpi
58 fi
59 @@ -218,8 +220,6 @@
60 if use fortran ; then
61 mv "${D}"usr/bin/h5pfc "${D}"usr/bin/h5fc
62 fi
63 - # change the SHLIB default for C
64 - dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
65 }
66
67 pkg_postinst() {
68
69
70
71 1.32 sci-libs/hdf5/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.32&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.32&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.31&r2=1.32
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
80 retrieving revision 1.31
81 retrieving revision 1.32
82 diff -u -r1.31 -r1.32
83 --- ChangeLog 17 Aug 2008 15:25:52 -0000 1.31
84 +++ ChangeLog 23 Jan 2009 06:37:52 -0000 1.32
85 @@ -1,6 +1,10 @@
86 # ChangeLog for sci-libs/hdf5
87 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.31 2008/08/17 15:25:52 markusle Exp $
89 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
90 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.32 2009/01/23 06:37:52 nerdboy Exp $
91 +
92 + 23 Jan 2009; Steve Arnold <nerdboy@g.o> hdf5-1.6.7.ebuild:
93 + Updated for upstream changes in test-tools and a more appropriate sed
94 + invocation.
95
96 *hdf5-1.6.7 (17 Aug 2008)