Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2: ChangeLog 4ti2-1.3.2-r1.ebuild
Date: Fri, 22 Jun 2012 12:40:22
Message-Id: 20120622123927.0215A2004B@flycatcher.gentoo.org
1 jlec 12/06/22 12:39:26
2
3 Modified: ChangeLog 4ti2-1.3.2-r1.ebuild
4 Log:
5 sci-mathematics/4ti2: Fix for gcc-4.7, #422785
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 sci-mathematics/4ti2/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 25 Mar 2012 18:47:17 -0000 1.8
23 +++ ChangeLog 22 Jun 2012 12:39:26 -0000 1.9
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/4ti2
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.8 2012/03/25 18:47:17 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.9 2012/06/22 12:39:26 jlec Exp $
29 +
30 + 22 Jun 2012; Justin Lecher <jlec@g.o> 4ti2-1.3.2-r1.ebuild,
31 + +files/4ti2-1.3.2-gcc47.patch:
32 + Fix for gcc-4.7, #422785
33
34 25 Mar 2012; Fabian Groffen <grobian@g.o> 4ti2-1.3.2-r1.ebuild:
35 Marked ~x86-macos
36
37
38
39 1.6 sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild?r1=1.5&r2=1.6
44
45 Index: 4ti2-1.3.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- 4ti2-1.3.2-r1.ebuild 25 Mar 2012 18:47:17 -0000 1.5
52 +++ 4ti2-1.3.2-r1.ebuild 22 Jun 2012 12:39:26 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.5 2012/03/25 18:47:17 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.6 2012/06/22 12:39:26 jlec Exp $
58
59 EAPI=4
60
61 @@ -24,7 +24,10 @@
62
63 AUTOTOOLS_IN_SOURCE_BUILD=1
64
65 -PATCHES=( "${FILESDIR}"/${P}-gold.patch )
66 +PATCHES=(
67 + "${FILESDIR}"/${P}-gold.patch
68 + "${FILESDIR}"/${P}-gcc47.patch
69 + )
70
71 src_prepare() {
72 sed \