Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/psycopg: psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
Date: Sun, 28 Dec 2014 15:42:04
Message-Id: 20141228154158.39E18E5BA@oystercatcher.gentoo.org
1 titanofold 14/12/28 15:41:58
2
3 Modified: psycopg-2.4.5.ebuild psycopg-2.5.3.ebuild
4 psycopg-1.1.21-r1.ebuild psycopg-2.5.2.ebuild
5 psycopg-2.5.1.ebuild psycopg-2.4.6.ebuild ChangeLog
6 psycopg-1.1.21.ebuild psycopg-2.5.4.ebuild
7 Log:
8 Rename virtual/postgresql to dev-db/postgresql
9
10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
11
12 Revision Changes Path
13 1.13 dev-python/psycopg/psycopg-2.4.5.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.13&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?rev=1.13&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild?r1=1.12&r2=1.13
18
19 Index: psycopg-2.4.5.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v
22 retrieving revision 1.12
23 retrieving revision 1.13
24 diff -u -r1.12 -r1.13
25 --- psycopg-2.4.5.ebuild 7 Dec 2014 15:16:29 -0000 1.12
26 +++ psycopg-2.4.5.ebuild 28 Dec 2014 15:41:58 -0000 1.13
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.12 2014/12/07 15:16:29 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.5.ebuild,v 1.13 2014/12/28 15:41:58 titanofold Exp $
32
33 EAPI="3"
34 SUPPORT_PYTHON_ABIS="1"
35 @@ -20,7 +20,7 @@
36 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
37 IUSE="debug doc examples mxdatetime"
38
39 -RDEPEND=">=virtual/postgresql-8.1
40 +RDEPEND=">=dev-db/postgresql-8.1
41 mxdatetime? ( dev-python/egenix-mx-base )"
42 DEPEND="${RDEPEND}
43 doc? ( dev-python/sphinx )"
44
45
46
47 1.14 dev-python/psycopg/psycopg-2.5.3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.14&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?rev=1.14&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild?r1=1.13&r2=1.14
52
53 Index: psycopg-2.5.3.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v
56 retrieving revision 1.13
57 retrieving revision 1.14
58 diff -u -r1.13 -r1.14
59 --- psycopg-2.5.3.ebuild 7 Dec 2014 15:16:29 -0000 1.13
60 +++ psycopg-2.5.3.ebuild 28 Dec 2014 15:41:58 -0000 1.14
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.13 2014/12/07 15:16:29 jlec Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.3.ebuild,v 1.14 2014/12/28 15:41:58 titanofold Exp $
66
67 EAPI=5
68 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
69 @@ -19,7 +19,7 @@
70 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
71 IUSE="debug doc examples"
72
73 -RDEPEND=">=virtual/postgresql-8.1"
74 +RDEPEND=">=dev-db/postgresql-8.1"
75 DEPEND="${RDEPEND}
76 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
77
78
79
80
81 1.8 dev-python/psycopg/psycopg-1.1.21-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.8&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?rev=1.8&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild?r1=1.7&r2=1.8
86
87 Index: psycopg-1.1.21-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v
90 retrieving revision 1.7
91 retrieving revision 1.8
92 diff -u -r1.7 -r1.8
93 --- psycopg-1.1.21-r1.ebuild 3 Nov 2014 12:40:28 -0000 1.7
94 +++ psycopg-1.1.21-r1.ebuild 28 Dec 2014 15:41:58 -0000 1.8
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2014 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.7 2014/11/03 12:40:28 titanofold Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21-r1.ebuild,v 1.8 2014/12/28 15:41:58 titanofold Exp $
100
101 EAPI=5
102 PYTHON_COMPAT=( python{2_6,2_7} )
103 @@ -17,7 +17,7 @@
104 IUSE="examples"
105
106 RDEPEND=">=dev-python/egenix-mx-base-2.0.3[${PYTHON_USEDEP}]
107 - virtual/postgresql
108 + dev-db/postgresql
109 ${PYTHON_DEPS}"
110 DEPEND="${RDEPEND}"
111
112
113
114
115 1.5 dev-python/psycopg/psycopg-2.5.2.ebuild
116
117 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.5&view=markup
118 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?rev=1.5&content-type=text/plain
119 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild?r1=1.4&r2=1.5
120
121 Index: psycopg-2.5.2.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v
124 retrieving revision 1.4
125 retrieving revision 1.5
126 diff -u -r1.4 -r1.5
127 --- psycopg-2.5.2.ebuild 7 Dec 2014 15:16:29 -0000 1.4
128 +++ psycopg-2.5.2.ebuild 28 Dec 2014 15:41:58 -0000 1.5
129 @@ -1,6 +1,6 @@
130 # Copyright 1999-2014 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.4 2014/12/07 15:16:29 jlec Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.2.ebuild,v 1.5 2014/12/28 15:41:58 titanofold Exp $
134
135 EAPI=5
136 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
137 @@ -19,7 +19,7 @@
138 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
139 IUSE="debug doc examples"
140
141 -RDEPEND=">=virtual/postgresql-8.1"
142 +RDEPEND=">=dev-db/postgresql-8.1"
143 DEPEND="${RDEPEND}
144 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
145
146
147
148
149 1.14 dev-python/psycopg/psycopg-2.5.1.ebuild
150
151 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.14&view=markup
152 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?rev=1.14&content-type=text/plain
153 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild?r1=1.13&r2=1.14
154
155 Index: psycopg-2.5.1.ebuild
156 ===================================================================
157 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v
158 retrieving revision 1.13
159 retrieving revision 1.14
160 diff -u -r1.13 -r1.14
161 --- psycopg-2.5.1.ebuild 7 Dec 2014 15:16:29 -0000 1.13
162 +++ psycopg-2.5.1.ebuild 28 Dec 2014 15:41:58 -0000 1.14
163 @@ -1,6 +1,6 @@
164 # Copyright 1999-2014 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.13 2014/12/07 15:16:29 jlec Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.1.ebuild,v 1.14 2014/12/28 15:41:58 titanofold Exp $
168
169 EAPI=5
170 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
171 @@ -19,7 +19,7 @@
172 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
173 IUSE="debug doc examples"
174
175 -RDEPEND=">=virtual/postgresql-8.1"
176 +RDEPEND=">=dev-db/postgresql-8.1"
177 DEPEND="${RDEPEND}
178 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
179
180
181
182
183 1.4 dev-python/psycopg/psycopg-2.4.6.ebuild
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.4&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?rev=1.4&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild?r1=1.3&r2=1.4
188
189 Index: psycopg-2.4.6.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v
192 retrieving revision 1.3
193 retrieving revision 1.4
194 diff -u -r1.3 -r1.4
195 --- psycopg-2.4.6.ebuild 7 Dec 2014 15:16:29 -0000 1.3
196 +++ psycopg-2.4.6.ebuild 28 Dec 2014 15:41:58 -0000 1.4
197 @@ -1,6 +1,6 @@
198 # Copyright 1999-2014 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.3 2014/12/07 15:16:29 jlec Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.4.6.ebuild,v 1.4 2014/12/28 15:41:58 titanofold Exp $
202
203 EAPI="3"
204 SUPPORT_PYTHON_ABIS="1"
205 @@ -20,7 +20,7 @@
206 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
207 IUSE="debug doc examples mxdatetime"
208
209 -RDEPEND=">=virtual/postgresql-8.1
210 +RDEPEND=">=dev-db/postgresql-8.1
211 mxdatetime? ( dev-python/egenix-mx-base )"
212 DEPEND="${RDEPEND}
213 doc? ( dev-python/sphinx )"
214
215
216
217 1.192 dev-python/psycopg/ChangeLog
218
219 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.192&view=markup
220 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?rev=1.192&content-type=text/plain
221 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/ChangeLog?r1=1.191&r2=1.192
222
223 Index: ChangeLog
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v
226 retrieving revision 1.191
227 retrieving revision 1.192
228 diff -u -r1.191 -r1.192
229 --- ChangeLog 7 Dec 2014 15:16:29 -0000 1.191
230 +++ ChangeLog 28 Dec 2014 15:41:58 -0000 1.192
231 @@ -1,6 +1,12 @@
232 # ChangeLog for dev-python/psycopg
233 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
234 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.191 2014/12/07 15:16:29 jlec Exp $
235 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/ChangeLog,v 1.192 2014/12/28 15:41:58 titanofold Exp $
236 +
237 + 28 Dec 2014; Aaron W. Swenson <titanofold@g.o> psycopg-1.1.21.ebuild,
238 + psycopg-1.1.21-r1.ebuild, psycopg-2.4.5.ebuild, psycopg-2.4.6.ebuild,
239 + psycopg-2.5.1.ebuild, psycopg-2.5.2.ebuild, psycopg-2.5.3.ebuild,
240 + psycopg-2.5.4.ebuild:
241 + Rename virtual/postgresql to dev-db/postgresql
242
243 07 Dec 2014; Justin Lecher <jlec@g.o> psycopg-2.4.5.ebuild,
244 psycopg-2.4.6.ebuild, psycopg-2.5.1.ebuild, psycopg-2.5.2.ebuild,
245
246
247
248 1.25 dev-python/psycopg/psycopg-1.1.21.ebuild
249
250 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.25&view=markup
251 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?rev=1.25&content-type=text/plain
252 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild?r1=1.24&r2=1.25
253
254 Index: psycopg-1.1.21.ebuild
255 ===================================================================
256 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v
257 retrieving revision 1.24
258 retrieving revision 1.25
259 diff -u -r1.24 -r1.25
260 --- psycopg-1.1.21.ebuild 3 Nov 2014 12:40:28 -0000 1.24
261 +++ psycopg-1.1.21.ebuild 28 Dec 2014 15:41:58 -0000 1.25
262 @@ -1,6 +1,6 @@
263 # Copyright 1999-2014 Gentoo Foundation
264 # Distributed under the terms of the GNU General Public License v2
265 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.24 2014/11/03 12:40:28 titanofold Exp $
266 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-1.1.21.ebuild,v 1.25 2014/12/28 15:41:58 titanofold Exp $
267
268 EAPI="3"
269 PYTHON_DEPEND="2"
270 @@ -19,7 +19,7 @@
271 IUSE=""
272
273 DEPEND=">=dev-python/egenix-mx-base-2.0.3
274 - virtual/postgresql"
275 + dev-db/postgresql"
276 RDEPEND="${DEPEND}"
277
278 src_prepare() {
279
280
281
282 1.6 dev-python/psycopg/psycopg-2.5.4.ebuild
283
284 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.6&view=markup
285 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?rev=1.6&content-type=text/plain
286 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild?r1=1.5&r2=1.6
287
288 Index: psycopg-2.5.4.ebuild
289 ===================================================================
290 RCS file: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v
291 retrieving revision 1.5
292 retrieving revision 1.6
293 diff -u -r1.5 -r1.6
294 --- psycopg-2.5.4.ebuild 7 Dec 2014 15:16:29 -0000 1.5
295 +++ psycopg-2.5.4.ebuild 28 Dec 2014 15:41:58 -0000 1.6
296 @@ -1,6 +1,6 @@
297 # Copyright 1999-2014 Gentoo Foundation
298 # Distributed under the terms of the GNU General Public License v2
299 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.5 2014/12/07 15:16:29 jlec Exp $
300 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psycopg/psycopg-2.5.4.ebuild,v 1.6 2014/12/28 15:41:58 titanofold Exp $
301
302 EAPI=5
303 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
304 @@ -19,7 +19,7 @@
305 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
306 IUSE="debug doc examples"
307
308 -RDEPEND=">=virtual/postgresql-8.1"
309 +RDEPEND=">=dev-db/postgresql-8.1"
310 DEPEND="${RDEPEND}
311 doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
312 >=dev-python/python-docs-2.7.6-r1:2.7 )"