Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild samba-4.1.17.ebuild samba-3.5.21.ebuild samba-4.0.26.ebuild samba-4.1.18.ebuild samba-4.0.25.ebuild samba-3.5.22.ebuild samba-4.2.0.ebuild ChangeLog
Date: Wed, 03 Jun 2015 17:03:50
Message-Id: 20150603170341.0643AA24@oystercatcher.gentoo.org
1 vapier 15/06/03 17:03:41
2
3 Modified: samba-3.6.24.ebuild samba-4.1.17.ebuild
4 samba-3.5.21.ebuild samba-4.0.26.ebuild
5 samba-4.1.18.ebuild samba-4.0.25.ebuild
6 samba-3.5.22.ebuild samba-4.2.0.ebuild ChangeLog
7 Log:
8 Use SYSROOT when looking for et headers to help cross-compiling; fix by Nam Nguyen from Chromium OS.
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
11
12 Revision Changes Path
13 1.12 net-fs/samba/samba-3.6.24.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.12&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.12&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.11&r2=1.12
18
19 Index: samba-3.6.24.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
22 retrieving revision 1.11
23 retrieving revision 1.12
24 diff -u -r1.11 -r1.12
25 --- samba-3.6.24.ebuild 26 Dec 2014 09:18:35 -0000 1.11
26 +++ samba-3.6.24.ebuild 3 Jun 2015 17:03:40 -0000 1.12
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 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.6.24.ebuild,v 1.11 2014/12/26 09:18:35 ago Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.12 2015/06/03 17:03:40 vapier Exp $
33
34 EAPI=5
35
36
37
38
39 1.3 net-fs/samba/samba-4.1.17.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild?r1=1.2&r2=1.3
44
45 Index: samba-4.1.17.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- samba-4.1.17.ebuild 3 Mar 2015 09:24:11 -0000 1.2
52 +++ samba-4.1.17.ebuild 3 Jun 2015 17:03:40 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild,v 1.2 2015/03/03 09:24:11 dlan Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.17.ebuild,v 1.3 2015/06/03 17:03:40 vapier Exp $
58
59 EAPI=5
60 PYTHON_COMPAT=( python2_7 )
61 @@ -131,7 +131,7 @@
62 "
63 use "ads" && myconf+=" --with-shared-modules=idmap_ad"
64
65 - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
66 + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
67 waf-utils_src_configure ${myconf}
68 }
69
70
71
72
73 1.16 net-fs/samba/samba-3.5.21.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.16&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?rev=1.16&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild?r1=1.15&r2=1.16
78
79 Index: samba-3.5.21.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v
82 retrieving revision 1.15
83 retrieving revision 1.16
84 diff -u -r1.15 -r1.16
85 --- samba-3.5.21.ebuild 26 Jul 2013 07:57:32 -0000 1.15
86 +++ samba-3.5.21.ebuild 3 Jun 2015 17:03:40 -0000 1.16
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2015 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.15 2013/07/26 07:57:32 patrick Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.21.ebuild,v 1.16 2015/06/03 17:03:40 vapier Exp $
93
94 EAPI=4
95
96
97
98
99 1.2 net-fs/samba/samba-4.0.26.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?rev=1.2&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?rev=1.2&content-type=text/plain
103 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild?r1=1.1&r2=1.2
104
105 Index: samba-4.0.26.ebuild
106 ===================================================================
107 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v
108 retrieving revision 1.1
109 retrieving revision 1.2
110 diff -u -r1.1 -r1.2
111 --- samba-4.0.26.ebuild 14 May 2015 00:15:06 -0000 1.1
112 +++ samba-4.0.26.ebuild 3 Jun 2015 17:03:40 -0000 1.2
113 @@ -1,6 +1,6 @@
114 # Copyright 1999-2015 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v 1.1 2015/05/14 00:15:06 polynomial-c Exp $
117 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.26.ebuild,v 1.2 2015/06/03 17:03:40 vapier Exp $
118
119 EAPI=5
120 PYTHON_COMPAT=( python2_7 )
121 @@ -135,7 +135,7 @@
122 "
123 use "ads" && myconf+=" --with-shared-modules=idmap_ad"
124
125 - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
126 + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
127 waf-utils_src_configure ${myconf}
128 }
129
130
131
132
133 1.3 net-fs/samba/samba-4.1.18.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.3&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?rev=1.3&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild?r1=1.2&r2=1.3
138
139 Index: samba-4.1.18.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v
142 retrieving revision 1.2
143 retrieving revision 1.3
144 diff -u -r1.2 -r1.3
145 --- samba-4.1.18.ebuild 14 May 2015 12:36:22 -0000 1.2
146 +++ samba-4.1.18.ebuild 3 Jun 2015 17:03:40 -0000 1.3
147 @@ -1,6 +1,6 @@
148 # Copyright 1999-2015 Gentoo Foundation
149 # Distributed under the terms of the GNU General Public License v2
150 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.2 2015/05/14 12:36:22 polynomial-c Exp $
151 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.18.ebuild,v 1.3 2015/06/03 17:03:40 vapier Exp $
152
153 EAPI=5
154 PYTHON_COMPAT=( python2_7 )
155 @@ -131,7 +131,7 @@
156 "
157 use "ads" && myconf+=" --with-shared-modules=idmap_ad"
158
159 - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
160 + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
161 waf-utils_src_configure ${myconf}
162 }
163
164
165
166
167 1.2 net-fs/samba/samba-4.0.25.ebuild
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild?rev=1.2&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild?rev=1.2&content-type=text/plain
171 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild?r1=1.1&r2=1.2
172
173 Index: samba-4.0.25.ebuild
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild,v
176 retrieving revision 1.1
177 retrieving revision 1.2
178 diff -u -r1.1 -r1.2
179 --- samba-4.0.25.ebuild 23 Feb 2015 22:43:37 -0000 1.1
180 +++ samba-4.0.25.ebuild 3 Jun 2015 17:03:40 -0000 1.2
181 @@ -1,6 +1,6 @@
182 # Copyright 1999-2015 Gentoo Foundation
183 # Distributed under the terms of the GNU General Public License v2
184 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild,v 1.1 2015/02/23 22:43:37 polynomial-c Exp $
185 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.0.25.ebuild,v 1.2 2015/06/03 17:03:40 vapier Exp $
186
187 EAPI=5
188 PYTHON_COMPAT=( python2_7 )
189 @@ -135,7 +135,7 @@
190 "
191 use "ads" && myconf+=" --with-shared-modules=idmap_ad"
192
193 - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
194 + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
195 waf-utils_src_configure ${myconf}
196 }
197
198
199
200
201 1.10 net-fs/samba/samba-3.5.22.ebuild
202
203 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?rev=1.10&view=markup
204 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?rev=1.10&content-type=text/plain
205 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild?r1=1.9&r2=1.10
206
207 Index: samba-3.5.22.ebuild
208 ===================================================================
209 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v
210 retrieving revision 1.9
211 retrieving revision 1.10
212 diff -u -r1.9 -r1.10
213 --- samba-3.5.22.ebuild 11 Oct 2013 14:07:46 -0000 1.9
214 +++ samba-3.5.22.ebuild 3 Jun 2015 17:03:40 -0000 1.10
215 @@ -1,6 +1,6 @@
216 -# Copyright 1999-2013 Gentoo Foundation
217 +# Copyright 1999-2015 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v 1.9 2013/10/11 14:07:46 ago Exp $
220 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.22.ebuild,v 1.10 2015/06/03 17:03:40 vapier Exp $
221
222 EAPI=4
223
224
225
226
227 1.2 net-fs/samba/samba-4.2.0.ebuild
228
229 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?rev=1.2&view=markup
230 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?rev=1.2&content-type=text/plain
231 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild?r1=1.1&r2=1.2
232
233 Index: samba-4.2.0.ebuild
234 ===================================================================
235 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v
236 retrieving revision 1.1
237 retrieving revision 1.2
238 diff -u -r1.1 -r1.2
239 --- samba-4.2.0.ebuild 8 Mar 2015 13:21:55 -0000 1.1
240 +++ samba-4.2.0.ebuild 3 Jun 2015 17:03:40 -0000 1.2
241 @@ -1,6 +1,6 @@
242 # Copyright 1999-2015 Gentoo Foundation
243 # Distributed under the terms of the GNU General Public License v2
244 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v 1.1 2015/03/08 13:21:55 polynomial-c Exp $
245 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.2.0.ebuild,v 1.2 2015/06/03 17:03:40 vapier Exp $
246
247 EAPI=5
248 PYTHON_COMPAT=( python2_7 )
249 @@ -131,7 +131,7 @@
250 "
251 use "ads" && myconf+=" --with-shared-modules=idmap_ad"
252
253 - CPPFLAGS="-I/usr/include/et ${CPPFLAGS}" \
254 + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \
255 waf-utils_src_configure ${myconf}
256 }
257
258
259
260
261 1.716 net-fs/samba/ChangeLog
262
263 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.716&view=markup
264 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.716&content-type=text/plain
265 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.715&r2=1.716
266
267 Index: ChangeLog
268 ===================================================================
269 RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
270 retrieving revision 1.715
271 retrieving revision 1.716
272 diff -u -r1.715 -r1.716
273 --- ChangeLog 14 May 2015 12:36:22 -0000 1.715
274 +++ ChangeLog 3 Jun 2015 17:03:40 -0000 1.716
275 @@ -1,6 +1,13 @@
276 # ChangeLog for net-fs/samba
277 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
278 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.715 2015/05/14 12:36:22 polynomial-c Exp $
279 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.716 2015/06/03 17:03:40 vapier Exp $
280 +
281 + 03 Jun 2015; Mike Frysinger <vapier@g.o> samba-3.5.21.ebuild,
282 + samba-3.5.22.ebuild, samba-3.6.24.ebuild, samba-3.6.25.ebuild,
283 + samba-4.0.25.ebuild, samba-4.0.26.ebuild, samba-4.1.17.ebuild,
284 + samba-4.1.18.ebuild, samba-4.2.0.ebuild:
285 + Use SYSROOT when looking for et headers to help cross-compiling; fix by Nam
286 + Nguyen from Chromium OS.
287
288 14 May 2015; Lars Wendler <polynomial-c@g.o> samba-4.1.18.ebuild:
289 Fixed dependency on talloc (bug #549452).