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.9-r2.ebuild hdf5-1.8.10.ebuild hdf5-1.8.8-r1.ebuild ChangeLog
Date: Tue, 01 Jan 2013 19:42:04
Message-Id: 20130101194153.8A55F2171D@flycatcher.gentoo.org
1 xarthisius 13/01/01 19:41:53
2
3 Modified: hdf5-1.8.9-r2.ebuild hdf5-1.8.10.ebuild
4 hdf5-1.8.8-r1.ebuild ChangeLog
5 Log:
6 Respect AR wrt #449514 by Agostino Sarubbo <ago@g.o>
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 895192F9)
9
10 Revision Changes Path
11 1.11 sci-libs/hdf5/hdf5-1.8.9-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild?r1=1.10&r2=1.11
16
17 Index: hdf5-1.8.9-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- hdf5-1.8.9-r2.ebuild 30 Dec 2012 15:07:03 -0000 1.10
24 +++ hdf5-1.8.9-r2.ebuild 1 Jan 2013 19:41:53 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild,v 1.10 2012/12/30 15:07:03 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild,v 1.11 2013/01/01 19:41:53 xarthisius Exp $
31
32 EAPI=4
33
34 @@ -31,7 +31,7 @@
35 sys-devel/libtool:2"
36
37 pkg_setup() {
38 - tc-export CXX CC # workaround for bug 285148
39 + tc-export CXX CC AR # workaround for bug 285148
40 if use fortran; then
41 use fortran2003 && FORTRAN_STANDARD=2003
42 fortran-2_pkg_setup
43
44
45
46 1.9 sci-libs/hdf5/hdf5-1.8.10.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.9&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?rev=1.9&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild?r1=1.8&r2=1.9
51
52 Index: hdf5-1.8.10.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v
55 retrieving revision 1.8
56 retrieving revision 1.9
57 diff -u -r1.8 -r1.9
58 --- hdf5-1.8.10.ebuild 31 Dec 2012 23:31:39 -0000 1.8
59 +++ hdf5-1.8.10.ebuild 1 Jan 2013 19:41:53 -0000 1.9
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2012 Gentoo Foundation
62 +# Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.8 2012/12/31 23:31:39 ago Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.9 2013/01/01 19:41:53 xarthisius Exp $
66
67 EAPI=4
68
69 @@ -32,7 +32,7 @@
70 >=sys-devel/autoconf-2.69"
71
72 pkg_setup() {
73 - tc-export CXX CC # workaround for bug 285148
74 + tc-export CXX CC AR # workaround for bug 285148
75 if use fortran; then
76 use fortran2003 && FORTRAN_STANDARD=2003
77 fortran-2_pkg_setup
78
79
80
81 1.9 sci-libs/hdf5/hdf5-1.8.8-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild?rev=1.9&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild?rev=1.9&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild?r1=1.8&r2=1.9
86
87 Index: hdf5-1.8.8-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild,v
90 retrieving revision 1.8
91 retrieving revision 1.9
92 diff -u -r1.8 -r1.9
93 --- hdf5-1.8.8-r1.ebuild 18 Oct 2012 21:30:05 -0000 1.8
94 +++ hdf5-1.8.8-r1.ebuild 1 Jan 2013 19:41:53 -0000 1.9
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2012 Gentoo Foundation
97 +# Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild,v 1.8 2012/10/18 21:30:05 jlec Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8-r1.ebuild,v 1.9 2013/01/01 19:41:53 xarthisius Exp $
101
102 EAPI=4
103
104 @@ -31,7 +31,7 @@
105 sys-devel/libtool:2"
106
107 pkg_setup() {
108 - tc-export CXX CC # workaround for bug 285148
109 + tc-export CXX CC AR # workaround for bug 285148
110 if use fortran; then
111 use fortran2003 && FORTRAN_STANDARD=2003
112 fortran-2_pkg_setup
113
114
115
116 1.109 sci-libs/hdf5/ChangeLog
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.109&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.109&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.108&r2=1.109
121
122 Index: ChangeLog
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
125 retrieving revision 1.108
126 retrieving revision 1.109
127 diff -u -r1.108 -r1.109
128 --- ChangeLog 31 Dec 2012 23:31:39 -0000 1.108
129 +++ ChangeLog 1 Jan 2013 19:41:53 -0000 1.109
130 @@ -1,6 +1,10 @@
131 # ChangeLog for sci-libs/hdf5
132 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
133 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.108 2012/12/31 23:31:39 ago Exp $
134 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
135 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.109 2013/01/01 19:41:53 xarthisius Exp $
136 +
137 + 01 Jan 2013; Kacper Kowalik <xarthisius@g.o> hdf5-1.8.10.ebuild,
138 + hdf5-1.8.8-r1.ebuild, hdf5-1.8.9-r2.ebuild:
139 + Respect AR wrt #449514 by Agostino Sarubbo <ago@g.o>
140
141 31 Dec 2012; Agostino Sarubbo <ago@g.o> hdf5-1.8.10.ebuild:
142 Stable for ppc, wrt bug #449332