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-r3.ebuild llvm-3.3-r1.ebuild llvm-3.4.ebuild ChangeLog
Date: Mon, 31 Mar 2014 21:21:29
Message-Id: 20140331212124.D46BB2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 21:21:24
2
3 Modified: llvm-3.3-r3.ebuild llvm-3.3-r1.ebuild
4 llvm-3.4.ebuild 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.8 sys-devel/llvm/llvm-3.3-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?r1=1.7&r2=1.8
16
17 Index: llvm-3.3-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- llvm-3.3-r3.ebuild 23 Mar 2014 11:04:03 -0000 1.7
24 +++ llvm-3.3-r3.ebuild 31 Mar 2014 21:21:24 -0000 1.8
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.7 2014/03/23 11:04:03 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.8 2014/03/31 21:21:24 mgorny Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
34 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
35
36 inherit cmake-utils eutils flag-o-matic multilib multilib-minimal \
37 python-r1 toolchain-funcs pax-utils check-reqs
38
39
40
41 1.18 sys-devel/llvm/llvm-3.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.18&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?rev=1.18&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild?r1=1.17&r2=1.18
46
47 Index: llvm-3.3-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v
50 retrieving revision 1.17
51 retrieving revision 1.18
52 diff -u -r1.17 -r1.18
53 --- llvm-3.3-r1.ebuild 23 Jan 2014 13:05:27 -0000 1.17
54 +++ llvm-3.3-r1.ebuild 31 Mar 2014 21:21:24 -0000 1.18
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.17 2014/01/23 13:05:27 voyageur Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r1.ebuild,v 1.18 2014/03/31 21:21:24 mgorny Exp $
60
61 EAPI=5
62
63 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
64 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
65
66 inherit eutils flag-o-matic multilib multilib-minimal \
67 python-r1 toolchain-funcs pax-utils check-reqs
68
69
70
71 1.9 sys-devel/llvm/llvm-3.4.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?rev=1.9&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?rev=1.9&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild?r1=1.8&r2=1.9
76
77 Index: llvm-3.4.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v
80 retrieving revision 1.8
81 retrieving revision 1.9
82 diff -u -r1.8 -r1.9
83 --- llvm-3.4.ebuild 16 Feb 2014 06:41:58 -0000 1.8
84 +++ llvm-3.4.ebuild 31 Mar 2014 21:21:24 -0000 1.9
85 @@ -1,10 +1,10 @@
86 # Copyright 1999-2014 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v 1.8 2014/02/16 06:41:58 ago Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v 1.9 2014/03/31 21:21:24 mgorny Exp $
90
91 EAPI=5
92
93 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
94 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
95
96 inherit cmake-utils eutils flag-o-matic multilib multilib-minimal \
97 python-r1 toolchain-funcs pax-utils check-reqs
98
99
100
101 1.183 sys-devel/llvm/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.183&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.183&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.182&r2=1.183
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
110 retrieving revision 1.182
111 retrieving revision 1.183
112 diff -u -r1.182 -r1.183
113 --- ChangeLog 23 Mar 2014 11:04:03 -0000 1.182
114 +++ ChangeLog 31 Mar 2014 21:21:24 -0000 1.183
115 @@ -1,6 +1,10 @@
116 # ChangeLog for sys-devel/llvm
117 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.182 2014/03/23 11:04:03 ago Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.183 2014/03/31 21:21:24 mgorny Exp $
120 +
121 + 31 Mar 2014; Michał Górny <mgorny@g.o> llvm-3.3-r1.ebuild,
122 + llvm-3.3-r3.ebuild, llvm-3.4.ebuild:
123 + Add support for the new PyPy slotting.
124
125 23 Mar 2014; Agostino Sarubbo <ago@g.o> llvm-3.3-r3.ebuild:
126 Stable for ppc64, wrt bug #491018