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-3.3-r1.ebuild llvm-9999-r1.ebuild ChangeLog
Date: Wed, 31 Jul 2013 06:57:23
Message-Id: 20130731065718.7A7B22171C@flycatcher.gentoo.org
1 mgorny 13/07/31 06:57:18
2
3 Modified: llvm-3.3-r1.ebuild llvm-9999-r1.ebuild ChangeLog
4 Log:
5 Add missing deps for USE=static-analyzer.
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.5 sys-devel/llvm/llvm-3.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: llvm-3.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- llvm-3.3-r1.ebuild 30 Jul 2013 23:10:46 -0000 1.4
23 +++ llvm-3.3-r1.ebuild 31 Jul 2013 06:57:18 -0000 1.5
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-3.3-r1.ebuild,v 1.4 2013/07/30 23:10:46 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.5 2013/07/31 06:57:18 mgorny Exp $
29
30 EAPI=5
31
32 @@ -41,7 +41,13 @@
33 ${PYTHON_DEPS}"
34 RDEPEND="dev-lang/perl
35 libffi? ( virtual/libffi[${MULTILIB_USEDEP}] )
36 - clang? ( python? ( ${PYTHON_DEPS} ) )
37 + clang? (
38 + python? ( ${PYTHON_DEPS} )
39 + static-analyzer? (
40 + dev-lang/perl
41 + ${PYTHON_DEPS}
42 + )
43 + )
44 udis86? ( dev-libs/udis86[pic(+),${MULTILIB_USEDEP}] )
45 clang? ( !<=sys-devel/clang-3.3-r99
46 !>=sys-devel/clang-9999 )
47
48
49
50 1.6 sys-devel/llvm/llvm-9999-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?rev=1.6&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?rev=1.6&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild?r1=1.5&r2=1.6
55
56 Index: llvm-9999-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v
59 retrieving revision 1.5
60 retrieving revision 1.6
61 diff -u -r1.5 -r1.6
62 --- llvm-9999-r1.ebuild 30 Jul 2013 23:10:46 -0000 1.5
63 +++ llvm-9999-r1.ebuild 31 Jul 2013 06:57:18 -0000 1.6
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2013 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v 1.5 2013/07/30 23:10:46 aballier Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999-r1.ebuild,v 1.6 2013/07/31 06:57:18 mgorny Exp $
69
70 EAPI=5
71
72 @@ -39,7 +39,13 @@
73 ${PYTHON_DEPS}"
74 RDEPEND="dev-lang/perl
75 libffi? ( virtual/libffi[${MULTILIB_USEDEP}] )
76 - clang? ( python? ( ${PYTHON_DEPS} ) )
77 + clang? (
78 + python? ( ${PYTHON_DEPS} )
79 + static-analyzer? (
80 + dev-lang/perl
81 + ${PYTHON_DEPS}
82 + )
83 + )
84 udis86? ( dev-libs/udis86[pic(+),${MULTILIB_USEDEP}] )
85 clang? ( !<=sys-devel/clang-9999-r99 )
86 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
87
88
89
90 1.124 sys-devel/llvm/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.124&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.124&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.123&r2=1.124
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
99 retrieving revision 1.123
100 retrieving revision 1.124
101 diff -u -r1.123 -r1.124
102 --- ChangeLog 30 Jul 2013 23:12:27 -0000 1.123
103 +++ ChangeLog 31 Jul 2013 06:57:18 -0000 1.124
104 @@ -1,6 +1,10 @@
105 # ChangeLog for sys-devel/llvm
106 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.123 2013/07/30 23:12:27 mgorny Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.124 2013/07/31 06:57:18 mgorny Exp $
109 +
110 + 31 Jul 2013; Michał Górny <mgorny@g.o> llvm-3.3-r1.ebuild,
111 + llvm-9999-r1.ebuild:
112 + Add missing deps for USE=static-analyzer.
113
114 30 Jul 2013; Michał Górny <mgorny@g.o>
115 files/clang-3.3-gentoo-install.patch: