Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog
Date: Wed, 04 Feb 2015 10:55:29
Message-Id: 20150204105525.32BBD11080@oystercatcher.gentoo.org
1 mgorny 15/02/04 10:55:25
2
3 Modified: llvm-9999.ebuild ChangeLog
4 Log:
5 Update clang patch, bug #538768. It looks like upstream finally fixed libdir for LLVMgold.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.102 sys-devel/llvm/llvm-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.102&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.102&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.101&r2=1.102
15
16 Index: llvm-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
19 retrieving revision 1.101
20 retrieving revision 1.102
21 diff -u -r1.101 -r1.102
22 --- llvm-9999.ebuild 31 Jan 2015 19:48:12 -0000 1.101
23 +++ llvm-9999.ebuild 4 Feb 2015 10:55:25 -0000 1.102
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/sys-devel/llvm/llvm-9999.ebuild,v 1.101 2015/01/31 19:48:12 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.102 2015/02/04 10:55:25 mgorny Exp $
29
30 EAPI=5
31
32 @@ -153,7 +153,7 @@
33 # Automatically select active system GCC's libraries, bugs #406163 and #417913
34 epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
35
36 - epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch
37 + epatch "${FILESDIR}"/clang-3.6-gentoo-install.patch
38 fi
39
40 if use prefix && use clang; then
41
42
43
44 1.226 sys-devel/llvm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.226&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.226&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.225&r2=1.226
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
53 retrieving revision 1.225
54 retrieving revision 1.226
55 diff -u -r1.225 -r1.226
56 --- ChangeLog 31 Jan 2015 19:48:12 -0000 1.225
57 +++ ChangeLog 4 Feb 2015 10:55:25 -0000 1.226
58 @@ -1,6 +1,11 @@
59 # ChangeLog for sys-devel/llvm
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.225 2015/01/31 19:48:12 grobian Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.226 2015/02/04 10:55:25 mgorny Exp $
63 +
64 + 04 Feb 2015; Michał Górny <mgorny@g.o>
65 + +files/clang-3.6-gentoo-install.patch, llvm-9999.ebuild:
66 + Update clang patch, bug #538768. It looks like upstream finally fixed libdir
67 + for LLVMgold.
68
69 31 Jan 2015; Fabian Groffen <grobian@g.o> llvm-3.4.2.ebuild,
70 llvm-3.5.0.ebuild, llvm-3.5.1.ebuild, llvm-9999.ebuild: