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.8.ebuild ChangeLog
Date: Mon, 21 Nov 2011 17:33:26
Message-Id: 20111121173309.4E5702004C@flycatcher.gentoo.org
1 xarthisius 11/11/21 17:33:09
2
3 Modified: hdf5-1.8.8.ebuild ChangeLog
4 Log:
5 Fix implicits and array out of bounds
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/hdf5/hdf5-1.8.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8.ebuild?r1=1.1&r2=1.2
15
16 Index: hdf5-1.8.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hdf5-1.8.8.ebuild 17 Nov 2011 12:19:37 -0000 1.1
23 +++ hdf5-1.8.8.ebuild 21 Nov 2011 17:33:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.8.ebuild,v 1.1 2011/11/17 12:19:37 xarthisius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.8.ebuild,v 1.2 2011/11/21 17:33:09 xarthisius Exp $
29
30 EAPI=4
31
32 @@ -48,7 +48,9 @@
33 }
34
35 src_prepare() {
36 - epatch "${FILESDIR}"/${P}-buildsystem.patch
37 + epatch "${FILESDIR}"/${P}-buildsystem.patch \
38 + "${FILESDIR}"/${P}-array_bounds.patch \
39 + "${FILESDIR}"/${P}-implicits.patch
40 # respect gentoo examples directory
41 sed \
42 -e "s:hdf5_examples:doc/${PF}/examples:g" \
43
44
45
46 1.77 sci-libs/hdf5/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.77&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?rev=1.77&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/hdf5/ChangeLog?r1=1.76&r2=1.77
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v
55 retrieving revision 1.76
56 retrieving revision 1.77
57 diff -u -r1.76 -r1.77
58 --- ChangeLog 17 Nov 2011 12:19:37 -0000 1.76
59 +++ ChangeLog 21 Nov 2011 17:33:09 -0000 1.77
60 @@ -1,6 +1,11 @@
61 # ChangeLog for sci-libs/hdf5
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.76 2011/11/17 12:19:37 xarthisius Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.77 2011/11/21 17:33:09 xarthisius Exp $
65 +
66 + 21 Nov 2011; Kacper Kowalik <xarthisius@g.o>
67 + +files/hdf5-1.8.8-array_bounds.patch, +files/hdf5-1.8.8-implicits.patch,
68 + hdf5-1.8.8.ebuild:
69 + Fix implicits and array out of bounds
70
71 *hdf5-1.8.8 (17 Nov 2011)