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 clang-2.8.ebuild ChangeLog
Date: Wed, 06 Oct 2010 10:20:08
Message-Id: 20101006092222.32FE920051@flycatcher.gentoo.org
1 voyageur 10/10/06 09:22:22
2
3 Modified: clang-9999.ebuild clang-2.8.ebuild ChangeLog
4 Log:
5 Tests now use an internal framework, dejagnu not needed anymore
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 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.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.9&r2=1.10
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.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- clang-9999.ebuild 6 Oct 2010 09:06:16 -0000 1.9
23 +++ clang-9999.ebuild 6 Oct 2010 09:22:22 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.9 2010/10/06 09:06:16 voyageur Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.10 2010/10/06 09:22:22 voyageur Exp $
29
30 EAPI=3
31
32 @@ -20,8 +20,7 @@
33 IUSE="debug +static-analyzer system-cxx-headers test"
34
35 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
36 -DEPEND="static-analyzer? ( dev-lang/perl )
37 - test? ( dev-util/dejagnu )"
38 +DEPEND="static-analyzer? ( dev-lang/perl )"
39 RDEPEND="~sys-devel/llvm-${PV}"
40
41 S="${WORKDIR}/llvm"
42
43
44
45 1.2 sys-devel/clang/clang-2.8.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-2.8.ebuild?r1=1.1&r2=1.2
50
51 Index: clang-2.8.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- clang-2.8.ebuild 6 Oct 2010 09:06:16 -0000 1.1
58 +++ clang-2.8.ebuild 6 Oct 2010 09:22:22 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8.ebuild,v 1.1 2010/10/06 09:06:16 voyageur Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8.ebuild,v 1.2 2010/10/06 09:22:22 voyageur Exp $
64
65 EAPI=3
66
67 @@ -21,8 +21,7 @@
68 IUSE="debug +static-analyzer system-cxx-headers test"
69
70 # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html
71 -DEPEND="static-analyzer? ( dev-lang/perl )
72 - test? ( dev-util/dejagnu )"
73 +DEPEND="static-analyzer? ( dev-lang/perl )"
74 RDEPEND="~sys-devel/llvm-${PV}"
75
76 S="${WORKDIR}/llvm-${PV}"
77
78
79
80 1.26 sys-devel/clang/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.26&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.26&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.25&r2=1.26
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
89 retrieving revision 1.25
90 retrieving revision 1.26
91 diff -u -r1.25 -r1.26
92 --- ChangeLog 6 Oct 2010 09:06:16 -0000 1.25
93 +++ ChangeLog 6 Oct 2010 09:22:22 -0000 1.26
94 @@ -1,6 +1,10 @@
95 # ChangeLog for sys-devel/clang
96 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.25 2010/10/06 09:06:16 voyageur Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.26 2010/10/06 09:22:22 voyageur Exp $
99 +
100 + 06 Oct 2010; Bernard Cafarelli <voyageur@g.o> clang-2.8.ebuild,
101 + clang-9999.ebuild:
102 + Tests now use an internal framework, dejagnu not needed anymore
103
104 *clang-2.8 (06 Oct 2010)