Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.2.1.ebuild git-9999-r3.ebuild git-2.1.4.ebuild git-9999-r1.ebuild git-9999.ebuild git-9999-r2.ebuild git-1.9.5.ebuild git-1.8.5.6.ebuild git-2.0.5.ebuild ChangeLog
Date: Wed, 31 Dec 2014 08:44:16
Message-Id: 20141231084411.0061BE8E1@oystercatcher.gentoo.org
1 vapier 14/12/31 08:44:10
2
3 Modified: git-2.2.1.ebuild git-9999-r3.ebuild
4 git-2.1.4.ebuild git-9999-r1.ebuild git-9999.ebuild
5 git-9999-r2.ebuild git-1.9.5.ebuild
6 git-1.8.5.6.ebuild git-2.0.5.ebuild ChangeLog
7 Log:
8 Drop unused empty vars that confuse helper tools like ekeyword.
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
11
12 Revision Changes Path
13 1.2 dev-vcs/git/git-2.2.1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild?r1=1.1&r2=1.2
18
19 Index: git-2.2.1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- git-2.2.1.ebuild 18 Dec 2014 22:07:08 -0000 1.1
26 +++ git-2.2.1.ebuild 31 Dec 2014 08:44:10 -0000 1.2
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-vcs/git/git-2.2.1.ebuild,v 1.1 2014/12/18 22:07:08 polynomial-c Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.2.1.ebuild,v 1.2 2014/12/31 08:44:10 vapier Exp $
32
33 EAPI=5
34
35 @@ -34,9 +34,6 @@
36 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
37 )"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 -else
40 - SRC_URI=""
41 - KEYWORDS=""
42 fi
43
44 LICENSE="GPL-2"
45
46
47
48 1.10 dev-vcs/git/git-9999-r3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.10&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.10&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?r1=1.9&r2=1.10
53
54 Index: git-9999-r3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v
57 retrieving revision 1.9
58 retrieving revision 1.10
59 diff -u -r1.9 -r1.10
60 --- git-9999-r3.ebuild 16 Nov 2014 22:54:52 -0000 1.9
61 +++ git-9999-r3.ebuild 31 Dec 2014 08:44:10 -0000 1.10
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.9 2014/11/16 22:54:52 dilfridge Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.10 2014/12/31 08:44:10 vapier Exp $
67
68 EAPI=5
69
70 @@ -34,9 +34,6 @@
71 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
72 )"
73 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
74 -else
75 - SRC_URI=""
76 - KEYWORDS=""
77 fi
78
79 LICENSE="GPL-2"
80
81
82
83 1.2 dev-vcs/git/git-2.1.4.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild?r1=1.1&r2=1.2
88
89 Index: git-2.1.4.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- git-2.1.4.ebuild 18 Dec 2014 22:07:08 -0000 1.1
96 +++ git-2.1.4.ebuild 31 Dec 2014 08:44:10 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild,v 1.1 2014/12/18 22:07:08 polynomial-c Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.1.4.ebuild,v 1.2 2014/12/31 08:44:10 vapier Exp $
102
103 EAPI=5
104
105 @@ -34,9 +34,6 @@
106 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
107 )"
108 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
109 -else
110 - SRC_URI=""
111 - KEYWORDS=""
112 fi
113
114 LICENSE="GPL-2"
115
116
117
118 1.9 dev-vcs/git/git-9999-r1.ebuild
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.9&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.9&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?r1=1.8&r2=1.9
123
124 Index: git-9999-r1.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v
127 retrieving revision 1.8
128 retrieving revision 1.9
129 diff -u -r1.8 -r1.9
130 --- git-9999-r1.ebuild 16 Nov 2014 22:54:52 -0000 1.8
131 +++ git-9999-r1.ebuild 31 Dec 2014 08:44:10 -0000 1.9
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-9999-r1.ebuild,v 1.8 2014/11/16 22:54:52 dilfridge Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.9 2014/12/31 08:44:10 vapier Exp $
137
138 EAPI=5
139
140 @@ -34,9 +34,6 @@
141 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
142 )"
143 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
144 -else
145 - SRC_URI=""
146 - KEYWORDS=""
147 fi
148
149 LICENSE="GPL-2"
150
151
152
153 1.65 dev-vcs/git/git-9999.ebuild
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.65&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.65&content-type=text/plain
157 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.64&r2=1.65
158
159 Index: git-9999.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
162 retrieving revision 1.64
163 retrieving revision 1.65
164 diff -u -r1.64 -r1.65
165 --- git-9999.ebuild 2 Dec 2014 07:32:57 -0000 1.64
166 +++ git-9999.ebuild 31 Dec 2014 08:44:10 -0000 1.65
167 @@ -1,6 +1,6 @@
168 # Copyright 1999-2014 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.64 2014/12/02 07:32:57 polynomial-c Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.65 2014/12/31 08:44:10 vapier Exp $
172
173 EAPI=5
174
175 @@ -34,9 +34,6 @@
176 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
177 )"
178 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
179 -else
180 - SRC_URI=""
181 - KEYWORDS=""
182 fi
183
184 LICENSE="GPL-2"
185
186
187
188 1.10 dev-vcs/git/git-9999-r2.ebuild
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.10&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.10&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?r1=1.9&r2=1.10
193
194 Index: git-9999-r2.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v
197 retrieving revision 1.9
198 retrieving revision 1.10
199 diff -u -r1.9 -r1.10
200 --- git-9999-r2.ebuild 2 Dec 2014 07:32:57 -0000 1.9
201 +++ git-9999-r2.ebuild 31 Dec 2014 08:44:10 -0000 1.10
202 @@ -1,6 +1,6 @@
203 # Copyright 1999-2014 Gentoo Foundation
204 # Distributed under the terms of the GNU General Public License v2
205 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.9 2014/12/02 07:32:57 polynomial-c Exp $
206 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.10 2014/12/31 08:44:10 vapier Exp $
207
208 EAPI=5
209
210 @@ -34,9 +34,6 @@
211 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
212 )"
213 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
214 -else
215 - SRC_URI=""
216 - KEYWORDS=""
217 fi
218
219 LICENSE="GPL-2"
220
221
222
223 1.11 dev-vcs/git/git-1.9.5.ebuild
224
225 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?rev=1.11&view=markup
226 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?rev=1.11&content-type=text/plain
227 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?r1=1.10&r2=1.11
228
229 Index: git-1.9.5.ebuild
230 ===================================================================
231 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v
232 retrieving revision 1.10
233 retrieving revision 1.11
234 diff -u -r1.10 -r1.11
235 --- git-1.9.5.ebuild 26 Dec 2014 09:29:14 -0000 1.10
236 +++ git-1.9.5.ebuild 31 Dec 2014 08:44:10 -0000 1.11
237 @@ -1,6 +1,6 @@
238 # Copyright 1999-2014 Gentoo Foundation
239 # Distributed under the terms of the GNU General Public License v2
240 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v 1.10 2014/12/26 09:29:14 ago Exp $
241 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild,v 1.11 2014/12/31 08:44:10 vapier Exp $
242
243 EAPI=5
244
245 @@ -33,9 +33,6 @@
246 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
247 )"
248 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
249 -else
250 - SRC_URI=""
251 - KEYWORDS="alpha arm hppa ia64 ppc ppc64 sparc"
252 fi
253
254 LICENSE="GPL-2"
255
256
257
258 1.11 dev-vcs/git/git-1.8.5.6.ebuild
259
260 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?rev=1.11&view=markup
261 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?rev=1.11&content-type=text/plain
262 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?r1=1.10&r2=1.11
263
264 Index: git-1.8.5.6.ebuild
265 ===================================================================
266 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
267 retrieving revision 1.10
268 retrieving revision 1.11
269 diff -u -r1.10 -r1.11
270 --- git-1.8.5.6.ebuild 26 Dec 2014 09:29:14 -0000 1.10
271 +++ git-1.8.5.6.ebuild 31 Dec 2014 08:44:10 -0000 1.11
272 @@ -1,6 +1,6 @@
273 # Copyright 1999-2014 Gentoo Foundation
274 # Distributed under the terms of the GNU General Public License v2
275 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.10 2014/12/26 09:29:14 ago Exp $
276 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.11 2014/12/31 08:44:10 vapier Exp $
277
278 EAPI=5
279
280 @@ -33,9 +33,6 @@
281 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
282 )"
283 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
284 -else
285 - SRC_URI=""
286 - KEYWORDS="alpha arm hppa ia64 ppc ppc64 sparc"
287 fi
288
289 LICENSE="GPL-2"
290
291
292
293 1.11 dev-vcs/git/git-2.0.5.ebuild
294
295 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?rev=1.11&view=markup
296 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?rev=1.11&content-type=text/plain
297 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?r1=1.10&r2=1.11
298
299 Index: git-2.0.5.ebuild
300 ===================================================================
301 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
302 retrieving revision 1.10
303 retrieving revision 1.11
304 diff -u -r1.10 -r1.11
305 --- git-2.0.5.ebuild 26 Dec 2014 09:29:14 -0000 1.10
306 +++ git-2.0.5.ebuild 31 Dec 2014 08:44:10 -0000 1.11
307 @@ -1,6 +1,6 @@
308 # Copyright 1999-2014 Gentoo Foundation
309 # Distributed under the terms of the GNU General Public License v2
310 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.10 2014/12/26 09:29:14 ago Exp $
311 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.11 2014/12/31 08:44:10 vapier Exp $
312
313 EAPI=5
314
315 @@ -34,9 +34,6 @@
316 ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
317 )"
318 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
319 -else
320 - SRC_URI=""
321 - KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
322 fi
323
324 LICENSE="GPL-2"
325
326
327
328 1.311 dev-vcs/git/ChangeLog
329
330 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.311&view=markup
331 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.311&content-type=text/plain
332 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.310&r2=1.311
333
334 Index: ChangeLog
335 ===================================================================
336 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
337 retrieving revision 1.310
338 retrieving revision 1.311
339 diff -u -r1.310 -r1.311
340 --- ChangeLog 26 Dec 2014 13:54:35 -0000 1.310
341 +++ ChangeLog 31 Dec 2014 08:44:10 -0000 1.311
342 @@ -1,6 +1,11 @@
343 # ChangeLog for dev-vcs/git
344 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
345 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.310 2014/12/26 13:54:35 polynomial-c Exp $
346 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.311 2014/12/31 08:44:10 vapier Exp $
347 +
348 + 31 Dec 2014; Mike Frysinger <vapier@g.o> git-1.8.5.6.ebuild,
349 + git-1.9.5.ebuild, git-2.0.5.ebuild, git-2.1.4.ebuild, git-2.2.1.ebuild,
350 + git-9999-r1.ebuild, git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
351 + Drop unused empty vars that confuse helper tools like ekeyword.
352
353 26 Dec 2014; Lars Wendler <polynomial-c@g.o> -git-1.8.3.2-r1.ebuild,
354 -git-1.8.5.5.ebuild, -git-2.0.4.ebuild, -files/git-1.8.2-optional-cvs.patch,