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: hdf5-1.6.6.ebuild ChangeLog
Date: Sun, 22 Jun 2008 11:35:49
Message-Id: E1KANrD-0001JL-Th@stork.gentoo.org
1 markusle 08/06/22 11:35:43
2
3 Modified: hdf5-1.6.6.ebuild ChangeLog
4 Log:
5 Added patch to allow compilation with gcc-4.3 (fixes bug #228341).
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686)
7
8 Revision Changes Path
9 1.11 sci-libs/hdf5/hdf5-1.6.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild?r1=1.10&r2=1.11
14
15 Index: hdf5-1.6.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- hdf5-1.6.6.ebuild 13 Jun 2008 13:22:24 -0000 1.10
22 +++ hdf5-1.6.6.ebuild 22 Jun 2008 11:35:43 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.10 2008/06/13 13:22:24 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.6.ebuild,v 1.11 2008/06/22 11:35:43 markusle Exp $
28
29 inherit eutils fixheadtails flag-o-matic fortran toolchain-funcs
30
31 @@ -65,6 +65,7 @@
32 unpack ${A}
33 cd "${S}"
34
35 + epatch "${FILESDIR}"/${P}-gcc4.3.patch
36 if use mpi; then
37 # this is required for mpich2, and should be safe otherwise
38 epatch "${FILESDIR}/${PN}-mpich2.patch"
39
40
41
42 1.29 sci-libs/hdf5/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.29&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.29&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.28&r2=1.29
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
51 retrieving revision 1.28
52 retrieving revision 1.29
53 diff -u -r1.28 -r1.29
54 --- ChangeLog 13 Jun 2008 13:22:24 -0000 1.28
55 +++ ChangeLog 22 Jun 2008 11:35:43 -0000 1.29
56 @@ -1,6 +1,11 @@
57 # ChangeLog for sci-libs/hdf5
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.28 2008/06/13 13:22:24 markusle Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.29 2008/06/22 11:35:43 markusle Exp $
61 +
62 + 22 Jun 2008; Markus Dittrich <markusle@g.o>
63 + +files/hdf5-1.6.6-gcc4.3.patch, hdf5-1.6.6.ebuild:
64 + Added patch to allow compilation with gcc-4.3 (fixes bug #228341).
65 + Thanks much to Pinky <master_up@××××.cz> for his patch.
66
67 13 Jun 2008; Markus Dittrich <markusle@g.o> hdf5-1.6.6.ebuild:
68 Removed sparc specific mask of mpi in DEPEND in favor of package.use.mask
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list