Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.4.19.ebuild eric-5.1.2.ebuild eric-4.4.14.ebuild eric-5.1.7.ebuild ChangeLog
Date: Tue, 28 Feb 2012 15:03:34
Message-Id: 20120228150325.265012004B@flycatcher.gentoo.org
1 pesa 12/02/28 15:03:25
2
3 Modified: eric-4.4.19.ebuild eric-5.1.2.ebuild
4 eric-4.4.14.ebuild eric-5.1.7.ebuild ChangeLog
5 Log:
6 Restrict pypy on older versions too.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-util/eric/eric-4.4.19.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild?r1=1.1&r2=1.2
16
17 Index: eric-4.4.19.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- eric-4.4.19.ebuild 1 Jan 2012 22:54:42 -0000 1.1
24 +++ eric-4.4.19.ebuild 28 Feb 2012 15:03:24 -0000 1.2
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild,v 1.1 2012/01/01 22:54:42 pesa Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.19.ebuild,v 1.2 2012/02/28 15:03:24 pesa Exp $
30
31 EAPI="3"
32 PYTHON_DEPEND="2:2.6"
33 SUPPORT_PYTHON_ABIS="1"
34 # 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson.
35 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
36 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
37
38 inherit eutils python
39
40
41
42
43 1.4 dev-util/eric/eric-5.1.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild?r1=1.3&r2=1.4
48
49 Index: eric-5.1.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- eric-5.1.2.ebuild 19 Jun 2011 13:50:29 -0000 1.3
56 +++ eric-5.1.2.ebuild 28 Feb 2012 15:03:24 -0000 1.4
57 @@ -1,11 +1,11 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 +# Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild,v 1.3 2011/06/19 13:50:29 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.2.ebuild,v 1.4 2012/02/28 15:03:24 pesa Exp $
63
64 EAPI="3"
65 PYTHON_DEPEND="3"
66 SUPPORT_PYTHON_ABIS="1"
67 -RESTRICT_PYTHON_ABIS="2.* *-jython"
68 +RESTRICT_PYTHON_ABIS="2.* *-jython 2.7-pypy-*"
69
70 inherit eutils python
71
72
73
74
75 1.4 dev-util/eric/eric-4.4.14.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild?r1=1.3&r2=1.4
80
81 Index: eric-4.4.14.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- eric-4.4.14.ebuild 19 Jun 2011 13:49:15 -0000 1.3
88 +++ eric-4.4.14.ebuild 28 Feb 2012 15:03:24 -0000 1.4
89 @@ -1,12 +1,12 @@
90 -# Copyright 1999-2011 Gentoo Foundation
91 +# Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild,v 1.3 2011/06/19 13:49:15 maekke Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.4.14.ebuild,v 1.4 2012/02/28 15:03:24 pesa Exp $
95
96 EAPI="3"
97 PYTHON_DEPEND="2:2.6"
98 SUPPORT_PYTHON_ABIS="1"
99 # 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson.
100 -RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
101 +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython 2.7-pypy-*"
102
103 inherit eutils python
104
105
106
107
108 1.2 dev-util/eric/eric-5.1.7.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild?rev=1.2&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild?rev=1.2&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild?r1=1.1&r2=1.2
113
114 Index: eric-5.1.7.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild,v
117 retrieving revision 1.1
118 retrieving revision 1.2
119 diff -u -r1.1 -r1.2
120 --- eric-5.1.7.ebuild 1 Jan 2012 22:54:42 -0000 1.1
121 +++ eric-5.1.7.ebuild 28 Feb 2012 15:03:24 -0000 1.2
122 @@ -1,11 +1,11 @@
123 # Copyright 1999-2012 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild,v 1.1 2012/01/01 22:54:42 pesa Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.1.7.ebuild,v 1.2 2012/02/28 15:03:24 pesa Exp $
127
128 EAPI="3"
129 PYTHON_DEPEND="3:3.1"
130 SUPPORT_PYTHON_ABIS="1"
131 -RESTRICT_PYTHON_ABIS="2.* *-jython"
132 +RESTRICT_PYTHON_ABIS="2.* *-jython 2.7-pypy-*"
133
134 inherit eutils python
135
136
137
138
139 1.168 dev-util/eric/ChangeLog
140
141 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?rev=1.168&view=markup
142 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?rev=1.168&content-type=text/plain
143 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/eric/ChangeLog?r1=1.167&r2=1.168
144
145 Index: ChangeLog
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
148 retrieving revision 1.167
149 retrieving revision 1.168
150 diff -u -r1.167 -r1.168
151 --- ChangeLog 28 Feb 2012 14:59:58 -0000 1.167
152 +++ ChangeLog 28 Feb 2012 15:03:24 -0000 1.168
153 @@ -1,6 +1,10 @@
154 # ChangeLog for dev-util/eric
155 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
156 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.167 2012/02/28 14:59:58 pesa Exp $
157 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.168 2012/02/28 15:03:24 pesa Exp $
158 +
159 + 28 Feb 2012; Davide Pesavento <pesa@g.o> eric-4.4.14.ebuild,
160 + eric-4.4.19.ebuild, eric-5.1.2.ebuild, eric-5.1.7.ebuild:
161 + Restrict pypy on older versions too.
162
163 *eric-4.5.0 (28 Feb 2012)
164 *eric-5.2.0 (28 Feb 2012)