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-visualization/hippodraw: ChangeLog hippodraw-1.21.3-r3.ebuild
Date: Wed, 02 Jun 2010 10:12:09
Message-Id: 20100602101205.411882CE14@corvid.gentoo.org
1 xarthisius 10/06/02 10:12:05
2
3 Modified: ChangeLog hippodraw-1.21.3-r3.ebuild
4 Log:
5 Fixing build with GCC-4.5 wrt bug 322227. Thanks Diego for the report.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 sci-visualization/hippodraw/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 29 May 2010 16:43:31 -0000 1.17
22 +++ ChangeLog 2 Jun 2010 10:12:04 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-visualization/hippodraw
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v 1.17 2010/05/29 16:43:31 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/ChangeLog,v 1.18 2010/06/02 10:12:04 xarthisius Exp $
28 +
29 + 02 Jun 2010; Kacper Kowalik <xarthisius@g.o>
30 + hippodraw-1.21.3-r3.ebuild, +files/hippodraw-1.21.3-gcc45.patch:
31 + Fixing build with GCC-4.5 wrt bug 322227. Thanks Diego for the report.
32
33 29 May 2010; Fabian Groffen <grobian@g.o>
34 hippodraw-1.21.3-r3.ebuild:
35
36
37
38 1.4 sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild?r1=1.3&r2=1.4
43
44 Index: hippodraw-1.21.3-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- hippodraw-1.21.3-r3.ebuild 29 May 2010 16:43:31 -0000 1.3
51 +++ hippodraw-1.21.3-r3.ebuild 2 Jun 2010 10:12:04 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild,v 1.3 2010/05/29 16:43:31 grobian Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/hippodraw/hippodraw-1.21.3-r3.ebuild,v 1.4 2010/06/02 10:12:04 xarthisius Exp $
57
58 EAPI="3"
59
60 @@ -47,14 +47,15 @@
61 }
62
63 src_prepare() {
64 - epatch "${FILESDIR}"/${P}-gcc4.3.patch
65 - epatch "${FILESDIR}"/${P}-gcc4.4.patch
66 - epatch "${FILESDIR}"/${P}-numarray.patch
67 - epatch "${FILESDIR}"/${P}-test-fix.patch
68 - epatch "${FILESDIR}"/${P}-minuit2.patch
69 - epatch "${FILESDIR}"/${P}-wcslib.patch
70 - epatch "${FILESDIR}"/${P}-qt4.patch
71 - epatch "${FILESDIR}"/${P}-autoconf-2.64.patch
72 + epatch "${FILESDIR}"/${P}-gcc4.3.patch \
73 + "${FILESDIR}"/${P}-gcc4.4.patch \
74 + "${FILESDIR}"/${P}-gcc45.patch \
75 + "${FILESDIR}"/${P}-numarray.patch \
76 + "${FILESDIR}"/${P}-test-fix.patch \
77 + "${FILESDIR}"/${P}-minuit2.patch \
78 + "${FILESDIR}"/${P}-wcslib.patch \
79 + "${FILESDIR}"/${P}-qt4.patch \
80 + "${FILESDIR}"/${P}-autoconf-2.64.patch
81
82 echo "#!${EPREFIX}/bin/sh" > config/py-compile