Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-1.8.1.5-r1.ebuild git-1.8.5.3.ebuild git-1.8.5.4.ebuild ChangeLog git-1.8.4.5.ebuild git-9999.ebuild git-1.8.1.5.ebuild git-1.8.2.1.ebuild git-1.8.3.2-r1.ebuild
Date: Fri, 07 Feb 2014 07:59:09
Message-Id: 20140207075903.8E09A2004B@flycatcher.gentoo.org
1 polynomial-c 14/02/07 07:59:03
2
3 Modified: git-1.8.1.5-r1.ebuild git-1.8.5.3.ebuild
4 git-1.8.5.4.ebuild ChangeLog git-1.8.4.5.ebuild
5 git-9999.ebuild git-1.8.1.5.ebuild
6 git-1.8.2.1.ebuild git-1.8.3.2-r1.ebuild
7 Log:
8 Attempt to fix startup of git-daemon as non-root user (bug #460370). Added sys-devel/gettext to DEPEND when nls USE flag is enabled
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
11
12 Revision Changes Path
13 1.10 dev-vcs/git/git-1.8.1.5-r1.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?rev=1.10&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?rev=1.10&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild?r1=1.9&r2=1.10
18
19 Index: git-1.8.1.5-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v
22 retrieving revision 1.9
23 retrieving revision 1.10
24 diff -u -r1.9 -r1.10
25 --- git-1.8.1.5-r1.ebuild 4 Feb 2014 09:36:35 -0000 1.9
26 +++ git-1.8.1.5-r1.ebuild 7 Feb 2014 07:59:03 -0000 1.10
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-1.8.1.5-r1.ebuild,v 1.9 2014/02/04 09:36:35 polynomial-c Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5-r1.ebuild,v 1.10 2014/02/07 07:59:03 polynomial-c Exp $
32
33 EAPI=4
34
35 @@ -83,9 +83,8 @@
36 sys-apps/texinfo
37 app-text/xmlto
38 )
39 - test? (
40 - app-crypt/gnupg
41 - )"
42 + nls? ( sys-devel/gettext )
43 + test? ( app-crypt/gnupg )"
44
45 # Live ebuild builds man pages and HTML docs, additionally
46 if [[ ${PV} == *9999 ]]; then
47
48
49
50 1.3 dev-vcs/git/git-1.8.5.3.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.3.ebuild?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.3.ebuild?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.3.ebuild?r1=1.2&r2=1.3
55
56 Index: git-1.8.5.3.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.3.ebuild,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- git-1.8.5.3.ebuild 4 Feb 2014 09:36:35 -0000 1.2
63 +++ git-1.8.5.3.ebuild 7 Feb 2014 07:59:03 -0000 1.3
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.5.3.ebuild,v 1.2 2014/02/04 09:36:35 polynomial-c Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.3.ebuild,v 1.3 2014/02/07 07:59:03 polynomial-c Exp $
69
70 EAPI=5
71
72 @@ -88,9 +88,8 @@
73 sys-apps/texinfo
74 app-text/xmlto
75 )
76 - test? (
77 - app-crypt/gnupg
78 - )"
79 + nls? ( sys-devel/gettext )
80 + test? ( app-crypt/gnupg )"
81
82 # Live ebuild builds man pages and HTML docs, additionally
83 if [[ ${PV} == *9999 ]]; then
84
85
86
87 1.2 dev-vcs/git/git-1.8.5.4.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild?rev=1.2&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild?rev=1.2&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild?r1=1.1&r2=1.2
92
93 Index: git-1.8.5.4.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild,v
96 retrieving revision 1.1
97 retrieving revision 1.2
98 diff -u -r1.1 -r1.2
99 --- git-1.8.5.4.ebuild 6 Feb 2014 08:41:52 -0000 1.1
100 +++ git-1.8.5.4.ebuild 7 Feb 2014 07:59:03 -0000 1.2
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2014 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild,v 1.1 2014/02/06 08:41:52 polynomial-c Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild,v 1.2 2014/02/07 07:59:03 polynomial-c Exp $
106
107 EAPI=5
108
109 @@ -88,9 +88,8 @@
110 sys-apps/texinfo
111 app-text/xmlto
112 )
113 - test? (
114 - app-crypt/gnupg
115 - )"
116 + nls? ( sys-devel/gettext )
117 + test? ( app-crypt/gnupg )"
118
119 # Live ebuild builds man pages and HTML docs, additionally
120 if [[ ${PV} == *9999 ]]; then
121
122
123
124 1.245 dev-vcs/git/ChangeLog
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.245&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.245&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.244&r2=1.245
129
130 Index: ChangeLog
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
133 retrieving revision 1.244
134 retrieving revision 1.245
135 diff -u -r1.244 -r1.245
136 --- ChangeLog 6 Feb 2014 08:41:52 -0000 1.244
137 +++ ChangeLog 7 Feb 2014 07:59:03 -0000 1.245
138 @@ -1,6 +1,13 @@
139 # ChangeLog for dev-vcs/git
140 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
141 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.244 2014/02/06 08:41:52 polynomial-c Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.245 2014/02/07 07:59:03 polynomial-c Exp $
143 +
144 + 07 Feb 2014; Lars Wendler <polynomial-c@g.o> git-1.8.1.5.ebuild,
145 + git-1.8.1.5-r1.ebuild, git-1.8.2.1.ebuild, git-1.8.3.2-r1.ebuild,
146 + git-1.8.4.5.ebuild, git-1.8.5.3.ebuild, git-1.8.5.4.ebuild, git-9999.ebuild,
147 + files/git-daemon-r1.initd:
148 + Attempt to fix startup of git-daemon as non-root user (bug #460370). Added
149 + sys-devel/gettext to DEPEND when nls USE flag is enabled.
150
151 *git-1.8.5.4 (06 Feb 2014)
152
153
154
155
156 1.4 dev-vcs/git/git-1.8.4.5.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?rev=1.4&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?rev=1.4&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild?r1=1.3&r2=1.4
161
162 Index: git-1.8.4.5.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v
165 retrieving revision 1.3
166 retrieving revision 1.4
167 diff -u -r1.3 -r1.4
168 --- git-1.8.4.5.ebuild 4 Feb 2014 09:36:35 -0000 1.3
169 +++ git-1.8.4.5.ebuild 7 Feb 2014 07:59:03 -0000 1.4
170 @@ -1,6 +1,6 @@
171 # Copyright 1999-2014 Gentoo Foundation
172 # Distributed under the terms of the GNU General Public License v2
173 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v 1.3 2014/02/04 09:36:35 polynomial-c Exp $
174 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.5.ebuild,v 1.4 2014/02/07 07:59:03 polynomial-c Exp $
175
176 EAPI=5
177
178 @@ -84,9 +84,8 @@
179 sys-apps/texinfo
180 app-text/xmlto
181 )
182 - test? (
183 - app-crypt/gnupg
184 - )"
185 + nls? ( sys-devel/gettext )
186 + test? ( app-crypt/gnupg )"
187
188 # Live ebuild builds man pages and HTML docs, additionally
189 if [[ ${PV} == *9999 ]]; then
190
191
192
193 1.54 dev-vcs/git/git-9999.ebuild
194
195 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.54&view=markup
196 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.54&content-type=text/plain
197 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.53&r2=1.54
198
199 Index: git-9999.ebuild
200 ===================================================================
201 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
202 retrieving revision 1.53
203 retrieving revision 1.54
204 diff -u -r1.53 -r1.54
205 --- git-9999.ebuild 4 Feb 2014 09:36:35 -0000 1.53
206 +++ git-9999.ebuild 7 Feb 2014 07:59:03 -0000 1.54
207 @@ -1,6 +1,6 @@
208 # Copyright 1999-2014 Gentoo Foundation
209 # Distributed under the terms of the GNU General Public License v2
210 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.53 2014/02/04 09:36:35 polynomial-c Exp $
211 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.54 2014/02/07 07:59:03 polynomial-c Exp $
212
213 EAPI=5
214
215 @@ -88,9 +88,8 @@
216 sys-apps/texinfo
217 app-text/xmlto
218 )
219 - test? (
220 - app-crypt/gnupg
221 - )"
222 + nls? ( sys-devel/gettext )
223 + test? ( app-crypt/gnupg )"
224
225 # Live ebuild builds man pages and HTML docs, additionally
226 if [[ ${PV} == *9999 ]]; then
227
228
229
230 1.16 dev-vcs/git/git-1.8.1.5.ebuild
231
232 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?rev=1.16&view=markup
233 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?rev=1.16&content-type=text/plain
234 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild?r1=1.15&r2=1.16
235
236 Index: git-1.8.1.5.ebuild
237 ===================================================================
238 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v
239 retrieving revision 1.15
240 retrieving revision 1.16
241 diff -u -r1.15 -r1.16
242 --- git-1.8.1.5.ebuild 4 Feb 2014 09:36:35 -0000 1.15
243 +++ git-1.8.1.5.ebuild 7 Feb 2014 07:59:03 -0000 1.16
244 @@ -1,6 +1,6 @@
245 # Copyright 1999-2014 Gentoo Foundation
246 # Distributed under the terms of the GNU General Public License v2
247 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v 1.15 2014/02/04 09:36:35 polynomial-c Exp $
248 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.1.5.ebuild,v 1.16 2014/02/07 07:59:03 polynomial-c Exp $
249
250 EAPI=4
251
252 @@ -83,9 +83,8 @@
253 sys-apps/texinfo
254 app-text/xmlto
255 )
256 - test? (
257 - app-crypt/gnupg
258 - )"
259 + nls? ( sys-devel/gettext )
260 + test? ( app-crypt/gnupg )"
261
262 # Live ebuild builds man pages and HTML docs, additionally
263 if [[ ${PV} == *9999 ]]; then
264
265
266
267 1.8 dev-vcs/git/git-1.8.2.1.ebuild
268
269 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?rev=1.8&view=markup
270 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?rev=1.8&content-type=text/plain
271 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild?r1=1.7&r2=1.8
272
273 Index: git-1.8.2.1.ebuild
274 ===================================================================
275 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v
276 retrieving revision 1.7
277 retrieving revision 1.8
278 diff -u -r1.7 -r1.8
279 --- git-1.8.2.1.ebuild 4 Feb 2014 09:36:35 -0000 1.7
280 +++ git-1.8.2.1.ebuild 7 Feb 2014 07:59:03 -0000 1.8
281 @@ -1,6 +1,6 @@
282 # Copyright 1999-2014 Gentoo Foundation
283 # Distributed under the terms of the GNU General Public License v2
284 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.7 2014/02/04 09:36:35 polynomial-c Exp $
285 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.2.1.ebuild,v 1.8 2014/02/07 07:59:03 polynomial-c Exp $
286
287 EAPI=4
288
289 @@ -83,9 +83,8 @@
290 sys-apps/texinfo
291 app-text/xmlto
292 )
293 - test? (
294 - app-crypt/gnupg
295 - )"
296 + nls? ( sys-devel/gettext )
297 + test? ( app-crypt/gnupg )"
298
299 # Live ebuild builds man pages and HTML docs, additionally
300 if [[ ${PV} == *9999 ]]; then
301
302
303
304 1.12 dev-vcs/git/git-1.8.3.2-r1.ebuild
305
306 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?rev=1.12&view=markup
307 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?rev=1.12&content-type=text/plain
308 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild?r1=1.11&r2=1.12
309
310 Index: git-1.8.3.2-r1.ebuild
311 ===================================================================
312 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v
313 retrieving revision 1.11
314 retrieving revision 1.12
315 diff -u -r1.11 -r1.12
316 --- git-1.8.3.2-r1.ebuild 18 Jan 2014 09:26:02 -0000 1.11
317 +++ git-1.8.3.2-r1.ebuild 7 Feb 2014 07:59:03 -0000 1.12
318 @@ -1,6 +1,6 @@
319 # Copyright 1999-2014 Gentoo Foundation
320 # Distributed under the terms of the GNU General Public License v2
321 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v 1.11 2014/01/18 09:26:02 vapier Exp $
322 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.3.2-r1.ebuild,v 1.12 2014/02/07 07:59:03 polynomial-c Exp $
323
324 EAPI=5
325
326 @@ -84,9 +84,8 @@
327 sys-apps/texinfo
328 app-text/xmlto
329 )
330 - test? (
331 - app-crypt/gnupg
332 - )"
333 + nls? ( sys-devel/gettext )
334 + test? ( app-crypt/gnupg )"
335
336 # Live ebuild builds man pages and HTML docs, additionally
337 if [[ ${PV} == *9999 ]]; then