Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5: ChangeLog hdf5-1.6.6.ebuild hdf5-1.6.5-r1.ebuild hdf5-1.6.5.ebuild
Date: Wed, 05 Dec 2007 14:45:27
Message-Id: E1IzvV4-0007Ch-H6@stork.gentoo.org
1 markusle 07/12/05 14:45:22
2
3 Modified: ChangeLog hdf5-1.6.6.ebuild hdf5-1.6.5-r1.ebuild
4 hdf5-1.6.5.ebuild
5 Log:
6 Removed quotes around myconf since they confuse configure (fixes bug #201205).
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.20 sci-libs/hdf5/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 3 Dec 2007 07:21:53 -0000 1.19
23 +++ ChangeLog 5 Dec 2007 14:45:21 -0000 1.20
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-libs/hdf5
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.19 2007/12/03 07:21:53 nerdboy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.20 2007/12/05 14:45:21 markusle Exp $
29 +
30 + 05 Dec 2007; Markus Dittrich <markusle@g.o> hdf5-1.6.6.ebuild:
31 + Removed quotes around myconf since they confuse configure (fixes bug #201205).
32
33 *hdf5-1.6.6 (03 Dec 2007)
34
35
36
37
38 1.2 sci-libs/hdf5/hdf5-1.6.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?r1=1.1&r2=1.2
43
44 Index: hdf5-1.6.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- hdf5-1.6.6.ebuild 3 Dec 2007 07:21:53 -0000 1.1
51 +++ hdf5-1.6.6.ebuild 5 Dec 2007 14:45:21 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.1 2007/12/03 07:21:53 nerdboy Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.2 2007/12/05 14:45:21 markusle Exp $
57
58 inherit eutils flag-o-matic fortran toolchain-funcs
59
60 @@ -116,7 +116,7 @@
61 append-ldflags "${LIBS}"
62 fi
63
64 - ./configure --prefix=/usr "${myconf}" \
65 + ./configure --prefix=/usr ${myconf} \
66 $(use_enable zlib) \
67 $(use_with ssl) \
68 --enable-linux-lfs \
69
70
71
72 1.5 sci-libs/hdf5/hdf5-1.6.5-r1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild?r1=1.4&r2=1.5
77
78 Index: hdf5-1.6.5-r1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- hdf5-1.6.5-r1.ebuild 3 Dec 2007 07:21:53 -0000 1.4
85 +++ hdf5-1.6.5-r1.ebuild 5 Dec 2007 14:45:21 -0000 1.5
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2007 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.4 2007/12/03 07:21:53 nerdboy Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5-r1.ebuild,v 1.5 2007/12/05 14:45:21 markusle Exp $
91
92 inherit fortran eutils toolchain-funcs
93
94 @@ -134,7 +134,7 @@
95 src_test() {
96 # make test is not reliable, and the mpi tests have a weird failure
97 export HDF5_Make_Ignore=yes
98 - install -g portage -o portage -m 0600 ${FILESDIR}/mpd.conf ${HOME}/.mpd.conf
99 + install -g portage -o portage -m 0600 "${FILESDIR}"/mpd.conf ${HOME}/.mpd.conf
100 /usr/bin/mpd --daemon
101 make check || die "make test failed"
102 /usr/bin/mpdallexit
103 @@ -143,36 +143,36 @@
104
105 src_install() {
106 make \
107 - prefix=${D}usr \
108 - mandir=${D}usr/share/man \
109 - docdir=${D}usr/share/doc/${PF} \
110 - libdir=${D}usr/$(get_libdir) \
111 - infodir=${D}usr/share/info \
112 + prefix="${D}"usr \
113 + mandir="${D}"usr/share/man \
114 + docdir="${D}"usr/share/doc/${PF} \
115 + libdir="${D}"usr/$(get_libdir) \
116 + infodir="${D}"usr/share/info \
117 install || die "make install failed"
118
119 - dolib.so ${S}/test/.libs/lib*so* || die "dolib.so failed"
120 + dolib.so "${S}"/test/.libs/lib*so* || die "dolib.so failed"
121
122 if use static ; then
123 - dolib.a ${S}/tools/lib/.libs/libh5tools.a \
124 - ${S}/test/.libs/libh5test.a || die "dolib.a failed"
125 + dolib.a "${S}"/tools/lib/.libs/libh5tools.a \
126 + "${S}"/test/.libs/libh5test.a || die "dolib.a failed"
127 insinto /usr/$(get_libdir)
128 - doins ${S}/tools/lib/libh5tools.la \
129 - ${S}/test/libh5test.la || die "doins failed"
130 + doins "${S}"/tools/lib/libh5tools.la \
131 + "${S}"/test/libh5test.la || die "doins failed"
132 fi
133
134 - dobin ${S}/bin/iostats || die "dobin failed"
135 + dobin "${S}"/bin/iostats || die "dobin failed"
136 dodoc README.txt MANIFEST
137 dohtml doc/html/*
138
139 if use mpi ; then
140 - mv ${D}usr/bin/h5pcc ${D}usr/bin/h5cc
141 + mv "${D}"usr/bin/h5pcc "${D}"usr/bin/h5cc
142 fi
143 if use fortran ; then
144 - mv ${D}usr/bin/h5pfc ${D}usr/bin/h5fc
145 + mv "${D}"usr/bin/h5pfc "${D}"usr/bin/h5fc
146 fi
147 # change the SHLIB default for C
148 if ! use static ; then
149 - dosed "s/SHLIB:-no/SHLIB:-yes/g" ${D}usr/bin/h5cc || die "dosed failed"
150 + dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
151 fi
152 }
153
154
155
156
157 1.5 sci-libs/hdf5/hdf5-1.6.5.ebuild
158
159 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild?rev=1.5&view=markup
160 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild?rev=1.5&content-type=text/plain
161 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild?r1=1.4&r2=1.5
162
163 Index: hdf5-1.6.5.ebuild
164 ===================================================================
165 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v
166 retrieving revision 1.4
167 retrieving revision 1.5
168 diff -u -r1.4 -r1.5
169 --- hdf5-1.6.5.ebuild 3 Dec 2007 07:21:53 -0000 1.4
170 +++ hdf5-1.6.5.ebuild 5 Dec 2007 14:45:21 -0000 1.5
171 @@ -1,6 +1,6 @@
172 # Copyright 1999-2007 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v 1.4 2007/12/03 07:21:53 nerdboy Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v 1.5 2007/12/05 14:45:21 markusle Exp $
176
177 inherit eutils
178
179 @@ -58,33 +58,33 @@
180
181 src_install() {
182 make \
183 - prefix=${D}/usr \
184 - mandir=${D}/usr/share/man \
185 - docdir=${D}/usr/share/doc/${PF} \
186 - libdir=${D}/usr/$(get_libdir)/ \
187 - infodir=${D}/usr/share/info \
188 + prefix="${D}"/usr \
189 + mandir="${D}"/usr/share/man \
190 + docdir="${D}"/usr/share/doc/${PF} \
191 + libdir="${D}"/usr/$(get_libdir)/ \
192 + infodir="${D}"/usr/share/info \
193 install || die "make install failed"
194
195 - dolib.so ${S}/test/.libs/lib*so* || die "dolib.so failed"
196 + dolib.so "${S}"/test/.libs/lib*so* || die "dolib.so failed"
197
198 if use static ; then
199 - dolib.a ${S}/tools/lib/.libs/libh5tools.a \
200 - ${S}/test/.libs/libh5test.a || die "dolib.a failed"
201 + dolib.a "${S}"/tools/lib/.libs/libh5tools.a \
202 + "${S}"/test/.libs/libh5test.a || die "dolib.a failed"
203 insinto /usr/$(get_libdir)
204 - doins ${S}/tools/lib/libh5tools.la \
205 - ${S}/test/libh5test.la || die "doins failed"
206 + doins "${S}"/tools/lib/libh5tools.la \
207 + "${S}"/test/libh5test.la || die "doins failed"
208 fi
209
210 - dobin ${S}/bin/iostats || die "dobin failed"
211 + dobin "${S}"/bin/iostats || die "dobin failed"
212
213 dodoc README.txt MANIFEST
214 dohtml doc/html/*
215
216 if use mpi ; then
217 - mv ${D}usr/bin/h5pcc ${D}usr/bin/h5cc
218 + mv "${D}"usr/bin/h5pcc "${D}"usr/bin/h5cc
219 fi
220 # change the SHLIB default for C
221 if ! use static ; then
222 - dosed "s/SHLIB:-no/SHLIB:-yes/g" ${D}usr/bin/h5cc || die "dosed failed"
223 + dosed "s/SHLIB:-no/SHLIB:-yes/g" "${D}"usr/bin/h5cc || die "dosed failed"
224 fi
225 }
226
227
228
229 --
230 gentoo-commits@g.o mailing list