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/normaliz: normaliz-2.12.2.ebuild ChangeLog
Date: Sun, 01 Mar 2015 12:22:53
Message-Id: 20150301122249.53A5812CE1@oystercatcher.gentoo.org
1 tomka 15/03/01 12:22:49
2
3 Modified: normaliz-2.12.2.ebuild ChangeLog
4 Log:
5 Fix gcc-4.9 build (541364)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
8
9 Revision Changes Path
10 1.2 sci-mathematics/normaliz/normaliz-2.12.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?r1=1.1&r2=1.2
15
16 Index: normaliz-2.12.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- normaliz-2.12.2.ebuild 29 Jan 2015 10:02:44 -0000 1.1
23 +++ normaliz-2.12.2.ebuild 1 Mar 2015 12:22:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.1 2015/01/29 10:02:44 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.2 2015/03/01 12:22:49 tomka Exp $
29
30 EAPI=5
31
32 @@ -28,6 +28,7 @@
33
34 src_prepare () {
35 epatch "${FILESDIR}/${PN}-2.12.1-respect-flags.patch"
36 + epatch "${FILESDIR}/${PN}-2.12.2-gcc49.patch"
37
38 # Respect users AR tool (Bug 474532)
39 sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die
40
41
42
43 1.24 sci-mathematics/normaliz/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.24&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.24&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?r1=1.23&r2=1.24
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
52 retrieving revision 1.23
53 retrieving revision 1.24
54 diff -u -r1.23 -r1.24
55 --- ChangeLog 29 Jan 2015 10:02:44 -0000 1.23
56 +++ ChangeLog 1 Mar 2015 12:22:49 -0000 1.24
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sci-mathematics/normaliz
59 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.23 2015/01/29 10:02:44 tomka Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.24 2015/03/01 12:22:49 tomka Exp $
62 +
63 + 01 Mar 2015; Thomas Kahle <tomka@g.o>
64 + +files/normaliz-2.12.2-gcc49.patch, normaliz-2.12.2.ebuild:
65 + Fix gcc-4.9 build (541364)
66
67 *normaliz-2.12.2 (29 Jan 2015)