Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gfan: ChangeLog gfan-0.5.ebuild
Date: Sat, 30 Jun 2012 02:06:55
Message-Id: 20120630020646.102B62004E@flycatcher.gentoo.org
1 tomka 12/06/30 02:06:46
2
3 Modified: ChangeLog gfan-0.5.ebuild
4 Log:
5 Fix double declare (for gcc-4.7) in bug 424099
6
7 (Portage version: 2.1.11.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-mathematics/gfan/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 14 Dec 2011 09:00:45 -0000 1.9
23 +++ ChangeLog 30 Jun 2012 02:06:45 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/gfan
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.9 2011/12/14 09:00:45 phajdan.jr Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.10 2012/06/30 02:06:45 tomka Exp $
30 +
31 + 30 Jun 2012; Thomas Kahle <tomka@g.o> gfan-0.5.ebuild,
32 + +files/gfan-0.5-double-declare-fix.patch:
33 + Fix double declare (for gcc-4.7) in bug 424099
34
35 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> gfan-0.5.ebuild:
36 x86 stable wrt bug #393785
37
38
39
40 1.7 sci-mathematics/gfan/gfan-0.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild?r1=1.6&r2=1.7
45
46 Index: gfan-0.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- gfan-0.5.ebuild 14 Dec 2011 09:00:45 -0000 1.6
53 +++ gfan-0.5.ebuild 30 Jun 2012 02:06:45 -0000 1.7
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.6 2011/12/14 09:00:45 phajdan.jr Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.7 2012/06/30 02:06:45 tomka Exp $
60
61 EAPI="3"
62
63 @@ -22,6 +22,7 @@
64 S="${WORKDIR}/${PN}${PV}/"
65
66 src_prepare () {
67 + epatch "${FILESDIR}/${P}-double-declare-fix.patch"
68 sed -i -e "s/-O2/${CXXFLAGS}/" \
69 -e "/GPROFFLAG =/d" \
70 -e "s/g++/$(tc-getCXX)/" \