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/clang: clang-9999.ebuild ChangeLog
Date: Mon, 13 Jun 2011 21:44:19
Message-Id: 20110613214410.034FF20054@flycatcher.gentoo.org
1 voyageur 11/06/13 21:44:10
2
3 Modified: clang-9999.ebuild ChangeLog
4 Log:
5 Also use same USE-defaults for live ebuild, spotted by mgorny
6
7 (Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.14 sys-devel/clang/clang-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.13&r2=1.14
15
16 Index: clang-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- clang-9999.ebuild 6 Jun 2011 19:40:25 -0000 1.13
23 +++ clang-9999.ebuild 13 Jun 2011 21:44:09 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.13 2011/06/06 19:40:25 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.14 2011/06/13 21:44:09 voyageur Exp $
29
30 EAPI=3
31
32 @@ -17,7 +17,7 @@
33 LICENSE="UoI-NCSA"
34 SLOT="0"
35 KEYWORDS=""
36 -IUSE="alltargets debug +static-analyzer system-cxx-headers test"
37 +IUSE="alltargets debug +static-analyzer +system-cxx-headers test"
38
39 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
40 DEPEND="static-analyzer? ( dev-lang/perl )"
41
42
43
44 1.39 sys-devel/clang/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.39&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.39&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.38&r2=1.39
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
53 retrieving revision 1.38
54 retrieving revision 1.39
55 diff -u -r1.38 -r1.39
56 --- ChangeLog 6 Jun 2011 19:40:25 -0000 1.38
57 +++ ChangeLog 13 Jun 2011 21:44:09 -0000 1.39
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-devel/clang
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.38 2011/06/06 19:40:25 voyageur Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.39 2011/06/13 21:44:09 voyageur Exp $
63 +
64 + 13 Jun 2011; Bernard Cafarelli <voyageur@g.o> clang-9999.ebuild:
65 + Also use same USE-defaults for live ebuild, spotted by mgorny
66
67 06 Jun 2011; Bernard Cafarelli <voyageur@g.o> clang-9999.ebuild:
68 Update live ebuild to sync latest ebuild changes, fixes bug #369027