Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: ChangeLog clang-3.5.0-r100.ebuild
Date: Thu, 01 Jan 2015 20:52:52
Message-Id: 20150101205248.D21FFEA97@oystercatcher.gentoo.org
1 maekke 15/01/01 20:52:48
2
3 Modified: ChangeLog clang-3.5.0-r100.ebuild
4 Log:
5 arm stable, bug #530882
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.116 sys-devel/clang/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.116&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.116&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.115&r2=1.116
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
19 retrieving revision 1.115
20 retrieving revision 1.116
21 diff -u -r1.115 -r1.116
22 --- ChangeLog 31 Dec 2014 16:07:47 -0000 1.115
23 +++ ChangeLog 1 Jan 2015 20:52:48 -0000 1.116
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/clang
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.115 2014/12/31 16:07:47 ago Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.116 2015/01/01 20:52:48 maekke Exp $
30 +
31 + 01 Jan 2015; Markus Meier <maekke@g.o> clang-3.5.0-r100.ebuild:
32 + arm stable, bug #530882
33
34 31 Dec 2014; Agostino Sarubbo <ago@g.o> clang-3.5.0-r100.ebuild:
35 Stable for ppc, wrt bug #530882
36
37
38
39 1.5 sys-devel/clang/clang-3.5.0-r100.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild?r1=1.4&r2=1.5
44
45 Index: clang-3.5.0-r100.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- clang-3.5.0-r100.ebuild 31 Dec 2014 16:07:47 -0000 1.4
52 +++ clang-3.5.0-r100.ebuild 1 Jan 2015 20:52:48 -0000 1.5
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v 1.4 2014/12/31 16:07:47 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v 1.5 2015/01/01 20:52:48 maekke Exp $
59
60 EAPI=5
61
62 @@ -12,7 +12,7 @@
63
64 LICENSE="UoI-NCSA"
65 SLOT="0/3.5"
66 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
67 +KEYWORDS="amd64 arm ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
68 IUSE="debug multitarget python +static-analyzer"
69
70 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"