Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 20 Nov 2017 19:30:18
Message-Id: 1511206167.4d6469a3d2955f8ae54009cf36d3a3478b94f2df.axs@gentoo
1 commit: 4d6469a3d2955f8ae54009cf36d3a3478b94f2df
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 17 18:32:30 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 19:29:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6469a3
7
8 mozconfig-*.eclass: fix eclassdoc warnings
9
10 Bug: http://bugs.gentoo.org/637790
11 Bug: http://bugs.gentoo.org/637792
12 Bug: http://bugs.gentoo.org/637794
13 Bug: http://bugs.gentoo.org/637796
14 Bug: http://bugs.gentoo.org/637798
15 Bug: http://bugs.gentoo.org/637800
16 Bug: http://bugs.gentoo.org/637802
17 Bug: http://bugs.gentoo.org/637804
18
19 eclass/mozconfig-v6.45.eclass | 4 ++++
20 eclass/mozconfig-v6.49.eclass | 5 +++++
21 eclass/mozconfig-v6.51.eclass | 5 +++++
22 eclass/mozconfig-v6.52.eclass | 5 +++++
23 eclass/mozconfig-v6.53.eclass | 5 +++++
24 eclass/mozconfig-v6.55.eclass | 5 +++++
25 eclass/mozconfig-v6.56.eclass | 5 +++++
26 eclass/mozconfig-v6.57.eclass | 5 +++++
27 8 files changed, 39 insertions(+)
28
29 diff --git a/eclass/mozconfig-v6.45.eclass b/eclass/mozconfig-v6.45.eclass
30 index d6d3621ffc5..8409b11f0b9 100644
31 --- a/eclass/mozconfig-v6.45.eclass
32 +++ b/eclass/mozconfig-v6.45.eclass
33 @@ -29,6 +29,7 @@ esac
34 inherit flag-o-matic toolchain-funcs mozcoreconf-v4
35
36 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
37 +# @DEFAULT_UNSET
38 # @DESCRIPTION:
39 # Set this variable before the inherit line, when an ebuild needs to provide
40 # optional necko-wifi support via IUSE="wifi". Currently this would include
41 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
42 # Set the variable to any value if the use flag should exist but not be default-enabled.
43
44 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
45 +# @DEFAULT_UNSET
46 # @DESCRIPTION:
47 # Set this variable before the inherit line, when an ebuild needs to provide
48 # optional necko-wifi support via IUSE="jit". Currently this would include
49 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
50 # Set the variable to any value if the use flag should exist but not be default-enabled.
51
52 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
53 +# @DEFAULT_UNSET
54 # @DESCRIPTION:
55 # Set this variable before the inherit line, when an ebuild can provide
56 # optional gtk3 support via IUSE="gtk3". Currently this would include
57 @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
58 # Set the variable to any value if the use flag should exist but not be default-enabled.
59
60 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
61 +# @DEFAULT_UNSET
62 # @DESCRIPTION:
63 # Set this variable before the inherit line, when an ebuild can provide
64 # optional qt5 support via IUSE="qt5". Currently this would include
65
66 diff --git a/eclass/mozconfig-v6.49.eclass b/eclass/mozconfig-v6.49.eclass
67 index f4f80065ac5..4ca5b079b8f 100644
68 --- a/eclass/mozconfig-v6.49.eclass
69 +++ b/eclass/mozconfig-v6.49.eclass
70 @@ -29,6 +29,7 @@ esac
71 inherit flag-o-matic toolchain-funcs mozcoreconf-v4
72
73 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
74 +# @DEFAULT_UNSET
75 # @DESCRIPTION:
76 # Set this variable before the inherit line, when an ebuild needs to provide
77 # optional necko-wifi support via IUSE="wifi". Currently this would include
78 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
79 # Set the variable to any value if the use flag should exist but not be default-enabled.
80
81 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
82 +# @DEFAULT_UNSET
83 # @DESCRIPTION:
84 # Set this variable before the inherit line, when an ebuild needs to provide
85 # optional necko-wifi support via IUSE="jit". Currently this would include
86 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
87 # Set the variable to any value if the use flag should exist but not be default-enabled.
88
89 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
90 +# @DEFAULT_UNSET
91 # @DESCRIPTION:
92 # Set this variable before the inherit line, when an ebuild can provide
93 # optional gtk3 support via IUSE="gtk3". Currently this would include
94 @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
95 # Set the variable to any value if the use flag should exist but not be default-enabled.
96
97 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
98 +# @DEFAULT_UNSET
99 # @DESCRIPTION:
100 # Set this variable before the inherit line, when an ebuild can provide
101 # optional gtk2-only support via IUSE="gtk2".
102 @@ -72,6 +76,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
103 # Set the variable to any value if the use flag should exist but not be default-enabled.
104
105 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
106 +# @DEFAULT_UNSET
107 # @DESCRIPTION:
108 # Set this variable before the inherit line, when an ebuild can provide
109 # optional qt5 support via IUSE="qt5". Currently this would include
110
111 diff --git a/eclass/mozconfig-v6.51.eclass b/eclass/mozconfig-v6.51.eclass
112 index 3048fd72650..e2d65ca2573 100644
113 --- a/eclass/mozconfig-v6.51.eclass
114 +++ b/eclass/mozconfig-v6.51.eclass
115 @@ -29,6 +29,7 @@ esac
116 inherit flag-o-matic toolchain-funcs mozcoreconf-v4
117
118 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
119 +# @DEFAULT_UNSET
120 # @DESCRIPTION:
121 # Set this variable before the inherit line, when an ebuild needs to provide
122 # optional necko-wifi support via IUSE="wifi". Currently this would include
123 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
124 # Set the variable to any value if the use flag should exist but not be default-enabled.
125
126 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
127 +# @DEFAULT_UNSET
128 # @DESCRIPTION:
129 # Set this variable before the inherit line, when an ebuild needs to provide
130 # deterministic jit support via IUSE="jit". The upstream default will be used
131 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
132 # Set the variable to any value if the use flag should exist but not be default-enabled.
133
134 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
135 +# @DEFAULT_UNSET
136 # @DESCRIPTION:
137 # Set this variable before the inherit line, when an ebuild can provide
138 # optional gtk3 support via IUSE="gtk3". Currently this would include
139 @@ -59,6 +62,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
140 # Set the variable to any value if the use flag should exist but not be default-enabled.
141
142 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
143 +# @DEFAULT_UNSET
144 # @DESCRIPTION:
145 # Set this variable before the inherit line, when an ebuild can provide
146 # optional gtk2-only support via IUSE="gtk2".
147 @@ -72,6 +76,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v4
148 # Set the variable to any value if the use flag should exist but not be default-enabled.
149
150 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
151 +# @DEFAULT_UNSET
152 # @DESCRIPTION:
153 # Set this variable before the inherit line, when an ebuild can provide
154 # optional qt5 support via IUSE="qt5". Currently this would include
155
156 diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass
157 index c859aa7b8c1..04042b9a982 100644
158 --- a/eclass/mozconfig-v6.52.eclass
159 +++ b/eclass/mozconfig-v6.52.eclass
160 @@ -29,6 +29,7 @@ esac
161 inherit flag-o-matic toolchain-funcs mozcoreconf-v5
162
163 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
164 +# @DEFAULT_UNSET
165 # @DESCRIPTION:
166 # Set this variable before the inherit line, when an ebuild needs to provide
167 # optional necko-wifi support via IUSE="wifi". Currently this would include
168 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
169 # Set the variable to any value if the use flag should exist but not be default-enabled.
170
171 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
172 +# @DEFAULT_UNSET
173 # @DESCRIPTION:
174 # Set this variable before the inherit line, when an ebuild needs to provide
175 # deterministic jit support via IUSE="jit". The upstream default will be used
176 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
177 # Set the variable to any value if the use flag should exist but not be default-enabled.
178
179 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
180 +# @DEFAULT_UNSET
181 # @DESCRIPTION:
182 # Set this variable before the inherit line, when an ebuild can provide
183 # optional gtk3 support via IUSE="force-gtk3". Currently this would include
184 @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
185 # MOZCONFIG_OPTIONAL_GTK2ONLY.
186
187 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
188 +# @DEFAULT_UNSET
189 # @DESCRIPTION:
190 # Set this variable before the inherit line, when an ebuild can provide
191 # optional gtk2-only support via IUSE="gtk2".
192 @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
193 # Set the variable to any value if the use flag should exist but not be default-enabled.
194
195 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
196 +# @DEFAULT_UNSET
197 # @DESCRIPTION:
198 # Set this variable before the inherit line, when an ebuild can provide
199 # optional qt5 support via IUSE="qt5". Currently this would include
200
201 diff --git a/eclass/mozconfig-v6.53.eclass b/eclass/mozconfig-v6.53.eclass
202 index d15c47eedbb..a5aa9718624 100644
203 --- a/eclass/mozconfig-v6.53.eclass
204 +++ b/eclass/mozconfig-v6.53.eclass
205 @@ -29,6 +29,7 @@ esac
206 inherit flag-o-matic toolchain-funcs mozcoreconf-v5
207
208 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
209 +# @DEFAULT_UNSET
210 # @DESCRIPTION:
211 # Set this variable before the inherit line, when an ebuild needs to provide
212 # optional necko-wifi support via IUSE="wifi". Currently this would include
213 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
214 # Set the variable to any value if the use flag should exist but not be default-enabled.
215
216 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
217 +# @DEFAULT_UNSET
218 # @DESCRIPTION:
219 # Set this variable before the inherit line, when an ebuild needs to provide
220 # deterministic jit support via IUSE="jit". The upstream default will be used
221 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
222 # Set the variable to any value if the use flag should exist but not be default-enabled.
223
224 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
225 +# @DEFAULT_UNSET
226 # @DESCRIPTION:
227 # Set this variable before the inherit line, when an ebuild can provide
228 # optional gtk3 support via IUSE="force-gtk3". Currently this would include
229 @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
230 # MOZCONFIG_OPTIONAL_GTK2ONLY.
231
232 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
233 +# @DEFAULT_UNSET
234 # @DESCRIPTION:
235 # Set this variable before the inherit line, when an ebuild can provide
236 # optional gtk2-only support via IUSE="gtk2".
237 @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
238 # Set the variable to any value if the use flag should exist but not be default-enabled.
239
240 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
241 +# @DEFAULT_UNSET
242 # @DESCRIPTION:
243 # Set this variable before the inherit line, when an ebuild can provide
244 # optional qt5 support via IUSE="qt5". Currently this would include
245
246 diff --git a/eclass/mozconfig-v6.55.eclass b/eclass/mozconfig-v6.55.eclass
247 index 4c20d971e87..cb513565b91 100644
248 --- a/eclass/mozconfig-v6.55.eclass
249 +++ b/eclass/mozconfig-v6.55.eclass
250 @@ -29,6 +29,7 @@ esac
251 inherit flag-o-matic toolchain-funcs mozcoreconf-v5
252
253 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
254 +# @DEFAULT_UNSET
255 # @DESCRIPTION:
256 # Set this variable before the inherit line, when an ebuild needs to provide
257 # optional necko-wifi support via IUSE="wifi". Currently this would include
258 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
259 # Set the variable to any value if the use flag should exist but not be default-enabled.
260
261 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
262 +# @DEFAULT_UNSET
263 # @DESCRIPTION:
264 # Set this variable before the inherit line, when an ebuild needs to provide
265 # deterministic jit support via IUSE="jit". The upstream default will be used
266 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
267 # Set the variable to any value if the use flag should exist but not be default-enabled.
268
269 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
270 +# @DEFAULT_UNSET
271 # @DESCRIPTION:
272 # Set this variable before the inherit line, when an ebuild can provide
273 # optional gtk3 support via IUSE="force-gtk3". Currently this would include
274 @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
275 # MOZCONFIG_OPTIONAL_GTK2ONLY.
276
277 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
278 +# @DEFAULT_UNSET
279 # @DESCRIPTION:
280 # Set this variable before the inherit line, when an ebuild can provide
281 # optional gtk2-only support via IUSE="gtk2".
282 @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
283 # Set the variable to any value if the use flag should exist but not be default-enabled.
284
285 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
286 +# @DEFAULT_UNSET
287 # @DESCRIPTION:
288 # Set this variable before the inherit line, when an ebuild can provide
289 # optional qt5 support via IUSE="qt5". Currently this would include
290
291 diff --git a/eclass/mozconfig-v6.56.eclass b/eclass/mozconfig-v6.56.eclass
292 index ee47ccdea4a..6d6063ab191 100644
293 --- a/eclass/mozconfig-v6.56.eclass
294 +++ b/eclass/mozconfig-v6.56.eclass
295 @@ -29,6 +29,7 @@ esac
296 inherit flag-o-matic toolchain-funcs mozcoreconf-v5
297
298 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
299 +# @DEFAULT_UNSET
300 # @DESCRIPTION:
301 # Set this variable before the inherit line, when an ebuild needs to provide
302 # optional necko-wifi support via IUSE="wifi". Currently this would include
303 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
304 # Set the variable to any value if the use flag should exist but not be default-enabled.
305
306 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
307 +# @DEFAULT_UNSET
308 # @DESCRIPTION:
309 # Set this variable before the inherit line, when an ebuild needs to provide
310 # deterministic jit support via IUSE="jit". The upstream default will be used
311 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
312 # Set the variable to any value if the use flag should exist but not be default-enabled.
313
314 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
315 +# @DEFAULT_UNSET
316 # @DESCRIPTION:
317 # Set this variable before the inherit line, when an ebuild can provide
318 # optional gtk3 support via IUSE="force-gtk3". Currently this would include
319 @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
320 # MOZCONFIG_OPTIONAL_GTK2ONLY.
321
322 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
323 +# @DEFAULT_UNSET
324 # @DESCRIPTION:
325 # Set this variable before the inherit line, when an ebuild can provide
326 # optional gtk2-only support via IUSE="gtk2".
327 @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
328 # Set the variable to any value if the use flag should exist but not be default-enabled.
329
330 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
331 +# @DEFAULT_UNSET
332 # @DESCRIPTION:
333 # Set this variable before the inherit line, when an ebuild can provide
334 # optional qt5 support via IUSE="qt5". Currently this would include
335
336 diff --git a/eclass/mozconfig-v6.57.eclass b/eclass/mozconfig-v6.57.eclass
337 index 8aed435bd4e..f05a69c1a2e 100644
338 --- a/eclass/mozconfig-v6.57.eclass
339 +++ b/eclass/mozconfig-v6.57.eclass
340 @@ -29,6 +29,7 @@ esac
341 inherit flag-o-matic toolchain-funcs mozcoreconf-v5
342
343 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
344 +# @DEFAULT_UNSET
345 # @DESCRIPTION:
346 # Set this variable before the inherit line, when an ebuild needs to provide
347 # optional necko-wifi support via IUSE="wifi". Currently this would include
348 @@ -39,6 +40,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
349 # Set the variable to any value if the use flag should exist but not be default-enabled.
350
351 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_JIT
352 +# @DEFAULT_UNSET
353 # @DESCRIPTION:
354 # Set this variable before the inherit line, when an ebuild needs to provide
355 # deterministic jit support via IUSE="jit". The upstream default will be used
356 @@ -49,6 +51,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
357 # Set the variable to any value if the use flag should exist but not be default-enabled.
358
359 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK3
360 +# @DEFAULT_UNSET
361 # @DESCRIPTION:
362 # Set this variable before the inherit line, when an ebuild can provide
363 # optional gtk3 support via IUSE="force-gtk3". Currently this would include
364 @@ -61,6 +64,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
365 # MOZCONFIG_OPTIONAL_GTK2ONLY.
366
367 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_GTK2ONLY
368 +# @DEFAULT_UNSET
369 # @DESCRIPTION:
370 # Set this variable before the inherit line, when an ebuild can provide
371 # optional gtk2-only support via IUSE="gtk2".
372 @@ -74,6 +78,7 @@ inherit flag-o-matic toolchain-funcs mozcoreconf-v5
373 # Set the variable to any value if the use flag should exist but not be default-enabled.
374
375 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_QT5
376 +# @DEFAULT_UNSET
377 # @DESCRIPTION:
378 # Set this variable before the inherit line, when an ebuild can provide
379 # optional qt5 support via IUSE="qt5". Currently this would include