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: Tue, 24 Dec 2013 10:09:17
Message-Id: 20131224100913.6B5D12004C@flycatcher.gentoo.org
1 mgorny 13/12/24 10:09:13
2
3 Modified: llvm-9999.ebuild ChangeLog
4 Log:
5 Create the gold plugin symlink only with USE=gold.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.70 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.70&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.70&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.69&r2=1.70
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.69
20 retrieving revision 1.70
21 diff -u -r1.69 -r1.70
22 --- llvm-9999.ebuild 20 Dec 2013 21:50:34 -0000 1.69
23 +++ llvm-9999.ebuild 24 Dec 2013 10:09:13 -0000 1.70
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.69 2013/12/20 21:50:34 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.70 2013/12/24 10:09:13 mgorny Exp $
29
30 EAPI=5
31
32 @@ -360,9 +360,11 @@
33 use doc && dohtml -r "${S}"/docs/_build/html/
34
35 # Symlink the gold plugin.
36 - dodir /usr/${CHOST}/binutils-bin/lib/bfd-plugins
37 - dosym ../../../../$(get_libdir)/LLVMgold.so \
38 - /usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so
39 + if use gold; then
40 + dodir /usr/${CHOST}/binutils-bin/lib/bfd-plugins
41 + dosym ../../../../$(get_libdir)/LLVMgold.so \
42 + /usr/${CHOST}/binutils-bin/lib/bfd-plugins/LLVMgold.so
43 + fi
44
45 # install cmake modules
46 emake -C "${S%/}"_cmake/cmake/modules DESTDIR="${D}" install
47
48
49
50 1.156 sys-devel/llvm/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.156&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.156&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.155&r2=1.156
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
59 retrieving revision 1.155
60 retrieving revision 1.156
61 diff -u -r1.155 -r1.156
62 --- ChangeLog 20 Dec 2013 21:50:34 -0000 1.155
63 +++ ChangeLog 24 Dec 2013 10:09:13 -0000 1.156
64 @@ -1,6 +1,9 @@
65 # ChangeLog for sys-devel/llvm
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.155 2013/12/20 21:50:34 mgorny Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.156 2013/12/24 10:09:13 mgorny Exp $
69 +
70 + 24 Dec 2013; Michał Górny <mgorny@g.o> llvm-9999.ebuild:
71 + Create the gold plugin symlink only with USE=gold.
72
73 20 Dec 2013; Michał Górny <mgorny@g.o> llvm-9999.ebuild:
74 Disable libxml2 support in non-native ABIs since it is meaningful for