Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/apsw: apsw-3.7.16.2_p1.ebuild apsw-3.7.15.1_p1.ebuild apsw-3.7.14.1_p1.ebuild apsw-3.7.13.1.ebuild apsw-3.7.14_p1.ebuild apsw-3.7.17_p1.ebuild apsw-3.7.15.2_p1.ebuild ChangeLog
Date: Wed, 28 Aug 2013 16:01:13
Message-Id: 20130828160109.EA9382004C@flycatcher.gentoo.org
1 floppym 13/08/28 16:01:09
2
3 Modified: apsw-3.7.16.2_p1.ebuild apsw-3.7.15.1_p1.ebuild
4 apsw-3.7.14.1_p1.ebuild apsw-3.7.13.1.ebuild
5 apsw-3.7.14_p1.ebuild apsw-3.7.17_p1.ebuild
6 apsw-3.7.15.2_p1.ebuild ChangeLog
7 Log:
8 Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
9
10 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
11
12 Revision Changes Path
13 1.2 dev-python/apsw/apsw-3.7.16.2_p1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild?r1=1.1&r2=1.2
18
19 Index: apsw-3.7.16.2_p1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- apsw-3.7.16.2_p1.ebuild 2 May 2013 07:27:50 -0000 1.1
26 +++ apsw-3.7.16.2_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2013 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v 1.1 2013/05/02 07:27:50 radhermit Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.16.2_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
32
33 EAPI=5
34 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
35 @@ -18,7 +18,7 @@
36 KEYWORDS="~amd64 ~ppc64 ~x86"
37 IUSE="doc"
38
39 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
40 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
41 DEPEND="${RDEPEND}
42 app-arch/unzip"
43
44
45
46
47 1.2 dev-python/apsw/apsw-3.7.15.1_p1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild?rev=1.2&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild?rev=1.2&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild?r1=1.1&r2=1.2
52
53 Index: apsw-3.7.15.1_p1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v
56 retrieving revision 1.1
57 retrieving revision 1.2
58 diff -u -r1.1 -r1.2
59 --- apsw-3.7.15.1_p1.ebuild 5 Jan 2013 21:23:06 -0000 1.1
60 +++ apsw-3.7.15.1_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.2
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v 1.1 2013/01/05 21:23:06 radhermit Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.1_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
66
67 EAPI="5"
68 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
69 @@ -18,7 +18,7 @@
70 KEYWORDS="~amd64 ~ppc64 ~x86"
71 IUSE="doc"
72
73 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
74 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
75 DEPEND="${RDEPEND}
76 app-arch/unzip"
77
78
79
80
81 1.3 dev-python/apsw/apsw-3.7.14.1_p1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?rev=1.3&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?rev=1.3&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild?r1=1.2&r2=1.3
86
87 Index: apsw-3.7.14.1_p1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v
90 retrieving revision 1.2
91 retrieving revision 1.3
92 diff -u -r1.2 -r1.3
93 --- apsw-3.7.14.1_p1.ebuild 8 Dec 2012 21:39:55 -0000 1.2
94 +++ apsw-3.7.14.1_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.3
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2012 Gentoo Foundation
97 +# Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v 1.2 2012/12/08 21:39:55 floppym Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14.1_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $
101
102 EAPI="4"
103 SUPPORT_PYTHON_ABIS="1"
104 @@ -19,7 +19,7 @@
105 KEYWORDS="~amd64 ~ppc64 ~x86"
106 IUSE="doc"
107
108 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
109 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
110 DEPEND="${RDEPEND}
111 app-arch/unzip"
112
113
114
115
116 1.5 dev-python/apsw/apsw-3.7.13.1.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?rev=1.5&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?rev=1.5&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild?r1=1.4&r2=1.5
121
122 Index: apsw-3.7.13.1.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v
125 retrieving revision 1.4
126 retrieving revision 1.5
127 diff -u -r1.4 -r1.5
128 --- apsw-3.7.13.1.ebuild 1 Dec 2012 01:53:52 -0000 1.4
129 +++ apsw-3.7.13.1.ebuild 28 Aug 2013 16:01:09 -0000 1.5
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2012 Gentoo Foundation
132 +# Copyright 1999-2013 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v 1.4 2012/12/01 01:53:52 radhermit Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.13.1.ebuild,v 1.5 2013/08/28 16:01:09 floppym Exp $
136
137 EAPI="4"
138 SUPPORT_PYTHON_ABIS="1"
139 @@ -19,7 +19,7 @@
140 KEYWORDS="amd64 ~ppc64 x86"
141 IUSE="doc"
142
143 -RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)[extensions]"
144 +RDEPEND=">=dev-db/sqlite-$(get_version_component_range 1-3)"
145 DEPEND="${RDEPEND}
146 app-arch/unzip"
147
148
149
150
151 1.3 dev-python/apsw/apsw-3.7.14_p1.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?rev=1.3&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?rev=1.3&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild?r1=1.2&r2=1.3
156
157 Index: apsw-3.7.14_p1.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v
160 retrieving revision 1.2
161 retrieving revision 1.3
162 diff -u -r1.2 -r1.3
163 --- apsw-3.7.14_p1.ebuild 8 Dec 2012 21:39:55 -0000 1.2
164 +++ apsw-3.7.14_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.3
165 @@ -1,6 +1,6 @@
166 -# Copyright 1999-2012 Gentoo Foundation
167 +# Copyright 1999-2013 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v 1.2 2012/12/08 21:39:55 floppym Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.14_p1.ebuild,v 1.3 2013/08/28 16:01:09 floppym Exp $
171
172 EAPI="4"
173 SUPPORT_PYTHON_ABIS="1"
174 @@ -19,7 +19,7 @@
175 KEYWORDS="~amd64 ~ppc64 ~x86"
176 IUSE="doc"
177
178 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
179 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
180 DEPEND="${RDEPEND}
181 app-arch/unzip"
182
183
184
185
186 1.2 dev-python/apsw/apsw-3.7.17_p1.ebuild
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild?rev=1.2&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild?rev=1.2&content-type=text/plain
190 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild?r1=1.1&r2=1.2
191
192 Index: apsw-3.7.17_p1.ebuild
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v
195 retrieving revision 1.1
196 retrieving revision 1.2
197 diff -u -r1.1 -r1.2
198 --- apsw-3.7.17_p1.ebuild 30 May 2013 01:07:04 -0000 1.1
199 +++ apsw-3.7.17_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.2
200 @@ -1,6 +1,6 @@
201 # Copyright 1999-2013 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v 1.1 2013/05/30 01:07:04 radhermit Exp $
204 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
205
206 EAPI=5
207 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
208 @@ -18,7 +18,7 @@
209 KEYWORDS="~amd64 ~ppc64 ~x86"
210 IUSE="doc"
211
212 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
213 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
214 DEPEND="${RDEPEND}
215 app-arch/unzip"
216
217
218
219
220 1.2 dev-python/apsw/apsw-3.7.15.2_p1.ebuild
221
222 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild?rev=1.2&view=markup
223 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild?rev=1.2&content-type=text/plain
224 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild?r1=1.1&r2=1.2
225
226 Index: apsw-3.7.15.2_p1.ebuild
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v
229 retrieving revision 1.1
230 retrieving revision 1.2
231 diff -u -r1.1 -r1.2
232 --- apsw-3.7.15.2_p1.ebuild 6 Feb 2013 01:24:43 -0000 1.1
233 +++ apsw-3.7.15.2_p1.ebuild 28 Aug 2013 16:01:09 -0000 1.2
234 @@ -1,6 +1,6 @@
235 # Copyright 1999-2013 Gentoo Foundation
236 # Distributed under the terms of the GNU General Public License v2
237 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v 1.1 2013/02/06 01:24:43 radhermit Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.15.2_p1.ebuild,v 1.2 2013/08/28 16:01:09 floppym Exp $
239
240 EAPI=5
241 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
242 @@ -18,7 +18,7 @@
243 KEYWORDS="~amd64 ~ppc64 ~x86"
244 IUSE="doc"
245
246 -RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]"
247 +RDEPEND=">=dev-db/sqlite-${PV%_p*}"
248 DEPEND="${RDEPEND}
249 app-arch/unzip"
250
251
252
253
254 1.59 dev-python/apsw/ChangeLog
255
256 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.59&view=markup
257 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?rev=1.59&content-type=text/plain
258 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apsw/ChangeLog?r1=1.58&r2=1.59
259
260 Index: ChangeLog
261 ===================================================================
262 RCS file: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v
263 retrieving revision 1.58
264 retrieving revision 1.59
265 diff -u -r1.58 -r1.59
266 --- ChangeLog 30 May 2013 01:07:04 -0000 1.58
267 +++ ChangeLog 28 Aug 2013 16:01:09 -0000 1.59
268 @@ -1,6 +1,11 @@
269 # ChangeLog for dev-python/apsw
270 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
271 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.58 2013/05/30 01:07:04 radhermit Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/ChangeLog,v 1.59 2013/08/28 16:01:09 floppym Exp $
273 +
274 + 28 Aug 2013; Mike Gilbert <floppym@g.o> apsw-3.7.13.1.ebuild,
275 + apsw-3.7.14.1_p1.ebuild, apsw-3.7.14_p1.ebuild, apsw-3.7.15.1_p1.ebuild,
276 + apsw-3.7.15.2_p1.ebuild, apsw-3.7.16.2_p1.ebuild, apsw-3.7.17_p1.ebuild:
277 + Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.
278
279 *apsw-3.7.17_p1 (30 May 2013)