Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/aufs3: aufs3-3_p20150406.ebuild aufs3-3_p20150420.ebuild aufs3-3_p20150504.ebuild aufs3-3_p20150511.ebuild aufs3-3_p20150518.ebuild aufs3-3_p20150525.ebuild aufs3-3_p20150608.ebuild aufs3-3_p20150622.ebuild ChangeLog
Date: Wed, 29 Jul 2015 07:57:23
Message-Id: 20150729075716.844B3110@oystercatcher.gentoo.org
1 jlec 15/07/29 07:57:16
2
3 Modified: aufs3-3_p20150406.ebuild aufs3-3_p20150420.ebuild
4 aufs3-3_p20150504.ebuild aufs3-3_p20150511.ebuild
5 aufs3-3_p20150518.ebuild aufs3-3_p20150525.ebuild
6 aufs3-3_p20150608.ebuild aufs3-3_p20150622.ebuild
7 ChangeLog
8 Log:
9 Fix typo, bug #555472
10
11 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
12
13 Revision Changes Path
14 1.5 sys-fs/aufs3/aufs3-3_p20150406.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild?rev=1.5&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild?rev=1.5&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild?r1=1.4&r2=1.5
19
20 Index: aufs3-3_p20150406.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild,v
23 retrieving revision 1.4
24 retrieving revision 1.5
25 diff -u -r1.4 -r1.5
26 --- aufs3-3_p20150406.ebuild 20 Apr 2015 07:17:08 -0000 1.4
27 +++ aufs3-3_p20150406.ebuild 29 Jul 2015 07:57:16 -0000 1.5
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild,v 1.4 2015/04/20 07:17:08 jlec Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150406.ebuild,v 1.5 2015/07/29 07:57:16 jlec Exp $
33
34 EAPI=5
35
36 @@ -56,7 +56,7 @@
37 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
38 PATCH_BRANCH="x-rcN"
39 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
40 - PATCH_BRANCH="${KV_MINOR}".12+
41 + PATCH_BRANCH="${KV_MINOR}".21+
42 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
43 PATCH_BRANCH="${KV_MINOR}".1+
44 else
45
46
47
48 1.2 sys-fs/aufs3/aufs3-3_p20150420.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild?rev=1.2&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild?rev=1.2&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild?r1=1.1&r2=1.2
53
54 Index: aufs3-3_p20150420.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild,v
57 retrieving revision 1.1
58 retrieving revision 1.2
59 diff -u -r1.1 -r1.2
60 --- aufs3-3_p20150420.ebuild 22 Apr 2015 06:25:04 -0000 1.1
61 +++ aufs3-3_p20150420.ebuild 29 Jul 2015 07:57:16 -0000 1.2
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild,v 1.1 2015/04/22 06:25:04 jlec Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150420.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
67
68 EAPI=5
69
70 @@ -56,7 +56,7 @@
71 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
72 PATCH_BRANCH="x-rcN"
73 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
74 - PATCH_BRANCH="${KV_MINOR}".12+
75 + PATCH_BRANCH="${KV_MINOR}".21+
76 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
77 PATCH_BRANCH="${KV_MINOR}".1+
78 else
79
80
81
82 1.2 sys-fs/aufs3/aufs3-3_p20150504.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild?r1=1.1&r2=1.2
87
88 Index: aufs3-3_p20150504.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- aufs3-3_p20150504.ebuild 4 May 2015 13:50:02 -0000 1.1
95 +++ aufs3-3_p20150504.ebuild 29 Jul 2015 07:57:16 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2015 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild,v 1.1 2015/05/04 13:50:02 jlec Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150504.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
101
102 EAPI=5
103
104 @@ -56,7 +56,7 @@
105 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
106 PATCH_BRANCH="x-rcN"
107 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
108 - PATCH_BRANCH="${KV_MINOR}".12+
109 + PATCH_BRANCH="${KV_MINOR}".21+
110 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
111 PATCH_BRANCH="${KV_MINOR}".1+
112 else
113
114
115
116 1.2 sys-fs/aufs3/aufs3-3_p20150511.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild?r1=1.1&r2=1.2
121
122 Index: aufs3-3_p20150511.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- aufs3-3_p20150511.ebuild 11 May 2015 06:08:36 -0000 1.1
129 +++ aufs3-3_p20150511.ebuild 29 Jul 2015 07:57:16 -0000 1.2
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2015 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild,v 1.1 2015/05/11 06:08:36 jlec Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150511.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
135
136 EAPI=5
137
138 @@ -56,7 +56,7 @@
139 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
140 PATCH_BRANCH="x-rcN"
141 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
142 - PATCH_BRANCH="${KV_MINOR}".12+
143 + PATCH_BRANCH="${KV_MINOR}".21+
144 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
145 PATCH_BRANCH="${KV_MINOR}".1+
146 else
147
148
149
150 1.2 sys-fs/aufs3/aufs3-3_p20150518.ebuild
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild?rev=1.2&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild?rev=1.2&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild?r1=1.1&r2=1.2
155
156 Index: aufs3-3_p20150518.ebuild
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild,v
159 retrieving revision 1.1
160 retrieving revision 1.2
161 diff -u -r1.1 -r1.2
162 --- aufs3-3_p20150518.ebuild 18 May 2015 06:15:37 -0000 1.1
163 +++ aufs3-3_p20150518.ebuild 29 Jul 2015 07:57:16 -0000 1.2
164 @@ -1,6 +1,6 @@
165 # Copyright 1999-2015 Gentoo Foundation
166 # Distributed under the terms of the GNU General Public License v2
167 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild,v 1.1 2015/05/18 06:15:37 jlec Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150518.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
169
170 EAPI=5
171
172 @@ -56,7 +56,7 @@
173 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
174 PATCH_BRANCH="x-rcN"
175 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
176 - PATCH_BRANCH="${KV_MINOR}".12+
177 + PATCH_BRANCH="${KV_MINOR}".21+
178 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
179 PATCH_BRANCH="${KV_MINOR}".1+
180 else
181
182
183
184 1.2 sys-fs/aufs3/aufs3-3_p20150525.ebuild
185
186 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild?rev=1.2&view=markup
187 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild?rev=1.2&content-type=text/plain
188 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild?r1=1.1&r2=1.2
189
190 Index: aufs3-3_p20150525.ebuild
191 ===================================================================
192 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild,v
193 retrieving revision 1.1
194 retrieving revision 1.2
195 diff -u -r1.1 -r1.2
196 --- aufs3-3_p20150525.ebuild 25 May 2015 08:47:19 -0000 1.1
197 +++ aufs3-3_p20150525.ebuild 29 Jul 2015 07:57:16 -0000 1.2
198 @@ -1,6 +1,6 @@
199 # Copyright 1999-2015 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild,v 1.1 2015/05/25 08:47:19 jlec Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150525.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
203
204 EAPI=5
205
206 @@ -56,7 +56,7 @@
207 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
208 PATCH_BRANCH="x-rcN"
209 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
210 - PATCH_BRANCH="${KV_MINOR}".12+
211 + PATCH_BRANCH="${KV_MINOR}".21+
212 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
213 PATCH_BRANCH="${KV_MINOR}".1+
214 else
215
216
217
218 1.2 sys-fs/aufs3/aufs3-3_p20150608.ebuild
219
220 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild?rev=1.2&view=markup
221 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild?rev=1.2&content-type=text/plain
222 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild?r1=1.1&r2=1.2
223
224 Index: aufs3-3_p20150608.ebuild
225 ===================================================================
226 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild,v
227 retrieving revision 1.1
228 retrieving revision 1.2
229 diff -u -r1.1 -r1.2
230 --- aufs3-3_p20150608.ebuild 8 Jun 2015 05:52:15 -0000 1.1
231 +++ aufs3-3_p20150608.ebuild 29 Jul 2015 07:57:16 -0000 1.2
232 @@ -1,6 +1,6 @@
233 # Copyright 1999-2015 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild,v 1.1 2015/06/08 05:52:15 jlec Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150608.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
237
238 EAPI=5
239
240 @@ -56,7 +56,7 @@
241 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
242 PATCH_BRANCH="x-rcN"
243 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
244 - PATCH_BRANCH="${KV_MINOR}".12+
245 + PATCH_BRANCH="${KV_MINOR}".21+
246 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
247 PATCH_BRANCH="${KV_MINOR}".1+
248 else
249
250
251
252 1.2 sys-fs/aufs3/aufs3-3_p20150622.ebuild
253
254 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild?rev=1.2&view=markup
255 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild?rev=1.2&content-type=text/plain
256 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild?r1=1.1&r2=1.2
257
258 Index: aufs3-3_p20150622.ebuild
259 ===================================================================
260 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild,v
261 retrieving revision 1.1
262 retrieving revision 1.2
263 diff -u -r1.1 -r1.2
264 --- aufs3-3_p20150622.ebuild 22 Jun 2015 08:06:18 -0000 1.1
265 +++ aufs3-3_p20150622.ebuild 29 Jul 2015 07:57:16 -0000 1.2
266 @@ -1,6 +1,6 @@
267 # Copyright 1999-2015 Gentoo Foundation
268 # Distributed under the terms of the GNU General Public License v2
269 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild,v 1.1 2015/06/22 08:06:18 jlec Exp $
270 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20150622.ebuild,v 1.2 2015/07/29 07:57:16 jlec Exp $
271
272 EAPI=5
273
274 @@ -56,7 +56,7 @@
275 if [[ "${KV_MINOR}" -gt "${PATCH_MAX_VER}" ]]; then
276 PATCH_BRANCH="x-rcN"
277 elif [[ "${KV_MINOR}" == "14" ]] && [[ "${KV_PATCH}" -ge "21" ]]; then
278 - PATCH_BRANCH="${KV_MINOR}".12+
279 + PATCH_BRANCH="${KV_MINOR}".21+
280 elif [[ "${KV_MINOR}" == "18" ]] && [[ "${KV_PATCH}" -ge "1" ]]; then
281 PATCH_BRANCH="${KV_MINOR}".1+
282 else
283
284
285
286 1.137 sys-fs/aufs3/ChangeLog
287
288 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.137&view=markup
289 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?rev=1.137&content-type=text/plain
290 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/aufs3/ChangeLog?r1=1.136&r2=1.137
291
292 Index: ChangeLog
293 ===================================================================
294 RCS file: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v
295 retrieving revision 1.136
296 retrieving revision 1.137
297 diff -u -r1.136 -r1.137
298 --- ChangeLog 22 Jun 2015 08:06:18 -0000 1.136
299 +++ ChangeLog 29 Jul 2015 07:57:16 -0000 1.137
300 @@ -1,6 +1,12 @@
301 # ChangeLog for sys-fs/aufs3
302 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
303 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.136 2015/06/22 08:06:18 jlec Exp $
304 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.137 2015/07/29 07:57:16 jlec Exp $
305 +
306 + 29 Jul 2015; Justin Lecher <jlec@g.o> aufs3-3_p20150406.ebuild,
307 + aufs3-3_p20150420.ebuild, aufs3-3_p20150504.ebuild, aufs3-3_p20150511.ebuild,
308 + aufs3-3_p20150518.ebuild, aufs3-3_p20150525.ebuild, aufs3-3_p20150608.ebuild,
309 + aufs3-3_p20150622.ebuild:
310 + Fix typo, bug #555472
311
312 *aufs3-3_p20150622 (22 Jun 2015)