Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.0.30.ebuild samba-3.0.33.ebuild samba-3.0.31.ebuild ChangeLog samba-3.0.32.ebuild samba-3.0.28a-r1.ebuild samba-3.0.28.ebuild samba-3.2.0_rc2.ebuild samba-3.2.11.ebuild samba-3.0.34.ebuild
Date: Fri, 29 May 2009 19:55:02
Message-Id: E1MA8AO-0007Ab-HE@stork.gentoo.org
1 flameeyes 09/05/29 19:55:00
2
3 Modified: samba-3.0.30.ebuild samba-3.0.33.ebuild
4 samba-3.0.31.ebuild ChangeLog samba-3.0.32.ebuild
5 samba-3.0.28a-r1.ebuild samba-3.0.28.ebuild
6 samba-3.2.0_rc2.ebuild samba-3.2.11.ebuild
7 samba-3.0.34.ebuild
8 Log:
9 Replace kernel-conditional dependency on sys-apps/acl with virtual/acl.
10 (Portage version: 2.2_rc33/cvs/Linux x86_64)
11
12 Revision Changes Path
13 1.2 net-fs/samba/samba-3.0.30.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild?r1=1.1&r2=1.2
18
19 Index: samba-3.0.30.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- samba-3.0.30.ebuild 31 May 2008 08:27:47 -0000 1.1
26 +++ samba-3.0.30.ebuild 29 May 2009 19:55:00 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2008 Gentoo Foundation
29 +# Copyright 1999-2009 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild,v 1.1 2008/05/31 08:27:47 dev-zero Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.30.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
33
34 inherit autotools eutils pam python multilib versionator confutils
35
36 @@ -19,7 +19,7 @@
37
38 RDEPEND="dev-libs/popt
39 virtual/libiconv
40 - acl? ( kernel_linux? ( sys-apps/acl ) )
41 + acl? ( virtual/acl )
42 cups? ( net-print/cups )
43 ipv6? ( sys-apps/xinetd )
44 ads? ( virtual/krb5 )
45
46
47
48 1.9 net-fs/samba/samba-3.0.33.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild?r1=1.8&r2=1.9
53
54 Index: samba-3.0.33.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- samba-3.0.33.ebuild 4 Jan 2009 17:51:15 -0000 1.8
61 +++ samba-3.0.33.ebuild 29 May 2009 19:55:00 -0000 1.9
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2009 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild,v 1.8 2009/01/04 17:51:15 armin76 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.33.ebuild,v 1.9 2009/05/29 19:55:00 flameeyes Exp $
67
68 inherit autotools eutils pam python multilib versionator confutils
69
70 @@ -20,7 +20,7 @@
71
72 RDEPEND="dev-libs/popt
73 virtual/libiconv
74 - acl? ( kernel_linux? ( sys-apps/acl ) )
75 + acl? ( virtual/acl )
76 cups? ( net-print/cups )
77 ipv6? ( sys-apps/xinetd )
78 ads? ( virtual/krb5 )
79
80
81
82 1.2 net-fs/samba/samba-3.0.31.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild?r1=1.1&r2=1.2
87
88 Index: samba-3.0.31.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- samba-3.0.31.ebuild 8 Aug 2008 15:36:41 -0000 1.1
95 +++ samba-3.0.31.ebuild 29 May 2009 19:55:00 -0000 1.2
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2008 Gentoo Foundation
98 +# Copyright 1999-2009 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild,v 1.1 2008/08/08 15:36:41 dev-zero Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.31.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
102
103 inherit autotools eutils pam python multilib versionator confutils
104
105 @@ -20,7 +20,7 @@
106
107 RDEPEND="dev-libs/popt
108 virtual/libiconv
109 - acl? ( kernel_linux? ( sys-apps/acl ) )
110 + acl? ( virtual/acl )
111 cups? ( net-print/cups )
112 ipv6? ( sys-apps/xinetd )
113 ads? ( virtual/krb5 )
114
115
116
117 1.355 net-fs/samba/ChangeLog
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.355&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?rev=1.355&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/ChangeLog?r1=1.354&r2=1.355
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
126 retrieving revision 1.354
127 retrieving revision 1.355
128 diff -u -r1.354 -r1.355
129 --- ChangeLog 23 Apr 2009 14:12:52 -0000 1.354
130 +++ ChangeLog 29 May 2009 19:55:00 -0000 1.355
131 @@ -1,6 +1,12 @@
132 # ChangeLog for net-fs/samba
133 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.354 2009/04/23 14:12:52 patrick Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.355 2009/05/29 19:55:00 flameeyes Exp $
136 +
137 + 29 May 2009; Diego E. Pettenò <flameeyes@g.o> samba-3.0.28.ebuild,
138 + samba-3.0.28a-r1.ebuild, samba-3.0.30.ebuild, samba-3.0.31.ebuild,
139 + samba-3.0.32.ebuild, samba-3.0.33.ebuild, samba-3.0.34.ebuild,
140 + samba-3.2.0_rc2.ebuild, samba-3.2.11.ebuild:
141 + Replace kernel-conditional dependency on sys-apps/acl with virtual/acl.
142
143 *samba-3.2.11 (23 Apr 2009)
144
145
146
147
148 1.8 net-fs/samba/samba-3.0.32.ebuild
149
150 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild?rev=1.8&view=markup
151 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild?rev=1.8&content-type=text/plain
152 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild?r1=1.7&r2=1.8
153
154 Index: samba-3.0.32.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild,v
157 retrieving revision 1.7
158 retrieving revision 1.8
159 diff -u -r1.7 -r1.8
160 --- samba-3.0.32.ebuild 5 Nov 2008 00:38:30 -0000 1.7
161 +++ samba-3.0.32.ebuild 29 May 2009 19:55:00 -0000 1.8
162 @@ -1,6 +1,6 @@
163 -# Copyright 1999-2008 Gentoo Foundation
164 +# Copyright 1999-2009 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild,v 1.7 2008/11/05 00:38:30 vapier Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.32.ebuild,v 1.8 2009/05/29 19:55:00 flameeyes Exp $
168
169 inherit autotools eutils pam python multilib versionator confutils
170
171 @@ -20,7 +20,7 @@
172
173 RDEPEND="dev-libs/popt
174 virtual/libiconv
175 - acl? ( kernel_linux? ( sys-apps/acl ) )
176 + acl? ( virtual/acl )
177 cups? ( net-print/cups )
178 ipv6? ( sys-apps/xinetd )
179 ads? ( virtual/krb5 )
180
181
182
183 1.4 net-fs/samba/samba-3.0.28a-r1.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild?rev=1.4&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild?rev=1.4&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild?r1=1.3&r2=1.4
188
189 Index: samba-3.0.28a-r1.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild,v
192 retrieving revision 1.3
193 retrieving revision 1.4
194 diff -u -r1.3 -r1.4
195 --- samba-3.0.28a-r1.ebuild 5 Nov 2008 00:38:30 -0000 1.3
196 +++ samba-3.0.28a-r1.ebuild 29 May 2009 19:55:00 -0000 1.4
197 @@ -1,6 +1,6 @@
198 -# Copyright 1999-2008 Gentoo Foundation
199 +# Copyright 1999-2009 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild,v 1.3 2008/11/05 00:38:30 vapier Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28a-r1.ebuild,v 1.4 2009/05/29 19:55:00 flameeyes Exp $
203
204 inherit autotools eutils pam python multilib versionator confutils
205
206 @@ -19,7 +19,7 @@
207
208 RDEPEND="dev-libs/popt
209 virtual/libiconv
210 - acl? ( kernel_linux? ( sys-apps/acl ) )
211 + acl? ( virtual/acl )
212 cups? ( net-print/cups )
213 ipv6? ( sys-apps/xinetd )
214 ads? ( virtual/krb5 )
215
216
217
218 1.7 net-fs/samba/samba-3.0.28.ebuild
219
220 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.7&view=markup
221 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?rev=1.7&content-type=text/plain
222 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild?r1=1.6&r2=1.7
223
224 Index: samba-3.0.28.ebuild
225 ===================================================================
226 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v
227 retrieving revision 1.6
228 retrieving revision 1.7
229 diff -u -r1.6 -r1.7
230 --- samba-3.0.28.ebuild 21 Apr 2008 22:07:48 -0000 1.6
231 +++ samba-3.0.28.ebuild 29 May 2009 19:55:00 -0000 1.7
232 @@ -1,6 +1,6 @@
233 -# Copyright 1999-2008 Gentoo Foundation
234 +# Copyright 1999-2009 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.6 2008/04/21 22:07:48 dev-zero Exp $
237 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.7 2009/05/29 19:55:00 flameeyes Exp $
238
239 inherit autotools eutils pam python multilib versionator confutils
240
241 @@ -19,7 +19,7 @@
242
243 RDEPEND="dev-libs/popt
244 virtual/libiconv
245 - acl? ( kernel_linux? ( sys-apps/acl ) )
246 + acl? ( virtual/acl )
247 cups? ( net-print/cups )
248 ipv6? ( sys-apps/xinetd )
249 ads? ( virtual/krb5 )
250
251
252
253 1.2 net-fs/samba/samba-3.2.0_rc2.ebuild
254
255 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild?rev=1.2&view=markup
256 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild?rev=1.2&content-type=text/plain
257 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild?r1=1.1&r2=1.2
258
259 Index: samba-3.2.0_rc2.ebuild
260 ===================================================================
261 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild,v
262 retrieving revision 1.1
263 retrieving revision 1.2
264 diff -u -r1.1 -r1.2
265 --- samba-3.2.0_rc2.ebuild 12 Jun 2008 12:10:25 -0000 1.1
266 +++ samba-3.2.0_rc2.ebuild 29 May 2009 19:55:00 -0000 1.2
267 @@ -1,6 +1,6 @@
268 -# Copyright 1999-2008 Gentoo Foundation
269 +# Copyright 1999-2009 Gentoo Foundation
270 # Distributed under the terms of the GNU General Public License v2
271 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild,v 1.1 2008/06/12 12:10:25 dev-zero Exp $
272 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.0_rc2.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
273
274 inherit eutils pam multilib versionator confutils
275
276 @@ -19,7 +19,7 @@
277 RDEPEND="dev-libs/popt
278 dev-libs/iniparser
279 virtual/libiconv
280 - acl? ( kernel_linux? ( sys-apps/acl ) )
281 + acl? ( virtual/acl )
282 cups? ( net-print/cups )
283 ipv6? ( sys-apps/xinetd )
284 ads? ( virtual/krb5 sys-fs/e2fsprogs )
285
286
287
288 1.2 net-fs/samba/samba-3.2.11.ebuild
289
290 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild?rev=1.2&view=markup
291 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild?rev=1.2&content-type=text/plain
292 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild?r1=1.1&r2=1.2
293
294 Index: samba-3.2.11.ebuild
295 ===================================================================
296 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild,v
297 retrieving revision 1.1
298 retrieving revision 1.2
299 diff -u -r1.1 -r1.2
300 --- samba-3.2.11.ebuild 23 Apr 2009 14:12:52 -0000 1.1
301 +++ samba-3.2.11.ebuild 29 May 2009 19:55:00 -0000 1.2
302 @@ -1,6 +1,6 @@
303 # Copyright 1999-2009 Gentoo Foundation
304 # Distributed under the terms of the GNU General Public License v2
305 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild,v 1.1 2009/04/23 14:12:52 patrick Exp $
306 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.2.11.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
307
308 inherit eutils pam multilib versionator confutils
309
310 @@ -19,7 +19,7 @@
311 RDEPEND="dev-libs/popt
312 dev-libs/iniparser
313 virtual/libiconv
314 - acl? ( kernel_linux? ( sys-apps/acl ) )
315 + acl? ( virtual/acl )
316 cups? ( net-print/cups )
317 ipv6? ( sys-apps/xinetd )
318 ads? ( virtual/krb5 sys-fs/e2fsprogs )
319
320
321
322 1.2 net-fs/samba/samba-3.0.34.ebuild
323
324 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild?rev=1.2&view=markup
325 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild?rev=1.2&content-type=text/plain
326 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild?r1=1.1&r2=1.2
327
328 Index: samba-3.0.34.ebuild
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v
331 retrieving revision 1.1
332 retrieving revision 1.2
333 diff -u -r1.1 -r1.2
334 --- samba-3.0.34.ebuild 29 Mar 2009 16:49:58 -0000 1.1
335 +++ samba-3.0.34.ebuild 29 May 2009 19:55:00 -0000 1.2
336 @@ -1,6 +1,6 @@
337 # Copyright 1999-2009 Gentoo Foundation
338 # Distributed under the terms of the GNU General Public License v2
339 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.1 2009/03/29 16:49:58 patrick Exp $
340 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.2 2009/05/29 19:55:00 flameeyes Exp $
341
342 inherit autotools eutils pam python multilib versionator confutils
343
344 @@ -20,7 +20,7 @@
345
346 RDEPEND="dev-libs/popt
347 virtual/libiconv
348 - acl? ( kernel_linux? ( sys-apps/acl ) )
349 + acl? ( virtual/acl )
350 cups? ( net-print/cups )
351 ipv6? ( sys-apps/xinetd )
352 ads? ( virtual/krb5 )