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/clang: clang-3.3.ebuild clang-3.2.ebuild clang-9999.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:20:09
Message-Id: 20140331212004.DDC6D2005E@flycatcher.gentoo.org
1 mgorny 14/03/31 21:20:04
2
3 Modified: clang-3.3.ebuild clang-3.2.ebuild clang-9999.ebuild
4 ChangeLog
5 Log:
6 Add support for the new PyPy slotting.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.4 sys-devel/clang/clang-3.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3.ebuild?r1=1.3&r2=1.4
16
17 Index: clang-3.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- clang-3.3.ebuild 5 Sep 2013 19:08:49 -0000 1.3
24 +++ clang-3.3.ebuild 31 Mar 2014 21:20:04 -0000 1.4
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3.ebuild,v 1.3 2013/09/05 19:08:49 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3.ebuild,v 1.4 2014/03/31 21:20:04 mgorny Exp $
31
32 EAPI=5
33
34 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
35 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
36
37 inherit eutils multilib python-r1
38
39
40
41
42 1.9 sys-devel/clang/clang-3.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.2.ebuild?rev=1.9&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.2.ebuild?rev=1.9&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.2.ebuild?r1=1.8&r2=1.9
47
48 Index: clang-3.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v
51 retrieving revision 1.8
52 retrieving revision 1.9
53 diff -u -r1.8 -r1.9
54 --- clang-3.2.ebuild 5 Sep 2013 19:08:49 -0000 1.8
55 +++ clang-3.2.ebuild 31 Mar 2014 21:20:04 -0000 1.9
56 @@ -1,10 +1,10 @@
57 -# Copyright 1999-2013 Gentoo Foundation
58 +# Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v 1.8 2013/09/05 19:08:49 mgorny Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v 1.9 2014/03/31 21:20:04 mgorny Exp $
62
63 EAPI=5
64
65 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
66 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
67
68 inherit eutils multilib python-r1
69
70
71
72
73 1.40 sys-devel/clang/clang-9999.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.40&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?rev=1.40&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-9999.ebuild?r1=1.39&r2=1.40
78
79 Index: clang-9999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v
82 retrieving revision 1.39
83 retrieving revision 1.40
84 diff -u -r1.39 -r1.40
85 --- clang-9999.ebuild 5 Sep 2013 19:08:49 -0000 1.39
86 +++ clang-9999.ebuild 31 Mar 2014 21:20:04 -0000 1.40
87 @@ -1,10 +1,10 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.39 2013/09/05 19:08:49 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-9999.ebuild,v 1.40 2014/03/31 21:20:04 mgorny Exp $
93
94 EAPI=5
95
96 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
97 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
98
99 inherit subversion eutils multilib python-r1
100
101
102
103
104 1.106 sys-devel/clang/ChangeLog
105
106 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.106&view=markup
107 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.106&content-type=text/plain
108 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.105&r2=1.106
109
110 Index: ChangeLog
111 ===================================================================
112 RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v
113 retrieving revision 1.105
114 retrieving revision 1.106
115 diff -u -r1.105 -r1.106
116 --- ChangeLog 23 Mar 2014 11:03:40 -0000 1.105
117 +++ ChangeLog 31 Mar 2014 21:20:04 -0000 1.106
118 @@ -1,6 +1,10 @@
119 # ChangeLog for sys-devel/clang
120 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
121 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.105 2014/03/23 11:03:40 ago Exp $
122 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.106 2014/03/31 21:20:04 mgorny Exp $
123 +
124 + 31 Mar 2014; Michał Górny <mgorny@g.o> clang-3.2.ebuild,
125 + clang-3.3.ebuild, clang-9999.ebuild:
126 + Add support for the new PyPy slotting.
127
128 23 Mar 2014; Agostino Sarubbo <ago@g.o> clang-3.3-r100.ebuild:
129 Stable for ppc, wrt bug #491018