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.ebuild ChangeLog
Date: Sun, 30 Dec 2012 17:02:55
Message-Id: 20121230170244.A81472171D@flycatcher.gentoo.org
1 xarthisius 12/12/30 17:02:44
2
3 Modified: hdf5-1.8.10.ebuild ChangeLog
4 Log:
5 Fix comments to prevent build failures on ia64 wrt #447740 by Agostino Sarubbo <ago@g.o>
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9)
8
9 Revision Changes Path
10 1.4 sci-libs/hdf5/hdf5-1.8.10.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?r1=1.3&r2=1.4
15
16 Index: hdf5-1.8.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- hdf5-1.8.10.ebuild 11 Dec 2012 17:31:05 -0000 1.3
23 +++ hdf5-1.8.10.ebuild 30 Dec 2012 17:02:44 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.8.10.ebuild,v 1.3 2012/12/11 17:31:05 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.4 2012/12/30 17:02:44 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -55,7 +55,8 @@
33 "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \
34 "${FILESDIR}"/${P}-implicits.patch \
35 "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch \
36 - "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch
37 + "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch \
38 + "${FILESDIR}"/${P}-comments.patch
39 # respect gentoo examples directory
40 sed \
41 -e "s:hdf5_examples:doc/${PF}/examples:g" \
42
43
44
45 1.104 sci-libs/hdf5/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.104&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.104&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.103&r2=1.104
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
54 retrieving revision 1.103
55 retrieving revision 1.104
56 diff -u -r1.103 -r1.104
57 --- ChangeLog 30 Dec 2012 15:07:03 -0000 1.103
58 +++ ChangeLog 30 Dec 2012 17:02:44 -0000 1.104
59 @@ -1,6 +1,11 @@
60 # ChangeLog for sci-libs/hdf5
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.103 2012/12/30 15:07:03 ago Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.104 2012/12/30 17:02:44 xarthisius Exp $
64 +
65 + 30 Dec 2012; Kacper Kowalik <xarthisius@g.o>
66 + +files/hdf5-1.8.10-comments.patch, hdf5-1.8.10.ebuild, hdf5-1.8.9-r2.ebuild:
67 + Fix comments to prevent build failures on ia64 wrt #447740 by Agostino Sarubbo
68 + <ago@g.o>
69
70 30 Dec 2012; Agostino Sarubbo <ago@g.o> hdf5-1.8.9-r2.ebuild:
71 Stable for alpha, wrt bug #440682