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 sys-auth/nss_ldap: nss_ldap-254.ebuild nss_ldap-253-r1.ebuild nss_ldap-250-r1.ebuild nss_ldap-253.ebuild ChangeLog nss_ldap-250.ebuild nss_ldap-257.ebuild nss_ldap-249.ebuild nss_ldap-252.ebuild nss_ldap-239-r1.ebuild
Date: Tue, 09 Oct 2007 23:49:32
Message-Id: E1IfOfz-0006GJ-Tz@stork.gentoo.org
1 robbat2 07/10/09 23:39:47
2
3 Modified: nss_ldap-254.ebuild nss_ldap-253-r1.ebuild
4 nss_ldap-250-r1.ebuild nss_ldap-253.ebuild
5 ChangeLog nss_ldap-250.ebuild nss_ldap-257.ebuild
6 nss_ldap-249.ebuild nss_ldap-252.ebuild
7 nss_ldap-239-r1.ebuild
8 Log:
9 Fix quoting for all ebuilds.
10 (Portage version: 2.1.3.12)
11
12 Revision Changes Path
13 1.2 sys-auth/nss_ldap/nss_ldap-254.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild?r1=1.1&r2=1.2
18
19 Index: nss_ldap-254.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- nss_ldap-254.ebuild 6 Feb 2007 04:50:25 -0000 1.1
26 +++ nss_ldap-254.ebuild 9 Oct 2007 23:39:47 -0000 1.2
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2007 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v 1.1 2007/02/06 04:50:25 robbat2 Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-254.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
32
33 inherit fixheadtails eutils multilib
34
35 @@ -22,22 +22,22 @@
36
37 src_unpack() {
38 unpack ${A}
39 - cd ${S}
40 - epatch ${FILESDIR}/nsswitch.ldap.diff
41 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
42 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
43 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
44 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-254-nss_getgrent_skipmembers.patch
45 + cd "${S}"
46 + epatch "${FILESDIR}"/nsswitch.ldap.diff
47 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
48 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
49 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
50 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-254-nss_getgrent_skipmembers.patch
51 sed -i.orig \
52 -e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
53 - ${S}/ldap.conf || die "failed to clean up initial version marker"
54 + "${S}"/ldap.conf || die "failed to clean up initial version marker"
55 # fix head/tail stuff
56 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
57 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
58 # fix build borkage
59 for i in Makefile.{in,am}; do
60 sed -i.orig \
61 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
62 - ${S}/$i
63 + "${S}"/$i
64 done
65 }
66
67
68
69
70 1.2 sys-auth/nss_ldap/nss_ldap-253-r1.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?rev=1.2&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?rev=1.2&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild?r1=1.1&r2=1.2
75
76 Index: nss_ldap-253-r1.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v
79 retrieving revision 1.1
80 retrieving revision 1.2
81 diff -u -r1.1 -r1.2
82 --- nss_ldap-253-r1.ebuild 6 Feb 2007 04:48:04 -0000 1.1
83 +++ nss_ldap-253-r1.ebuild 9 Oct 2007 23:39:47 -0000 1.2
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2007 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v 1.1 2007/02/06 04:48:04 robbat2 Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253-r1.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
89
90 inherit fixheadtails eutils multilib
91
92 @@ -22,21 +22,21 @@
93
94 src_unpack() {
95 unpack ${A}
96 - cd ${S}
97 - epatch ${FILESDIR}/nsswitch.ldap.diff
98 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
99 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
100 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
101 + cd "${S}"
102 + epatch "${FILESDIR}"/nsswitch.ldap.diff
103 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
104 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
105 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
106 sed -i.orig \
107 -e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
108 - ${S}/ldap.conf || die "failed to clean up initial version marker"
109 + "${S}"/ldap.conf || die "failed to clean up initial version marker"
110 # fix head/tail stuff
111 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
112 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
113 # fix build borkage
114 for i in Makefile.{in,am}; do
115 sed -i.orig \
116 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
117 - ${S}/$i
118 + "${S}"/$i
119 done
120 }
121
122
123
124
125 1.3 sys-auth/nss_ldap/nss_ldap-250-r1.ebuild
126
127 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?rev=1.3&view=markup
128 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?rev=1.3&content-type=text/plain
129 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild?r1=1.2&r2=1.3
130
131 Index: nss_ldap-250-r1.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v
134 retrieving revision 1.2
135 retrieving revision 1.3
136 diff -u -r1.2 -r1.3
137 --- nss_ldap-250-r1.ebuild 5 Jan 2007 09:12:30 -0000 1.2
138 +++ nss_ldap-250-r1.ebuild 9 Oct 2007 23:39:47 -0000 1.3
139 @@ -1,6 +1,6 @@
140 # Copyright 1999-2007 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v 1.2 2007/01/05 09:12:30 flameeyes Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250-r1.ebuild,v 1.3 2007/10/09 23:39:47 robbat2 Exp $
144
145 inherit fixheadtails eutils multilib
146
147 @@ -20,18 +20,18 @@
148
149 src_unpack() {
150 unpack ${A}
151 - cd ${S}
152 - epatch ${FILESDIR}/nsswitch.ldap.diff
153 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
154 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
155 - epatch ${FILESDIR}/${PN}-250-reconnect-timeouts.patch
156 + cd "${S}"
157 + epatch "${FILESDIR}"/nsswitch.ldap.diff
158 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
159 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
160 + epatch "${FILESDIR}"/${PN}-250-reconnect-timeouts.patch
161 # fix head/tail stuff
162 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
163 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
164 # fix build borkage
165 for i in Makefile.{in,am}; do
166 sed -i.orig \
167 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
168 - ${S}/$i
169 + "${S}"/$i
170 done
171 }
172
173
174
175
176 1.10 sys-auth/nss_ldap/nss_ldap-253.ebuild
177
178 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?rev=1.10&view=markup
179 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?rev=1.10&content-type=text/plain
180 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild?r1=1.9&r2=1.10
181
182 Index: nss_ldap-253.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v
185 retrieving revision 1.9
186 retrieving revision 1.10
187 diff -u -r1.9 -r1.10
188 --- nss_ldap-253.ebuild 27 Jan 2007 03:27:17 -0000 1.9
189 +++ nss_ldap-253.ebuild 9 Oct 2007 23:39:47 -0000 1.10
190 @@ -1,6 +1,6 @@
191 # Copyright 1999-2007 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v 1.9 2007/01/27 03:27:17 jer Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-253.ebuild,v 1.10 2007/10/09 23:39:47 robbat2 Exp $
195
196 inherit fixheadtails eutils multilib
197
198 @@ -21,21 +21,21 @@
199
200 src_unpack() {
201 unpack ${A}
202 - cd ${S}
203 - epatch ${FILESDIR}/nsswitch.ldap.diff
204 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
205 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
206 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
207 + cd "${S}"
208 + epatch "${FILESDIR}"/nsswitch.ldap.diff
209 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
210 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
211 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
212 sed -i.orig \
213 -e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
214 - ${S}/ldap.conf || die "failed to clean up initial version marker"
215 + "${S}"/ldap.conf || die "failed to clean up initial version marker"
216 # fix head/tail stuff
217 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
218 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
219 # fix build borkage
220 for i in Makefile.{in,am}; do
221 sed -i.orig \
222 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
223 - ${S}/$i
224 + "${S}"/$i
225 done
226 }
227
228
229
230
231 1.42 sys-auth/nss_ldap/ChangeLog
232
233 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.42&view=markup
234 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?rev=1.42&content-type=text/plain
235 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/ChangeLog?r1=1.41&r2=1.42
236
237 Index: ChangeLog
238 ===================================================================
239 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v
240 retrieving revision 1.41
241 retrieving revision 1.42
242 diff -u -r1.41 -r1.42
243 --- ChangeLog 18 Sep 2007 23:18:35 -0000 1.41
244 +++ ChangeLog 9 Oct 2007 23:39:47 -0000 1.42
245 @@ -1,6 +1,12 @@
246 # ChangeLog for sys-auth/nss_ldap
247 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
248 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.41 2007/09/18 23:18:35 robbat2 Exp $
249 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/ChangeLog,v 1.42 2007/10/09 23:39:47 robbat2 Exp $
250 +
251 + 09 Oct 2007; Robin H. Johnson <robbat2@g.o> nss_ldap-239-r1.ebuild,
252 + nss_ldap-249.ebuild, nss_ldap-250.ebuild, nss_ldap-250-r1.ebuild,
253 + nss_ldap-252.ebuild, nss_ldap-253.ebuild, nss_ldap-253-r1.ebuild,
254 + nss_ldap-254.ebuild, nss_ldap-257.ebuild:
255 + Fix quoting for all ebuilds.
256
257 *nss_ldap-257 (18 Sep 2007)
258
259
260
261
262 1.4 sys-auth/nss_ldap/nss_ldap-250.ebuild
263
264 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?rev=1.4&view=markup
265 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?rev=1.4&content-type=text/plain
266 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild?r1=1.3&r2=1.4
267
268 Index: nss_ldap-250.ebuild
269 ===================================================================
270 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v
271 retrieving revision 1.3
272 retrieving revision 1.4
273 diff -u -r1.3 -r1.4
274 --- nss_ldap-250.ebuild 5 Jan 2007 09:12:30 -0000 1.3
275 +++ nss_ldap-250.ebuild 9 Oct 2007 23:39:47 -0000 1.4
276 @@ -1,6 +1,6 @@
277 # Copyright 1999-2007 Gentoo Foundation
278 # Distributed under the terms of the GNU General Public License v2
279 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.3 2007/01/05 09:12:30 flameeyes Exp $
280 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-250.ebuild,v 1.4 2007/10/09 23:39:47 robbat2 Exp $
281
282 inherit fixheadtails eutils multilib
283
284 @@ -20,17 +20,17 @@
285
286 src_unpack() {
287 unpack ${A}
288 - cd ${S}
289 - epatch ${FILESDIR}/nsswitch.ldap.diff
290 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
291 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
292 + cd "${S}"
293 + epatch "${FILESDIR}"/nsswitch.ldap.diff
294 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
295 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
296 # fix head/tail stuff
297 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
298 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
299 # fix build borkage
300 for i in Makefile.{in,am}; do
301 sed -i.orig \
302 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
303 - ${S}/$i
304 + "${S}"/$i
305 done
306 }
307
308
309
310
311 1.2 sys-auth/nss_ldap/nss_ldap-257.ebuild
312
313 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?rev=1.2&view=markup
314 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?rev=1.2&content-type=text/plain
315 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild?r1=1.1&r2=1.2
316
317 Index: nss_ldap-257.ebuild
318 ===================================================================
319 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v
320 retrieving revision 1.1
321 retrieving revision 1.2
322 diff -u -r1.1 -r1.2
323 --- nss_ldap-257.ebuild 18 Sep 2007 23:18:35 -0000 1.1
324 +++ nss_ldap-257.ebuild 9 Oct 2007 23:39:47 -0000 1.2
325 @@ -1,6 +1,6 @@
326 # Copyright 1999-2007 Gentoo Foundation
327 # Distributed under the terms of the GNU General Public License v2
328 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v 1.1 2007/09/18 23:18:35 robbat2 Exp $
329 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-257.ebuild,v 1.2 2007/10/09 23:39:47 robbat2 Exp $
330
331 inherit fixheadtails eutils multilib
332
333 @@ -22,24 +22,24 @@
334
335 src_unpack() {
336 unpack ${A}
337 - cd ${S}
338 - epatch ${FILESDIR}/nsswitch.ldap.diff
339 + cd "${S}"
340 + epatch "${FILESDIR}"/nsswitch.ldap.diff
341 # Applied by upstream
342 - #epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
343 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
344 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
345 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-254-nss_getgrent_skipmembers.patch
346 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-257-nss_max_group_depth.patch
347 + #epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
348 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
349 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
350 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-254-nss_getgrent_skipmembers.patch
351 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-257-nss_max_group_depth.patch
352 sed -i.orig \
353 -e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
354 - ${S}/ldap.conf || die "failed to clean up initial version marker"
355 + "${S}"/ldap.conf || die "failed to clean up initial version marker"
356 # fix head/tail stuff
357 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
358 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
359 # fix build borkage
360 for i in Makefile.{in,am}; do
361 sed -i.orig \
362 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
363 - ${S}/$i
364 + "${S}"/$i
365 done
366 }
367
368
369
370
371 1.8 sys-auth/nss_ldap/nss_ldap-249.ebuild
372
373 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?rev=1.8&view=markup
374 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?rev=1.8&content-type=text/plain
375 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild?r1=1.7&r2=1.8
376
377 Index: nss_ldap-249.ebuild
378 ===================================================================
379 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v
380 retrieving revision 1.7
381 retrieving revision 1.8
382 diff -u -r1.7 -r1.8
383 --- nss_ldap-249.ebuild 5 Jan 2007 09:12:30 -0000 1.7
384 +++ nss_ldap-249.ebuild 9 Oct 2007 23:39:47 -0000 1.8
385 @@ -1,6 +1,6 @@
386 # Copyright 1999-2007 Gentoo Foundation
387 # Distributed under the terms of the GNU General Public License v2
388 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v 1.7 2007/01/05 09:12:30 flameeyes Exp $
389 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-249.ebuild,v 1.8 2007/10/09 23:39:47 robbat2 Exp $
390
391 inherit fixheadtails eutils multilib
392
393 @@ -19,12 +19,12 @@
394
395 src_unpack() {
396 unpack ${A}
397 - cd ${S}
398 - epatch ${FILESDIR}/nsswitch.ldap.diff
399 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
400 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
401 + cd "${S}"
402 + epatch "${FILESDIR}"/nsswitch.ldap.diff
403 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
404 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
405 # fix head/tail stuff
406 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
407 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
408 }
409
410 src_compile() {
411 @@ -45,7 +45,7 @@
412 src_install() {
413 dodir /$(get_libdir)
414
415 - make DESTDIR=${D} install || die "make install failed"
416 + make DESTDIR="${D}" install || die "make install failed"
417
418 insinto /etc
419 doins ldap.conf
420
421
422
423 1.3 sys-auth/nss_ldap/nss_ldap-252.ebuild
424
425 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?rev=1.3&view=markup
426 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?rev=1.3&content-type=text/plain
427 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild?r1=1.2&r2=1.3
428
429 Index: nss_ldap-252.ebuild
430 ===================================================================
431 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v
432 retrieving revision 1.2
433 retrieving revision 1.3
434 diff -u -r1.2 -r1.3
435 --- nss_ldap-252.ebuild 5 Jan 2007 09:12:30 -0000 1.2
436 +++ nss_ldap-252.ebuild 9 Oct 2007 23:39:47 -0000 1.3
437 @@ -1,6 +1,6 @@
438 # Copyright 1999-2007 Gentoo Foundation
439 # Distributed under the terms of the GNU General Public License v2
440 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v 1.2 2007/01/05 09:12:30 flameeyes Exp $
441 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-252.ebuild,v 1.3 2007/10/09 23:39:47 robbat2 Exp $
442
443 inherit fixheadtails eutils multilib
444
445 @@ -21,21 +21,21 @@
446
447 src_unpack() {
448 unpack ${A}
449 - cd ${S}
450 - epatch ${FILESDIR}/nsswitch.ldap.diff
451 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
452 - epatch ${FILESDIR}/${PN}-249-sasl-compile.patch
453 - EPATCH_OPTS="-p1 -d ${S}" epatch ${FILESDIR}/${PN}-252-reconnect-timeouts.patch
454 + cd "${S}"
455 + epatch "${FILESDIR}"/nsswitch.ldap.diff
456 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
457 + epatch "${FILESDIR}"/${PN}-249-sasl-compile.patch
458 + EPATCH_OPTS="-p1 -d ${S}" epatch "${FILESDIR}"/${PN}-252-reconnect-timeouts.patch
459 sed -i.orig \
460 -e '/^ @(#)\$Id: ldap.conf,v/s,^,#,' \
461 - ${S}/ldap.conf || die "failed to clean up initial version marker"
462 + "${S}"/ldap.conf || die "failed to clean up initial version marker"
463 # fix head/tail stuff
464 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
465 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
466 # fix build borkage
467 for i in Makefile.{in,am}; do
468 sed -i.orig \
469 -e '/^install-exec-local: nss_ldap.so/s,nss_ldap.so,,g' \
470 - ${S}/$i
471 + "${S}"/$i
472 done
473 }
474
475
476
477
478 1.13 sys-auth/nss_ldap/nss_ldap-239-r1.ebuild
479
480 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?rev=1.13&view=markup
481 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?rev=1.13&content-type=text/plain
482 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild?r1=1.12&r2=1.13
483
484 Index: nss_ldap-239-r1.ebuild
485 ===================================================================
486 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v
487 retrieving revision 1.12
488 retrieving revision 1.13
489 diff -u -r1.12 -r1.13
490 --- nss_ldap-239-r1.ebuild 5 Jan 2007 09:12:30 -0000 1.12
491 +++ nss_ldap-239-r1.ebuild 9 Oct 2007 23:39:47 -0000 1.13
492 @@ -1,6 +1,6 @@
493 # Copyright 1999-2007 Gentoo Foundation
494 # Distributed under the terms of the GNU General Public License v2
495 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.12 2007/01/05 09:12:30 flameeyes Exp $
496 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss_ldap/nss_ldap-239-r1.ebuild,v 1.13 2007/10/09 23:39:47 robbat2 Exp $
497
498 inherit fixheadtails eutils multilib
499
500 @@ -19,11 +19,11 @@
501
502 src_unpack() {
503 unpack ${A}
504 - cd ${S}
505 - epatch ${FILESDIR}/nsswitch.ldap.diff
506 - epatch ${FILESDIR}/${PN}-239-tls-security-bug.patch
507 + cd "${S}"
508 + epatch "${FILESDIR}"/nsswitch.ldap.diff
509 + epatch "${FILESDIR}"/${PN}-239-tls-security-bug.patch
510 # fix head/tail stuff
511 - ht_fix_file ${S}/Makefile.am ${S}/Makefile.in ${S}/depcomp
512 + ht_fix_file "${S}"/Makefile.am "${S}"/Makefile.in "${S}"/depcomp
513 }
514
515 src_compile() {
516 @@ -44,7 +44,7 @@
517 src_install() {
518 dodir /$(get_libdir)
519
520 - make DESTDIR=${D} install || die "make install failed"
521 + make DESTDIR="${D}" install || die "make install failed"
522
523 insinto /etc
524 doins ldap.conf
525
526
527
528 --
529 gentoo-commits@g.o mailing list