Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.7.9.1.ebuild git-1.7.12.ebuild git-1.7.9.7.ebuild git-1.7.12-r1.ebuild git-1.7.9.4.ebuild git-1.7.10.ebuild git-1.7.9.2.ebuild git-1.7.2.5.ebuild git-1.7.3.4-r1.ebuild git-1.6.4.5.ebuild git-1.7.10.2.ebuild git-9999.ebuild git-1.7.11.1.ebuild git-1.7.9_rc2.ebuild metadata.xml git-1.7.9.ebuild git-1.7.12-r2.ebuild git-1.7.9.3.ebuild ChangeLog
Date: Thu, 23 Aug 2012 20:18:25
Message-Id: 20120823201815.40025204BD@flycatcher.gentoo.org
1 robbat2 12/08/23 20:18:15
2
3 Modified: git-1.7.9.1.ebuild git-1.7.12.ebuild
4 git-1.7.9.7.ebuild git-1.7.12-r1.ebuild
5 git-1.7.9.4.ebuild git-1.7.10.ebuild
6 git-1.7.9.2.ebuild git-1.7.2.5.ebuild
7 git-1.7.3.4-r1.ebuild git-1.6.4.5.ebuild
8 git-1.7.10.2.ebuild git-9999.ebuild
9 git-1.7.11.1.ebuild git-1.7.9_rc2.ebuild
10 metadata.xml git-1.7.9.ebuild git-1.7.12-r2.ebuild
11 git-1.7.9.3.ebuild ChangeLog
12 Log:
13 Bug #432388: Make app-text/highlight optional as has heavy dependencies and is disabled by default in gitweb.
14
15 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64, RepoMan options: --force)
16
17 Revision Changes Path
18 1.6 dev-vcs/git/git-1.7.9.1.ebuild
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild?rev=1.6&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild?rev=1.6&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild?r1=1.5&r2=1.6
23
24 Index: git-1.7.9.1.ebuild
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild,v
27 retrieving revision 1.5
28 retrieving revision 1.6
29 diff -p -w -b -B -u -u -r1.5 -r1.6
30 --- git-1.7.9.1.ebuild 14 Jun 2012 05:01:30 -0000 1.5
31 +++ git-1.7.9.1.ebuild 23 Aug 2012 20:18:14 -0000 1.6
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.1.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
37
38 EAPI=4
39
40 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
41 perl? ( dev-perl/Error
42 dev-perl/Net-SMTP-SSL
43 dev-perl/Authen-SASL
44 - cgi? ( virtual/perl-CGI app-text/highlight )
45 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
46 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
47 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
48 )
49
50
51
52 1.3 dev-vcs/git/git-1.7.12.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild?r1=1.2&r2=1.3
57
58 Index: git-1.7.12.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -p -w -b -B -u -u -r1.2 -r1.3
64 --- git-1.7.12.ebuild 22 Aug 2012 05:10:14 -0000 1.2
65 +++ git-1.7.12.ebuild 23 Aug 2012 20:18:14 -0000 1.3
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2012 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild,v 1.2 2012/08/22 05:10:14 robbat2 Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12.ebuild,v 1.3 2012/08/23 20:18:14 robbat2 Exp $
71
72 EAPI=4
73
74 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
75 perl? ( dev-perl/Error
76 dev-perl/Net-SMTP-SSL
77 dev-perl/Authen-SASL
78 - cgi? ( virtual/perl-CGI app-text/highlight )
79 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
80 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
81 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
82 )
83
84
85
86 1.6 dev-vcs/git/git-1.7.9.7.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild?rev=1.6&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild?rev=1.6&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild?r1=1.5&r2=1.6
91
92 Index: git-1.7.9.7.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild,v
95 retrieving revision 1.5
96 retrieving revision 1.6
97 diff -p -w -b -B -u -u -r1.5 -r1.6
98 --- git-1.7.9.7.ebuild 27 Jul 2012 17:14:39 -0000 1.5
99 +++ git-1.7.9.7.ebuild 23 Aug 2012 20:18:14 -0000 1.6
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2012 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild,v 1.5 2012/07/27 17:14:39 grobian Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.7.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
105
106 EAPI=4
107
108 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
109 perl? ( dev-perl/Error
110 dev-perl/Net-SMTP-SSL
111 dev-perl/Authen-SASL
112 - cgi? ( virtual/perl-CGI app-text/highlight )
113 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
114 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
115 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
116 )
117
118
119
120 1.4 dev-vcs/git/git-1.7.12-r1.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild?rev=1.4&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild?rev=1.4&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild?r1=1.3&r2=1.4
125
126 Index: git-1.7.12-r1.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild,v
129 retrieving revision 1.3
130 retrieving revision 1.4
131 diff -p -w -b -B -u -u -r1.3 -r1.4
132 --- git-1.7.12-r1.ebuild 22 Aug 2012 05:14:49 -0000 1.3
133 +++ git-1.7.12-r1.ebuild 23 Aug 2012 20:18:14 -0000 1.4
134 @@ -1,6 +1,6 @@
135 # Copyright 1999-2012 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild,v 1.3 2012/08/22 05:14:49 zmedico Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r1.ebuild,v 1.4 2012/08/23 20:18:14 robbat2 Exp $
139
140 EAPI=4
141
142 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
143 perl? ( dev-perl/Error
144 dev-perl/Net-SMTP-SSL
145 dev-perl/Authen-SASL
146 - cgi? ( virtual/perl-CGI app-text/highlight )
147 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
148 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
149 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
150 )
151
152
153
154 1.6 dev-vcs/git/git-1.7.9.4.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild?rev=1.6&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild?rev=1.6&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild?r1=1.5&r2=1.6
159
160 Index: git-1.7.9.4.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild,v
163 retrieving revision 1.5
164 retrieving revision 1.6
165 diff -p -w -b -B -u -u -r1.5 -r1.6
166 --- git-1.7.9.4.ebuild 14 Jun 2012 05:01:30 -0000 1.5
167 +++ git-1.7.9.4.ebuild 23 Aug 2012 20:18:14 -0000 1.6
168 @@ -1,6 +1,6 @@
169 # Copyright 1999-2012 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.4.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
173
174 EAPI=4
175
176 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
177 perl? ( dev-perl/Error
178 dev-perl/Net-SMTP-SSL
179 dev-perl/Authen-SASL
180 - cgi? ( virtual/perl-CGI app-text/highlight )
181 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
182 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
183 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
184 )
185
186
187
188 1.6 dev-vcs/git/git-1.7.10.ebuild
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild?rev=1.6&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild?rev=1.6&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild?r1=1.5&r2=1.6
193
194 Index: git-1.7.10.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild,v
197 retrieving revision 1.5
198 retrieving revision 1.6
199 diff -p -w -b -B -u -u -r1.5 -r1.6
200 --- git-1.7.10.ebuild 14 Jun 2012 05:01:30 -0000 1.5
201 +++ git-1.7.10.ebuild 23 Aug 2012 20:18:14 -0000 1.6
202 @@ -1,6 +1,6 @@
203 # Copyright 1999-2012 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
207
208 EAPI=4
209
210 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
211 perl? ( dev-perl/Error
212 dev-perl/Net-SMTP-SSL
213 dev-perl/Authen-SASL
214 - cgi? ( virtual/perl-CGI app-text/highlight )
215 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
216 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
217 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
218 )
219
220
221
222 1.6 dev-vcs/git/git-1.7.9.2.ebuild
223
224 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild?rev=1.6&view=markup
225 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild?rev=1.6&content-type=text/plain
226 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild?r1=1.5&r2=1.6
227
228 Index: git-1.7.9.2.ebuild
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild,v
231 retrieving revision 1.5
232 retrieving revision 1.6
233 diff -p -w -b -B -u -u -r1.5 -r1.6
234 --- git-1.7.9.2.ebuild 14 Jun 2012 05:01:30 -0000 1.5
235 +++ git-1.7.9.2.ebuild 23 Aug 2012 20:18:14 -0000 1.6
236 @@ -1,6 +1,6 @@
237 # Copyright 1999-2012 Gentoo Foundation
238 # Distributed under the terms of the GNU General Public License v2
239 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.2.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
241
242 EAPI=4
243
244 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
245 perl? ( dev-perl/Error
246 dev-perl/Net-SMTP-SSL
247 dev-perl/Authen-SASL
248 - cgi? ( virtual/perl-CGI app-text/highlight )
249 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
250 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
251 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
252 )
253
254
255
256 1.14 dev-vcs/git/git-1.7.2.5.ebuild
257
258 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild?rev=1.14&view=markup
259 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild?rev=1.14&content-type=text/plain
260 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild?r1=1.13&r2=1.14
261
262 Index: git-1.7.2.5.ebuild
263 ===================================================================
264 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v
265 retrieving revision 1.13
266 retrieving revision 1.14
267 diff -p -w -b -B -u -u -r1.13 -r1.14
268 --- git-1.7.2.5.ebuild 19 Aug 2011 18:43:47 -0000 1.13
269 +++ git-1.7.2.5.ebuild 23 Aug 2012 20:18:14 -0000 1.14
270 @@ -1,6 +1,6 @@
271 -# Copyright 1999-2011 Gentoo Foundation
272 +# Copyright 1999-2012 Gentoo Foundation
273 # Distributed under the terms of the GNU General Public License v2
274 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.13 2011/08/19 18:43:47 darkside Exp $
275 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.2.5.ebuild,v 1.14 2012/08/23 20:18:14 robbat2 Exp $
276
277 EAPI=3
278
279
280
281
282 1.18 dev-vcs/git/git-1.7.3.4-r1.ebuild
283
284 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?rev=1.18&view=markup
285 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?rev=1.18&content-type=text/plain
286 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild?r1=1.17&r2=1.18
287
288 Index: git-1.7.3.4-r1.ebuild
289 ===================================================================
290 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v
291 retrieving revision 1.17
292 retrieving revision 1.18
293 diff -p -w -b -B -u -u -r1.17 -r1.18
294 --- git-1.7.3.4-r1.ebuild 19 Aug 2011 18:43:47 -0000 1.17
295 +++ git-1.7.3.4-r1.ebuild 23 Aug 2012 20:18:14 -0000 1.18
296 @@ -1,6 +1,6 @@
297 -# Copyright 1999-2011 Gentoo Foundation
298 +# Copyright 1999-2012 Gentoo Foundation
299 # Distributed under the terms of the GNU General Public License v2
300 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.17 2011/08/19 18:43:47 darkside Exp $
301 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.3.4-r1.ebuild,v 1.18 2012/08/23 20:18:14 robbat2 Exp $
302
303 EAPI=3
304
305
306
307
308 1.11 dev-vcs/git/git-1.6.4.5.ebuild
309
310 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild?rev=1.11&view=markup
311 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild?rev=1.11&content-type=text/plain
312 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild?r1=1.10&r2=1.11
313
314 Index: git-1.6.4.5.ebuild
315 ===================================================================
316 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild,v
317 retrieving revision 1.10
318 retrieving revision 1.11
319 diff -p -w -b -B -u -u -r1.10 -r1.11
320 --- git-1.6.4.5.ebuild 4 Apr 2011 08:58:41 -0000 1.10
321 +++ git-1.6.4.5.ebuild 23 Aug 2012 20:18:14 -0000 1.11
322 @@ -1,6 +1,6 @@
323 -# Copyright 1999-2011 Gentoo Foundation
324 +# Copyright 1999-2012 Gentoo Foundation
325 # Distributed under the terms of the GNU General Public License v2
326 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild,v 1.10 2011/04/04 08:58:41 pacho Exp $
327 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.6.4.5.ebuild,v 1.11 2012/08/23 20:18:14 robbat2 Exp $
328
329 EAPI=2
330
331
332
333
334 1.5 dev-vcs/git/git-1.7.10.2.ebuild
335
336 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild?rev=1.5&view=markup
337 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild?rev=1.5&content-type=text/plain
338 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild?r1=1.4&r2=1.5
339
340 Index: git-1.7.10.2.ebuild
341 ===================================================================
342 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild,v
343 retrieving revision 1.4
344 retrieving revision 1.5
345 diff -p -w -b -B -u -u -r1.4 -r1.5
346 --- git-1.7.10.2.ebuild 14 Jun 2012 05:01:30 -0000 1.4
347 +++ git-1.7.10.2.ebuild 23 Aug 2012 20:18:14 -0000 1.5
348 @@ -1,6 +1,6 @@
349 # Copyright 1999-2012 Gentoo Foundation
350 # Distributed under the terms of the GNU General Public License v2
351 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild,v 1.4 2012/06/14 05:01:30 vapier Exp $
352 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.10.2.ebuild,v 1.5 2012/08/23 20:18:14 robbat2 Exp $
353
354 EAPI=4
355
356 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
357 perl? ( dev-perl/Error
358 dev-perl/Net-SMTP-SSL
359 dev-perl/Authen-SASL
360 - cgi? ( virtual/perl-CGI app-text/highlight )
361 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
362 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
363 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
364 )
365
366
367
368 1.36 dev-vcs/git/git-9999.ebuild
369
370 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.36&view=markup
371 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.36&content-type=text/plain
372 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.35&r2=1.36
373
374 Index: git-9999.ebuild
375 ===================================================================
376 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
377 retrieving revision 1.35
378 retrieving revision 1.36
379 diff -p -w -b -B -u -u -r1.35 -r1.36
380 --- git-9999.ebuild 22 Aug 2012 05:10:14 -0000 1.35
381 +++ git-9999.ebuild 23 Aug 2012 20:18:14 -0000 1.36
382 @@ -1,6 +1,6 @@
383 # Copyright 1999-2012 Gentoo Foundation
384 # Distributed under the terms of the GNU General Public License v2
385 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.35 2012/08/22 05:10:14 robbat2 Exp $
386 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.36 2012/08/23 20:18:14 robbat2 Exp $
387
388 EAPI=4
389
390 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
391 perl? ( dev-perl/Error
392 dev-perl/Net-SMTP-SSL
393 dev-perl/Authen-SASL
394 - cgi? ( virtual/perl-CGI app-text/highlight )
395 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
396 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
397 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
398 )
399
400
401
402 1.2 dev-vcs/git/git-1.7.11.1.ebuild
403
404 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild?rev=1.2&view=markup
405 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild?rev=1.2&content-type=text/plain
406 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild?r1=1.1&r2=1.2
407
408 Index: git-1.7.11.1.ebuild
409 ===================================================================
410 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild,v
411 retrieving revision 1.1
412 retrieving revision 1.2
413 diff -p -w -b -B -u -u -r1.1 -r1.2
414 --- git-1.7.11.1.ebuild 7 Jul 2012 05:29:55 -0000 1.1
415 +++ git-1.7.11.1.ebuild 23 Aug 2012 20:18:14 -0000 1.2
416 @@ -1,6 +1,6 @@
417 # Copyright 1999-2012 Gentoo Foundation
418 # Distributed under the terms of the GNU General Public License v2
419 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild,v 1.1 2012/07/07 05:29:55 robbat2 Exp $
420 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.11.1.ebuild,v 1.2 2012/08/23 20:18:14 robbat2 Exp $
421
422 EAPI=4
423
424 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
425 perl? ( dev-perl/Error
426 dev-perl/Net-SMTP-SSL
427 dev-perl/Authen-SASL
428 - cgi? ( virtual/perl-CGI app-text/highlight )
429 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
430 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
431 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
432 )
433
434
435
436 1.6 dev-vcs/git/git-1.7.9_rc2.ebuild
437
438 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?rev=1.6&view=markup
439 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?rev=1.6&content-type=text/plain
440 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild?r1=1.5&r2=1.6
441
442 Index: git-1.7.9_rc2.ebuild
443 ===================================================================
444 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v
445 retrieving revision 1.5
446 retrieving revision 1.6
447 diff -p -w -b -B -u -u -r1.5 -r1.6
448 --- git-1.7.9_rc2.ebuild 14 Jun 2012 04:48:02 -0000 1.5
449 +++ git-1.7.9_rc2.ebuild 23 Aug 2012 20:18:14 -0000 1.6
450 @@ -1,6 +1,6 @@
451 # Copyright 1999-2012 Gentoo Foundation
452 # Distributed under the terms of the GNU General Public License v2
453 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.5 2012/06/14 04:48:02 vapier Exp $
454 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9_rc2.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
455
456 EAPI=4
457
458 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
459 perl? ( dev-perl/Error
460 dev-perl/Net-SMTP-SSL
461 dev-perl/Authen-SASL
462 - cgi? ( virtual/perl-CGI app-text/highlight )
463 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
464 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
465 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
466 )
467
468
469
470 1.6 dev-vcs/git/metadata.xml
471
472 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?rev=1.6&view=markup
473 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?rev=1.6&content-type=text/plain
474 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/metadata.xml?r1=1.5&r2=1.6
475
476 Index: metadata.xml
477 ===================================================================
478 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/metadata.xml,v
479 retrieving revision 1.5
480 retrieving revision 1.6
481 diff -p -w -b -B -u -u -r1.5 -r1.6
482 --- metadata.xml 14 Jun 2012 05:01:30 -0000 1.5
483 +++ metadata.xml 23 Aug 2012 20:18:14 -0000 1.6
484 @@ -28,5 +28,6 @@
485 <flag name="webdav">Adds support for push'ing to HTTP repositories via DAV.</flag>
486 <flag name="gtk">Include the gitview contrib tool.</flag>
487 <flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support.</flag>
488 + <flag name="highlight">GitWeb support for app-text/highlight.</flag>
489 </use>
490 </pkgmetadata>
491
492
493
494 1.6 dev-vcs/git/git-1.7.9.ebuild
495
496 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild?rev=1.6&view=markup
497 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild?rev=1.6&content-type=text/plain
498 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild?r1=1.5&r2=1.6
499
500 Index: git-1.7.9.ebuild
501 ===================================================================
502 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild,v
503 retrieving revision 1.5
504 retrieving revision 1.6
505 diff -p -w -b -B -u -u -r1.5 -r1.6
506 --- git-1.7.9.ebuild 14 Jun 2012 05:01:30 -0000 1.5
507 +++ git-1.7.9.ebuild 23 Aug 2012 20:18:14 -0000 1.6
508 @@ -1,6 +1,6 @@
509 # Copyright 1999-2012 Gentoo Foundation
510 # Distributed under the terms of the GNU General Public License v2
511 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
512 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
513
514 EAPI=4
515
516 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
517 perl? ( dev-perl/Error
518 dev-perl/Net-SMTP-SSL
519 dev-perl/Authen-SASL
520 - cgi? ( virtual/perl-CGI app-text/highlight )
521 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
522 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
523 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
524 )
525
526
527
528 1.2 dev-vcs/git/git-1.7.12-r2.ebuild
529
530 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?rev=1.2&view=markup
531 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?rev=1.2&content-type=text/plain
532 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild?r1=1.1&r2=1.2
533
534 Index: git-1.7.12-r2.ebuild
535 ===================================================================
536 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v
537 retrieving revision 1.1
538 retrieving revision 1.2
539 diff -p -w -b -B -u -u -r1.1 -r1.2
540 --- git-1.7.12-r2.ebuild 23 Aug 2012 05:38:18 -0000 1.1
541 +++ git-1.7.12-r2.ebuild 23 Aug 2012 20:18:14 -0000 1.2
542 @@ -1,6 +1,6 @@
543 # Copyright 1999-2012 Gentoo Foundation
544 # Distributed under the terms of the GNU General Public License v2
545 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.1 2012/08/23 05:38:18 robbat2 Exp $
546 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.2 2012/08/23 20:18:14 robbat2 Exp $
547
548 EAPI=4
549
550 @@ -60,7 +60,7 @@ RDEPEND="${CDEPEND}
551 perl? ( dev-perl/Error
552 dev-perl/Net-SMTP-SSL
553 dev-perl/Authen-SASL
554 - cgi? ( virtual/perl-CGI app-text/highlight )
555 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
556 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
557 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
558 )
559
560
561
562 1.6 dev-vcs/git/git-1.7.9.3.ebuild
563
564 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild?rev=1.6&view=markup
565 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild?rev=1.6&content-type=text/plain
566 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild?r1=1.5&r2=1.6
567
568 Index: git-1.7.9.3.ebuild
569 ===================================================================
570 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild,v
571 retrieving revision 1.5
572 retrieving revision 1.6
573 diff -p -w -b -B -u -u -r1.5 -r1.6
574 --- git-1.7.9.3.ebuild 14 Jun 2012 05:01:30 -0000 1.5
575 +++ git-1.7.9.3.ebuild 23 Aug 2012 20:18:14 -0000 1.6
576 @@ -1,6 +1,6 @@
577 # Copyright 1999-2012 Gentoo Foundation
578 # Distributed under the terms of the GNU General Public License v2
579 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild,v 1.5 2012/06/14 05:01:30 vapier Exp $
580 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.9.3.ebuild,v 1.6 2012/08/23 20:18:14 robbat2 Exp $
581
582 EAPI=4
583
584 @@ -61,7 +61,7 @@ RDEPEND="${CDEPEND}
585 perl? ( dev-perl/Error
586 dev-perl/Net-SMTP-SSL
587 dev-perl/Authen-SASL
588 - cgi? ( virtual/perl-CGI app-text/highlight )
589 + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
590 cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
591 subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
592 )
593
594
595
596 1.152 dev-vcs/git/ChangeLog
597
598 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.152&view=markup
599 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.152&content-type=text/plain
600 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.151&r2=1.152
601
602 Index: ChangeLog
603 ===================================================================
604 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
605 retrieving revision 1.151
606 retrieving revision 1.152
607 diff -p -w -b -B -u -u -r1.151 -r1.152
608 --- ChangeLog 23 Aug 2012 05:38:18 -0000 1.151
609 +++ ChangeLog 23 Aug 2012 20:18:14 -0000 1.152
610 @@ -1,6 +1,16 @@
611 # ChangeLog for dev-vcs/git
612 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
613 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.151 2012/08/23 05:38:18 robbat2 Exp $
614 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.152 2012/08/23 20:18:14 robbat2 Exp $
615 +
616 + 23 Aug 2012; Robin H. Johnson <robbat2@g.o> git-1.6.4.5.ebuild,
617 + git-1.7.10.2.ebuild, git-1.7.10.ebuild, git-1.7.11.1.ebuild,
618 + git-1.7.12-r1.ebuild, git-1.7.12-r2.ebuild, git-1.7.12.ebuild,
619 + git-1.7.2.5.ebuild, git-1.7.3.4-r1.ebuild, git-1.7.8.6.ebuild,
620 + git-1.7.9.1.ebuild, git-1.7.9.2.ebuild, git-1.7.9.3.ebuild,
621 + git-1.7.9.4.ebuild, git-1.7.9.7.ebuild, git-1.7.9.ebuild,
622 + git-1.7.9_rc2.ebuild, git-9999.ebuild, metadata.xml:
623 + Bug #432388: Make app-text/highlight optional as has heavy dependencies and is
624 + disabled by default in gitweb.
625
626 *git-1.7.12-r2 (23 Aug 2012)