Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-3.5.2.ebuild
Date: Mon, 29 Jun 2015 11:58:28
Message-Id: 20150629115805.80530749@oystercatcher.gentoo.org
1 voyageur 15/06/29 11:58:05
2
3 Modified: ChangeLog llvm-3.5.2.ebuild
4 Log:
5 Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
8
9 Revision Changes Path
10 1.255 sys-devel/llvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.255&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.254&r2=1.255
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
19 retrieving revision 1.254
20 retrieving revision 1.255
21 diff -u -r1.254 -r1.255
22 --- ChangeLog 18 Jun 2015 12:40:13 -0000 1.254
23 +++ ChangeLog 29 Jun 2015 11:58:05 -0000 1.255
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/llvm
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 12:40:13 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 11:58:05 voyageur Exp $
29 +
30 + 29 Jun 2015; Bernard Cafarelli <voyageur@g.o> llvm-3.5.2.ebuild,
31 + +files/llvm-3.5.2-gcc-5.1.patch:
32 + Fix compilation with gcc 5.1, bug #550716 (3.6 and later include the fix)
33
34 18 Jun 2015; Bernard Cafarelli <voyageur@g.o> llvm-2.8-r2.ebuild,
35 llvm-2.9-r2.ebuild, metadata.xml:
36
37
38
39 1.5 sys-devel/llvm/llvm-3.5.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.4&r2=1.5
44
45 Index: llvm-3.5.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- llvm-3.5.2.ebuild 31 May 2015 14:38:44 -0000 1.4
52 +++ llvm-3.5.2.ebuild 29 Jun 2015 11:58:05 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.4 2015/05/31 14:38:44 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.5 2015/06/29 11:58:05 voyageur Exp $
58
59 EAPI=5
60
61 @@ -147,6 +147,7 @@
62 epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch
63 epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
64 epatch "${FILESDIR}"/${PN}-3.5-gentoo-install.patch
65 + epatch "${FILESDIR}"/${P}-gcc-5.1.patch
66 # Make ocaml warnings non-fatal, bug #537308
67 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/Ocaml/*ml || die