Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pari: pari-2.5.1.ebuild ChangeLog
Date: Thu, 28 Jun 2012 04:57:37
Message-Id: 20120628045727.AB97D2004B@flycatcher.gentoo.org
1 bicatali 12/06/28 04:57:27
2
3 Modified: pari-2.5.1.ebuild ChangeLog
4 Log:
5 Fixed linear solving with gcc-4.7, bug #423617
6
7 (Portage version: 2.1.11.1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-mathematics/pari/pari-2.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pari-2.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pari-2.5.1.ebuild 6 Mar 2012 17:06:06 -0000 1.1
23 +++ pari-2.5.1.ebuild 28 Jun 2012 04:57:27 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.1 2012/03/06 17:06:06 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.5.1.ebuild,v 1.2 2012/06/28 04:57:27 bicatali Exp $
29
30 EAPI="4"
31
32 @@ -43,6 +43,8 @@
33 epatch "${FILESDIR}/${PN}"-2.5.0-mp.c.patch
34 # OS X: add -install_name to the linker option
35 epatch "${FILESDIR}/${PN}"-2.5.0-macos.patch
36 + # from debian, fies bug #423617
37 + epatch "${FILESDIR}/${PN}"-2.5.1-gcc47.patch
38
39 # disable default building of docs during install
40 sed -i \
41
42
43
44 1.88 sci-mathematics/pari/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.88&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.88&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.87&r2=1.88
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
53 retrieving revision 1.87
54 retrieving revision 1.88
55 diff -u -r1.87 -r1.88
56 --- ChangeLog 6 Mar 2012 17:06:06 -0000 1.87
57 +++ ChangeLog 28 Jun 2012 04:57:27 -0000 1.88
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-mathematics/pari
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.87 2012/03/06 17:06:06 bicatali Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.88 2012/06/28 04:57:27 bicatali Exp $
63 +
64 + 28 Jun 2012; Sébastien Fabbro <bicatali@g.o>
65 + +files/pari-2.5.1-gcc47.patch, pari-2.5.1.ebuild:
66 + Fixed linear solving with gcc-4.7, bug #423617
67
68 *pari-2.5.1 (06 Mar 2012)