Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.4.ebuild git-1.8.1.5-r1.ebuild git-9999.ebuild git-2.0.2.ebuild git-9999-r3.ebuild git-1.9.3.ebuild git-1.8.4.5.ebuild git-1.8.1.5.ebuild git-1.8.2.1.ebuild git-2.1.0.ebuild git-1.8.3.2-r1.ebuild git-9999-r1.ebuild git-1.8.5.5.ebuild git-9999-r2.ebuild ChangeLog
Date: Sun, 24 Aug 2014 13:56:36
Message-Id: 20140824135632.D8CE03CD1@oystercatcher.gentoo.org
1 slyfox 14/08/24 13:56:32
2
3 Modified: git-2.0.4.ebuild git-1.8.1.5-r1.ebuild
4 git-9999.ebuild git-2.0.2.ebuild git-9999-r3.ebuild
5 git-1.9.3.ebuild git-1.8.4.5.ebuild
6 git-1.8.1.5.ebuild git-1.8.2.1.ebuild
7 git-2.1.0.ebuild git-1.8.3.2-r1.ebuild
8 git-9999-r1.ebuild git-1.8.5.5.ebuild
9 git-9999-r2.ebuild ChangeLog
10 Log:
11 cvsps-3 is explicitely incompatible with git-cvsimport (bug #450424).
12
13 (Portage version: 2.2.12_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
14
15 Revision Changes Path
16 1.2 dev-vcs/git/git-2.0.4.ebuild
17
18 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild?rev=1.2&view=markup
19 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild?rev=1.2&content-type=text/plain
20 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild?r1=1.1&r2=1.2
21
22 Index: git-2.0.4.ebuild
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild,v
25 retrieving revision 1.1
26 retrieving revision 1.2
27 diff -u -r1.1 -r1.2
28 --- git-2.0.4.ebuild 2 Aug 2014 00:20:15 -0000 1.1
29 +++ git-2.0.4.ebuild 24 Aug 2014 13:56:32 -0000 1.2
30 @@ -1,6 +1,6 @@
31 # Copyright 1999-2014 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild,v 1.1 2014/08/02 00:20:15 polynomial-c Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.4.ebuild,v 1.2 2014/08/24 13:56:32 slyfox Exp $
35
36 EAPI=5
37
38 @@ -67,7 +67,7 @@
39 dev-perl/Net-SMTP-SSL
40 dev-perl/Authen-SASL
41 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
42 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
43 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
44 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
45 )
46 python? ( gtk?
47
48
49
50 1.12 dev-vcs/git/git-1.8.1.5-r1.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?rev=1.12&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?rev=1.12&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?r1=1.11&r2=1.12
55
56 Index: git-1.8.1.5-r1.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v
59 retrieving revision 1.11
60 retrieving revision 1.12
61 diff -u -r1.11 -r1.12
62 --- git-1.8.1.5-r1.ebuild 24 Jun 2014 01:44:07 -0000 1.11
63 +++ git-1.8.1.5-r1.ebuild 24 Aug 2014 13:56:32 -0000 1.12
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v 1.11 2014/06/24 01:44:07 tetromino Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v 1.12 2014/08/24 13:56:32 slyfox Exp $
69
70 EAPI=4
71
72 @@ -62,7 +62,7 @@
73 dev-perl/Net-SMTP-SSL
74 dev-perl/Authen-SASL
75 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
76 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
77 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
78 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
79 )
80 python? ( gtk?
81
82
83
84 1.60 dev-vcs/git/git-9999.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.60&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.60&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.59&r2=1.60
89
90 Index: git-9999.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
93 retrieving revision 1.59
94 retrieving revision 1.60
95 diff -u -r1.59 -r1.60
96 --- git-9999.ebuild 27 Jul 2014 10:38:48 -0000 1.59
97 +++ git-9999.ebuild 24 Aug 2014 13:56:32 -0000 1.60
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.59 2014/07/27 10:38:48 grobian Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.60 2014/08/24 13:56:32 slyfox Exp $
103
104 EAPI=5
105
106 @@ -67,7 +67,7 @@
107 dev-perl/Net-SMTP-SSL
108 dev-perl/Authen-SASL
109 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
110 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
111 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
112 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
113 )
114 python? ( gtk?
115
116
117
118 1.4 dev-vcs/git/git-2.0.2.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild?rev=1.4&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild?rev=1.4&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild?r1=1.3&r2=1.4
123
124 Index: git-2.0.2.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild,v
127 retrieving revision 1.3
128 retrieving revision 1.4
129 diff -u -r1.3 -r1.4
130 --- git-2.0.2.ebuild 31 Jul 2014 17:43:41 -0000 1.3
131 +++ git-2.0.2.ebuild 24 Aug 2014 13:56:32 -0000 1.4
132 @@ -1,6 +1,6 @@
133 # Copyright 1999-2014 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild,v 1.3 2014/07/31 17:43:41 tgall Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.2.ebuild,v 1.4 2014/08/24 13:56:32 slyfox Exp $
137
138 EAPI=5
139
140 @@ -67,7 +67,7 @@
141 dev-perl/Net-SMTP-SSL
142 dev-perl/Authen-SASL
143 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
144 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
145 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
146 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
147 )
148 python? ( gtk?
149
150
151
152 1.6 dev-vcs/git/git-9999-r3.ebuild
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.6&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.6&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?r1=1.5&r2=1.6
157
158 Index: git-9999-r3.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v
161 retrieving revision 1.5
162 retrieving revision 1.6
163 diff -u -r1.5 -r1.6
164 --- git-9999-r3.ebuild 27 Jul 2014 10:38:48 -0000 1.5
165 +++ git-9999-r3.ebuild 24 Aug 2014 13:56:32 -0000 1.6
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2014 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.5 2014/07/27 10:38:48 grobian Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.6 2014/08/24 13:56:32 slyfox Exp $
171
172 EAPI=5
173
174 @@ -67,7 +67,7 @@
175 dev-perl/Net-SMTP-SSL
176 dev-perl/Authen-SASL
177 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
178 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
179 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
180 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
181 )
182 python? ( gtk?
183
184
185
186 1.4 dev-vcs/git/git-1.9.3.ebuild
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.4&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?rev=1.4&content-type=text/plain
190 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild?r1=1.3&r2=1.4
191
192 Index: git-1.9.3.ebuild
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v
195 retrieving revision 1.3
196 retrieving revision 1.4
197 diff -u -r1.3 -r1.4
198 --- git-1.9.3.ebuild 24 Jun 2014 01:44:07 -0000 1.3
199 +++ git-1.9.3.ebuild 24 Aug 2014 13:56:32 -0000 1.4
200 @@ -1,6 +1,6 @@
201 # Copyright 1999-2014 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v 1.3 2014/06/24 01:44:07 tetromino Exp $
204 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.3.ebuild,v 1.4 2014/08/24 13:56:32 slyfox Exp $
205
206 EAPI=5
207
208 @@ -66,7 +66,7 @@
209 dev-perl/Net-SMTP-SSL
210 dev-perl/Authen-SASL
211 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
212 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
213 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
214 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
215 )
216 python? ( gtk?
217
218
219
220 1.6 dev-vcs/git/git-1.8.4.5.ebuild
221
222 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?rev=1.6&view=markup
223 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?rev=1.6&content-type=text/plain
224 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?r1=1.5&r2=1.6
225
226 Index: git-1.8.4.5.ebuild
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v
229 retrieving revision 1.5
230 retrieving revision 1.6
231 diff -u -r1.5 -r1.6
232 --- git-1.8.4.5.ebuild 24 Jun 2014 01:44:07 -0000 1.5
233 +++ git-1.8.4.5.ebuild 24 Aug 2014 13:56:32 -0000 1.6
234 @@ -1,6 +1,6 @@
235 # Copyright 1999-2014 Gentoo Foundation
236 # Distributed under the terms of the GNU General Public License v2
237 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v 1.5 2014/06/24 01:44:07 tetromino Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v 1.6 2014/08/24 13:56:32 slyfox Exp $
239
240 EAPI=5
241
242 @@ -62,7 +62,7 @@
243 dev-perl/Net-SMTP-SSL
244 dev-perl/Authen-SASL
245 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
246 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
247 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
248 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
249 )
250 python? ( gtk?
251
252
253
254 1.18 dev-vcs/git/git-1.8.1.5.ebuild
255
256 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?rev=1.18&view=markup
257 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?rev=1.18&content-type=text/plain
258 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?r1=1.17&r2=1.18
259
260 Index: git-1.8.1.5.ebuild
261 ===================================================================
262 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v
263 retrieving revision 1.17
264 retrieving revision 1.18
265 diff -u -r1.17 -r1.18
266 --- git-1.8.1.5.ebuild 24 Jun 2014 01:44:07 -0000 1.17
267 +++ git-1.8.1.5.ebuild 24 Aug 2014 13:56:32 -0000 1.18
268 @@ -1,6 +1,6 @@
269 # Copyright 1999-2014 Gentoo Foundation
270 # Distributed under the terms of the GNU General Public License v2
271 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v 1.17 2014/06/24 01:44:07 tetromino Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v 1.18 2014/08/24 13:56:32 slyfox Exp $
273
274 EAPI=4
275
276 @@ -62,7 +62,7 @@
277 dev-perl/Net-SMTP-SSL
278 dev-perl/Authen-SASL
279 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
280 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
281 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
282 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
283 )
284 python? ( gtk?
285
286
287
288 1.10 dev-vcs/git/git-1.8.2.1.ebuild
289
290 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?rev=1.10&view=markup
291 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?rev=1.10&content-type=text/plain
292 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?r1=1.9&r2=1.10
293
294 Index: git-1.8.2.1.ebuild
295 ===================================================================
296 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v
297 retrieving revision 1.9
298 retrieving revision 1.10
299 diff -u -r1.9 -r1.10
300 --- git-1.8.2.1.ebuild 24 Jun 2014 01:44:07 -0000 1.9
301 +++ git-1.8.2.1.ebuild 24 Aug 2014 13:56:32 -0000 1.10
302 @@ -1,6 +1,6 @@
303 # Copyright 1999-2014 Gentoo Foundation
304 # Distributed under the terms of the GNU General Public License v2
305 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.9 2014/06/24 01:44:07 tetromino Exp $
306 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.10 2014/08/24 13:56:32 slyfox Exp $
307
308 EAPI=4
309
310 @@ -62,7 +62,7 @@
311 dev-perl/Net-SMTP-SSL
312 dev-perl/Authen-SASL
313 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
314 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
315 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
316 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
317 )
318 python? ( gtk?
319
320
321
322 1.3 dev-vcs/git/git-2.1.0.ebuild
323
324 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild?rev=1.3&view=markup
325 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild?rev=1.3&content-type=text/plain
326 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild?r1=1.2&r2=1.3
327
328 Index: git-2.1.0.ebuild
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild,v
331 retrieving revision 1.2
332 retrieving revision 1.3
333 diff -u -r1.2 -r1.3
334 --- git-2.1.0.ebuild 21 Aug 2014 05:16:37 -0000 1.2
335 +++ git-2.1.0.ebuild 24 Aug 2014 13:56:32 -0000 1.3
336 @@ -1,6 +1,6 @@
337 # Copyright 1999-2014 Gentoo Foundation
338 # Distributed under the terms of the GNU General Public License v2
339 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild,v 1.2 2014/08/21 05:16:37 polynomial-c Exp $
340 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.0.ebuild,v 1.3 2014/08/24 13:56:32 slyfox Exp $
341
342 EAPI=5
343
344 @@ -67,7 +67,7 @@
345 dev-perl/Net-SMTP-SSL
346 dev-perl/Authen-SASL
347 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
348 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
349 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
350 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
351 )
352 python? ( gtk?
353
354
355
356 1.14 dev-vcs/git/git-1.8.3.2-r1.ebuild
357
358 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?rev=1.14&view=markup
359 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?rev=1.14&content-type=text/plain
360 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?r1=1.13&r2=1.14
361
362 Index: git-1.8.3.2-r1.ebuild
363 ===================================================================
364 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v
365 retrieving revision 1.13
366 retrieving revision 1.14
367 diff -u -r1.13 -r1.14
368 --- git-1.8.3.2-r1.ebuild 24 Jun 2014 01:44:07 -0000 1.13
369 +++ git-1.8.3.2-r1.ebuild 24 Aug 2014 13:56:32 -0000 1.14
370 @@ -1,6 +1,6 @@
371 # Copyright 1999-2014 Gentoo Foundation
372 # Distributed under the terms of the GNU General Public License v2
373 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v 1.13 2014/06/24 01:44:07 tetromino Exp $
374 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v 1.14 2014/08/24 13:56:32 slyfox Exp $
375
376 EAPI=5
377
378 @@ -62,7 +62,7 @@
379 dev-perl/Net-SMTP-SSL
380 dev-perl/Authen-SASL
381 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
382 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
383 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
384 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
385 )
386 python? ( gtk?
387
388
389
390 1.5 dev-vcs/git/git-9999-r1.ebuild
391
392 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.5&view=markup
393 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.5&content-type=text/plain
394 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?r1=1.4&r2=1.5
395
396 Index: git-9999-r1.ebuild
397 ===================================================================
398 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v
399 retrieving revision 1.4
400 retrieving revision 1.5
401 diff -u -r1.4 -r1.5
402 --- git-9999-r1.ebuild 27 Jul 2014 10:38:48 -0000 1.4
403 +++ git-9999-r1.ebuild 24 Aug 2014 13:56:32 -0000 1.5
404 @@ -1,6 +1,6 @@
405 # Copyright 1999-2014 Gentoo Foundation
406 # Distributed under the terms of the GNU General Public License v2
407 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.4 2014/07/27 10:38:48 grobian Exp $
408 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.5 2014/08/24 13:56:32 slyfox Exp $
409
410 EAPI=5
411
412 @@ -67,7 +67,7 @@
413 dev-perl/Net-SMTP-SSL
414 dev-perl/Authen-SASL
415 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
416 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
417 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
418 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
419 )
420 python? ( gtk?
421
422
423
424 1.11 dev-vcs/git/git-1.8.5.5.ebuild
425
426 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild?rev=1.11&view=markup
427 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild?rev=1.11&content-type=text/plain
428 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild?r1=1.10&r2=1.11
429
430 Index: git-1.8.5.5.ebuild
431 ===================================================================
432 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v
433 retrieving revision 1.10
434 retrieving revision 1.11
435 diff -u -r1.10 -r1.11
436 --- git-1.8.5.5.ebuild 13 Aug 2014 09:24:41 -0000 1.10
437 +++ git-1.8.5.5.ebuild 24 Aug 2014 13:56:32 -0000 1.11
438 @@ -1,6 +1,6 @@
439 # Copyright 1999-2014 Gentoo Foundation
440 # Distributed under the terms of the GNU General Public License v2
441 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v 1.10 2014/08/13 09:24:41 ago Exp $
442 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.5.ebuild,v 1.11 2014/08/24 13:56:32 slyfox Exp $
443
444 EAPI=5
445
446 @@ -66,7 +66,7 @@
447 dev-perl/Net-SMTP-SSL
448 dev-perl/Authen-SASL
449 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
450 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
451 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
452 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
453 )
454 python? ( gtk?
455
456
457
458 1.5 dev-vcs/git/git-9999-r2.ebuild
459
460 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.5&view=markup
461 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.5&content-type=text/plain
462 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?r1=1.4&r2=1.5
463
464 Index: git-9999-r2.ebuild
465 ===================================================================
466 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v
467 retrieving revision 1.4
468 retrieving revision 1.5
469 diff -u -r1.4 -r1.5
470 --- git-9999-r2.ebuild 27 Jul 2014 10:38:48 -0000 1.4
471 +++ git-9999-r2.ebuild 24 Aug 2014 13:56:32 -0000 1.5
472 @@ -1,6 +1,6 @@
473 # Copyright 1999-2014 Gentoo Foundation
474 # Distributed under the terms of the GNU General Public License v2
475 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.4 2014/07/27 10:38:48 grobian Exp $
476 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.5 2014/08/24 13:56:32 slyfox Exp $
477
478 EAPI=5
479
480 @@ -67,7 +67,7 @@
481 dev-perl/Net-SMTP-SSL
482 dev-perl/Authen-SASL
483 cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
484 - cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
485 + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite )
486 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
487 )
488 python? ( gtk?
489
490
491
492 1.278 dev-vcs/git/ChangeLog
493
494 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.278&view=markup
495 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.278&content-type=text/plain
496 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.277&r2=1.278
497
498 Index: ChangeLog
499 ===================================================================
500 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
501 retrieving revision 1.277
502 retrieving revision 1.278
503 diff -u -r1.277 -r1.278
504 --- ChangeLog 21 Aug 2014 05:16:37 -0000 1.277
505 +++ ChangeLog 24 Aug 2014 13:56:32 -0000 1.278
506 @@ -1,6 +1,13 @@
507 # ChangeLog for dev-vcs/git
508 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
509 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.277 2014/08/21 05:16:37 polynomial-c Exp $
510 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.278 2014/08/24 13:56:32 slyfox Exp $
511 +
512 + 24 Aug 2014; Sergei Trofimovich <slyfox@g.o> git-1.8.1.5-r1.ebuild,
513 + git-1.8.1.5.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
514 + git-1.8.4.5.ebuild, git-1.8.5.5.ebuild, git-1.9.3.ebuild, git-2.0.2.ebuild,
515 + git-2.0.4.ebuild, git-2.1.0.ebuild, git-9999-r1.ebuild, git-9999-r2.ebuild,
516 + git-9999-r3.ebuild, git-9999.ebuild:
517 + cvsps-3 is explicitely incompatible with git-cvsimport (bug #450424).
518
519 21 Aug 2014; Lars Wendler <polynomial-c@g.o> git-2.1.0.ebuild:
520 Don't install no longer available contrib files (git-diffall and vim).