Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Tue, 18 May 2021 05:44:37
Message-Id: 1621316655.b48fdd984d487e7aa8372c4f4db8840ac7a805cd.ulm@gentoo
1 commit: b48fdd984d487e7aa8372c4f4db8840ac7a805cd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 10 17:17:19 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 05:44:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b48fdd98
7
8 EAPI feature table: Consolidate EAPIs 0 to 4
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 eapi-differences.tex | 191 +++++++++++++++++++++++++--------------------------
13 1 file changed, 93 insertions(+), 98 deletions(-)
14
15 diff --git a/eapi-differences.tex b/eapi-differences.tex
16 index d5513c3..38109ec 100644
17 --- a/eapi-differences.tex
18 +++ b/eapi-differences.tex
19 @@ -1,23 +1,22 @@
20 \chapter{Feature Availability by EAPI}
21
22 \note{This chapter is informative and for convenience only. Refer to the main text for specifics.
23 -For lack of space, EAPIs 0, 1, 2, and~3 have been consolidated into a single column in the table
24 +For lack of space, EAPIs 0, 1, 2, 3, and~4 have been consolidated into a single column in the table
25 below; entries marked with an asterisk differ between these EAPIs. See the 2012-09-20 edition
26 of this document for a complete table of previous EAPIs.}
27 % 2012-09-20 (EAPI 5) edition has a table of EAPIs 0 to 5
28
29 \ChangeWhenAddingAnEAPI{8}
30 \begin{landscape}
31 -\begin{longtable}{llP{7.5em}P{7.5em}P{7.5em}P{7.5em}P{7.5em}P{7.5em}}
32 +\begin{longtable}{llP{7.5em}P{7.5em}P{7.5em}P{7.5em}P{7.5em}}
33 \caption{Features in EAPIs}\\
34 \toprule
35 \multicolumn{1}{c}{\textbf{Feature}} &
36 \multicolumn{1}{c}{\textbf{Reference}} &
37 -\multicolumn{6}{c}{\textbf{EAPIs}} \\
38 +\multicolumn{5}{c}{\textbf{EAPIs}} \\
39 \multicolumn{1}{c}{} &
40 \multicolumn{1}{c}{} &
41 -\multicolumn{1}{c}{0, 1, 2, 3} &
42 -\multicolumn{1}{c}{4} &
43 +\multicolumn{1}{c}{0, 1, 2, 3, 4} &
44 \multicolumn{1}{c}{5} &
45 \multicolumn{1}{c}{6} &
46 \multicolumn{1}{c}{7} &
47 @@ -27,11 +26,10 @@ of this document for a complete table of previous EAPIs.}
48 \midrule
49 \multicolumn{1}{c}{\textbf{Feature}} &
50 \multicolumn{1}{c}{\textbf{Reference}} &
51 -\multicolumn{6}{c}{\textbf{EAPIs}} \\
52 +\multicolumn{5}{c}{\textbf{EAPIs}} \\
53 \multicolumn{1}{c}{} &
54 \multicolumn{1}{c}{} &
55 -\multicolumn{1}{c}{0, 1, 2, 3} &
56 -\multicolumn{1}{c}{4} &
57 +\multicolumn{1}{c}{0, 1, 2, 3, 4} &
58 \multicolumn{1}{c}{5} &
59 \multicolumn{1}{c}{6} &
60 \multicolumn{1}{c}{7} &
61 @@ -44,92 +42,92 @@ of this document for a complete table of previous EAPIs.}
62 \endlastfoot
63
64 \t{package.mask} directory & \compactfeatureref{package-mask-dir} &
65 - No & No & No & No & Yes & Yes \\
66 + No & No & No & Yes & Yes \\
67
68 Profile files as directories & \compactfeatureref{profile-file-dirs} &
69 - No & No & No & No & Yes & Yes \\
70 + No & No & No & Yes & Yes \\
71
72 \t{package.provided} & \compactfeatureref{package-provided} &
73 - Optional & Optional & Optional & Optional & No & No \\
74 + Optional & Optional & Optional & No & No \\
75
76 Stable use masking/forcing & \compactfeatureref{stablemask} &
77 - No & No & Yes & Yes & Yes & Yes \\
78 + No & Yes & Yes & Yes & Yes \\
79
80 Bash version & \compactfeatureref{bash-version} &
81 - 3.2 & 3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\
82 + 3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\
83
84 \t{failglob} in global scope & \compactfeatureref{failglob} &
85 - No & No & No & Yes & Yes & Yes \\
86 + No & No & Yes & Yes & Yes \\
87
88 \t{IUSE} defaults & \compactfeatureref{iuse-defaults} &
89 - * & Yes & Yes & Yes & Yes & Yes \\
90 + * & Yes & Yes & Yes & Yes \\
91
92 \t{REQUIRED_USE} & \compactfeatureref{required-use} &
93 - No & Yes & Yes & Yes & Yes & Yes \\
94 + * & Yes & Yes & Yes & Yes \\
95
96 \t{PROPERTIES} & \compactfeatureref{properties} &
97 - Optionally & Yes & Yes & Yes & Yes & Yes \\
98 + * & Yes & Yes & Yes & Yes \\
99
100 \t{SRC_URI} arrows & \compactfeatureref{src-uri-arrows} &
101 - * & Yes & Yes & Yes & Yes & Yes \\
102 + * & Yes & Yes & Yes & Yes \\
103
104 \t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} &
105 - Yes & No & No & No & No & No \\
106 + * & No & No & No & No \\
107
108 \t{DEFINED_PHASES} & \compactfeatureref{defined-phases} &
109 - Optionally & Yes & Yes & Yes & Yes & Yes \\
110 + * & Yes & Yes & Yes & Yes \\
111
112 \t{BDEPEND} & \compactfeatureref{bdepend} &
113 - No & No & No & No & Yes & Yes \\
114 + No & No & No & Yes & Yes \\
115
116 \t{??\ ( )} groups & \compactfeatureref{at-most-one-of} &
117 - No & No & Yes & Yes & Yes & Yes \\
118 + No & Yes & Yes & Yes & Yes \\
119
120 Empty \t{||}, \t{\textasciicircum\textasciicircum} groups match &
121 \compactfeatureref{empty-dep-groups} &
122 - Yes & Yes & Yes & Yes & No & No \\
123 + Yes & Yes & Yes & No & No \\
124
125 Slot dependencies & \compactfeatureref{slot-deps} &
126 - * & Named & Named and Operator & Named and Operator & Named and Operator & Named and Operator \\
127 + * & Named and Operator & Named and Operator & Named and Operator & Named and Operator \\
128
129 Sub-slots & \compactfeatureref{sub-slot} &
130 - No & No & Yes & Yes & Yes & Yes \\
131 + No & Yes & Yes & Yes & Yes \\
132
133 Use dependencies & \compactfeatureref{use-deps} &
134 - * & 4-style & 4-style & 4-style & 4-style & 4-style \\
135 + * & 4-style & 4-style & 4-style & 4-style \\
136
137 \t{!}\ blockers & \compactfeatureref{bang-strength} &
138 - * & Weak & Weak & Weak & Weak & Weak \\
139 + * & Weak & Weak & Weak & Weak \\
140
141 \t{!!}\ blockers & \compactfeatureref{bang-strength} &
142 - * & Strong & Strong & Strong & Strong & Strong \\
143 + * & Strong & Strong & Strong & Strong \\
144
145 \t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} &
146 - Always & Conditional & Conditional & Conditional & Conditional & Conditional \\
147 + * & Conditional & Conditional & Conditional & Conditional \\
148
149 \t{pkg_pretend} & \compactfeatureref{pkg-pretend} &
150 - No & Yes & Yes & Yes & Yes & Yes \\
151 + * & Yes & Yes & Yes & Yes \\
152
153 \t{src_prepare} & \compactfeatureref{src-prepare} &
154 - * & Yes & Yes & Yes & Yes & Yes \\
155 + * & Yes & Yes & Yes & Yes \\
156
157 \t{src_prepare} style & \compactfeatureref{src-prepare} &
158 - * & no-op & no-op & 6 & 6 & 6 \\
159 + * & no-op & 6 & 6 & 6 \\
160
161 \t{src_configure} & \compactfeatureref{src-configure} &
162 - * & Yes & Yes & Yes & Yes & Yes \\
163 + * & Yes & Yes & Yes & Yes \\
164
165 \t{src_compile} style & \compactfeatureref{src-compile} &
166 - * & 2 & 2 & 2 & 2 & 2 \\
167 + * & 2 & 2 & 2 & 2 \\
168
169 Parallel tests & \compactfeatureref{parallel-tests} &
170 - No & No & Yes & Yes & Yes & Yes \\
171 + No & Yes & Yes & Yes & Yes \\
172
173 \t{src_install} style & \compactfeatureref{src-install} &
174 - no-op & 4 & 4 & 6 & 6 & 6 \\
175 + * & 4 & 6 & 6 & 6 \\
176
177 \t{pkg_info} & \compactfeatureref{pkg-info} &
178 - Installed & Both & Both & Both & Both & Both \\
179 + * & Both & Both & Both & Both \\
180
181 \t{default_} phase functions & \compactfeatureref{default-phase-funcs} &
182 * &
183 @@ -139,190 +137,187 @@ Parallel tests & \compactfeatureref{parallel-tests} &
184 \t{src_compile}, \t{src_test}, \t{src_install} &
185 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
186 \t{src_compile}, \t{src_test}, \t{src_install} &
187 - \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
188 - \t{src_compile}, \t{src_test}, \t{src_install} &
189 \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
190 \t{src_compile}, \t{src_test}, \t{src_install} \\
191
192 \t{AA} & \compactfeatureref{aa} &
193 - Yes & No & No & No & No & No \\
194 + * & No & No & No & No \\
195
196 \t{PORTDIR} & \compactfeatureref{portdir} &
197 - Yes & Yes & Yes & Yes & No & No \\
198 + Yes & Yes & Yes & No & No \\
199
200 \t{ECLASSDIR} & \compactfeatureref{eclassdir} &
201 - Yes & Yes & Yes & Yes & No & No \\
202 + Yes & Yes & Yes & No & No \\
203
204 \t{SYSROOT}, \t{ESYSROOT} & \compactfeatureref{sysroot} &
205 - No & No & No & No & Yes & Yes \\
206 + No & No & No & Yes & Yes \\
207
208 \t{BROOT} & \compactfeatureref{broot} &
209 - No & No & No & No & Yes & Yes \\
210 + No & No & No & Yes & Yes \\
211
212 \t{DESTTREE} & \compactfeatureref{desttree} &
213 - Yes & Yes & Yes & Yes & No & No \\
214 + Yes & Yes & Yes & No & No \\
215
216 \t{INSDESTTREE} & \compactfeatureref{insdesttree} &
217 - Yes & Yes & Yes & Yes & No & No \\
218 + Yes & Yes & Yes & No & No \\
219
220 \t{KV} & \compactfeatureref{kv} &
221 - Yes & No & No & No & No & No \\
222 + * & No & No & No & No \\
223
224 \t{EBUILD_PHASE_FUNC} & \compactfeatureref{ebuild-phase-func} &
225 - No & No & Yes & Yes & Yes & Yes \\
226 + No & Yes & Yes & Yes & Yes \\
227
228 \t{MERGE_TYPE} & \compactfeatureref{merge-type} &
229 - No & Yes & Yes & Yes & Yes & Yes \\
230 + * & Yes & Yes & Yes & Yes \\
231
232 \t{ENV_UNSET} & \compactfeatureref{env-unset} &
233 - No & No & No & No & Yes & Yes \\
234 + No & No & No & Yes & Yes \\
235
236 Sane locale settings & \compactfeatureref{locale-settings} &
237 - Undefined & Undefined & Undefined & Yes & Yes & Yes \\
238 + Undefined & Undefined & Yes & Yes & Yes \\
239
240 Profile \t{IUSE} injection & \compactfeatureref{profile-iuse-inject} &
241 - No & No & Yes & Yes & Yes & Yes \\
242 + No & Yes & Yes & Yes & Yes \\
243
244 \t{REPLACING_VERSIONS} & \compactfeatureref{replace-version-vars} &
245 - No & Yes & Yes & Yes & Yes & Yes \\
246 + * & Yes & Yes & Yes & Yes \\
247
248 \t{REPLACED_BY_VERSION} & \compactfeatureref{replace-version-vars} &
249 - No & Yes & Yes & Yes & Yes & Yes \\
250 + * & Yes & Yes & Yes & Yes \\
251
252 \t{EPREFIX}, \t{ED}, \t{EROOT} & \compactfeatureref{offset-prefix-vars} &
253 - * & Yes & Yes & Yes & Yes & Yes \\
254 + * & Yes & Yes & Yes & Yes \\
255
256 Trailing slash in \t{D} etc. & \compactfeatureref{trailing-slash} &
257 - Yes & Yes & Yes & Yes & No & No \\
258 + Yes & Yes & Yes & No & No \\
259
260 GNU \t{patch} version & \compactfeatureref{gnu-patch} &
261 - Any & Any & Any & Any & 2.7 & 2.7 \\
262 + Any & Any & Any & 2.7 & 2.7 \\
263
264 \t{find} is GNU? & \compactfeatureref{gnu-find} &
265 - Undefined & Undefined & Yes & Yes & Yes & Yes \\
266 + Undefined & Yes & Yes & Yes & Yes \\
267
268 Most utilities die & \compactfeatureref{die-on-failure} &
269 - No & Yes & Yes & Yes & Yes & Yes \\
270 + * & Yes & Yes & Yes & Yes \\
271
272 \t{nonfatal} & \compactfeatureref{nonfatal} &
273 - No & Yes & Yes & Yes & Function / external & Function / external \\
274 + * & Yes & Yes & Function / external & Function / external \\
275
276 \t{dohard} & \compactfeatureref{banned-commands} &
277 - Yes & Banned & Banned & Banned & Banned & Banned \\
278 + * & Banned & Banned & Banned & Banned \\
279
280 \t{dosed} & \compactfeatureref{banned-commands} &
281 - Yes & Banned & Banned & Banned & Banned & Banned \\
282 + * & Banned & Banned & Banned & Banned \\
283
284 \t{einstall} & \compactfeatureref{banned-commands} &
285 - Yes & Yes & Yes & Banned & Banned & Banned \\
286 + Yes & Yes & Banned & Banned & Banned \\
287
288 \t{dohtml} & \compactfeatureref{banned-commands} &
289 - Yes & Yes & Yes & Yes & Banned & Banned \\
290 + Yes & Yes & Yes & Banned & Banned \\
291
292 \t{dolib} & \compactfeatureref{banned-commands} &
293 - Yes & Yes & Yes & Yes & Banned & Banned \\
294 + Yes & Yes & Yes & Banned & Banned \\
295
296 \t{libopts} & \compactfeatureref{banned-commands} &
297 - Yes & Yes & Yes & Yes & Banned & Banned \\
298 + Yes & Yes & Yes & Banned & Banned \\
299
300 Query command options & \compactfeatureref{pm-query-options} &
301 - None & None & \t{-{}-host-root} & \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} &
302 + None & \t{-{}-host-root} & \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} &
303 \t{-b}, \t{-d}, \t{-r} \\
304
305 Output commands use stdout & \compactfeatureref{output-no-stdout} &
306 - Yes & Yes & Yes & Yes & No & No \\
307 + Yes & Yes & Yes & No & No \\
308
309 \t{eqawarn} & \compactfeatureref{eqawarn} &
310 - No & No & No & No & Yes & Yes \\
311 + No & No & No & Yes & Yes \\
312
313 \t{die -n} & \compactfeatureref{nonfatal-die} &
314 - No & No & No & Yes & Yes & Yes \\
315 + No & No & Yes & Yes & Yes \\
316
317 \t{die} in subshell & \compactfeatureref{subshell-die} &
318 - No & No & No & No & Yes & Yes \\
319 + No & No & No & Yes & Yes \\
320
321 \t{eapply} & \compactfeatureref{eapply} &
322 - No & No & No & Yes & Yes & Yes \\
323 + No & No & Yes & Yes & Yes \\
324
325 \t{eapply_user} & \compactfeatureref{eapply-user} &
326 - No & No & No & Yes & Yes & Yes \\
327 + No & No & Yes & Yes & Yes \\
328
329 \t{econf} arguments & \compactfeatureref{econf-options} &
330 - None & disable dependency tracking &
331 + * &
332 disable dependency tracking, disable silent rules &
333 disable dependency tracking, disable silent rules, docdir, htmldir &
334 disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot &
335 disable dependency tracking, disable silent rules, docdir, htmldir, with sysroot \\
336
337 \t{dodoc -r} & \compactfeatureref{dodoc} &
338 - No & Yes & Yes & Yes & Yes & Yes \\
339 + * & Yes & Yes & Yes & Yes \\
340
341 \t{doheader} & \compactfeatureref{doheader} &
342 - No & No & Yes & Yes & Yes & Yes \\
343 + No & Yes & Yes & Yes & Yes \\
344
345 \t{doins} handles symlinks & \compactfeatureref{doins} &
346 - No & Yes & Yes & Yes & Yes & Yes \\
347 + * & Yes & Yes & Yes & Yes \\
348
349 \t{doman} languages & \compactfeatureref{doman-langs} &
350 - * & Yes & Yes & Yes & Yes & Yes \\
351 + * & Yes & Yes & Yes & Yes \\
352
353 \t{doman -i18n} precedence & \compactfeatureref{doman-langs} &
354 - * & Yes & Yes & Yes & Yes & Yes \\
355 + * & Yes & Yes & Yes & Yes \\
356
357 \t{domo} destination path & \compactfeatureref{domo-path} &
358 - \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{/usr} &
359 - \t{/usr} \\
360 + \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{\$\{DESTTREE\}} & \t{/usr} & \t{/usr} \\
361
362 \t{new*} support stdin & \compactfeatureref{newfoo-stdin} &
363 - No & No & Yes & Yes & Yes & Yes \\
364 + No & Yes & Yes & Yes & Yes \\
365
366 Controllable compression & \compactfeatureref{docompress} &
367 - No & Yes & Yes & Yes & Yes & Yes \\
368 + * & Yes & Yes & Yes & Yes \\
369
370 \t{docompress} & \compactfeatureref{docompress} &
371 - No & Yes & Yes & Yes & Yes & Yes \\
372 + * & Yes & Yes & Yes & Yes \\
373
374 Controllable stripping & \compactfeatureref{dostrip} &
375 - No & No & No & No & Yes & Yes \\
376 + No & No & No & Yes & Yes \\
377
378 \t{dostrip} & \compactfeatureref{dostrip} &
379 - No & No & No & No & Yes & Yes \\
380 + No & No & No & Yes & Yes \\
381
382 \t{use_with} empty third arg & \compactfeatureref{use-with} &
383 - No & Yes & Yes & Yes & Yes & Yes \\
384 + * & Yes & Yes & Yes & Yes \\
385
386 \t{usex} & \compactfeatureref{usex} &
387 - No & No & Yes & Yes & Yes & Yes \\
388 + No & Yes & Yes & Yes & Yes \\
389
390 \t{in_iuse} & \compactfeatureref{in-iuse} &
391 - No & No & No & Yes & Yes & Yes \\
392 + No & No & Yes & Yes & Yes \\
393
394 \t{ver_*} commands & \compactfeatureref{ver-commands} &
395 - No & No & No & No & Yes & Yes \\
396 + No & No & No & Yes & Yes \\
397
398 \t{unpack} absolute paths & \compactfeatureref{unpack-absolute} &
399 - No & No & No & Yes & Yes & Yes \\
400 + No & No & Yes & Yes & Yes \\
401
402 \t{unpack} support for \t{xz} & \compactfeatureref{unpack-extensions} &
403 - * & Yes & Yes & Yes & Yes & Yes \\
404 + * & Yes & Yes & Yes & Yes \\
405
406 \t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} &
407 - No & No & No & Yes & Yes & Yes \\
408 + No & No & Yes & Yes & Yes \\
409
410 \t{unpack} case-insensitive & \compactfeatureref{unpack-ignore-case} &
411 - No & No & No & Yes & Yes & Yes \\
412 + No & No & Yes & Yes & Yes \\
413
414 \t{default} function & \compactfeatureref{default-func} &
415 - * & Yes & Yes & Yes & Yes & Yes \\
416 + * & Yes & Yes & Yes & Yes \\
417
418 \t{einstalldocs} & \compactfeatureref{einstalldocs} &
419 - No & No & No & Yes & Yes & Yes \\
420 + No & No & Yes & Yes & Yes \\
421
422 \t{get_libdir} & \compactfeatureref{get-libdir} &
423 - No & No & No & Yes & Yes & Yes \\
424 + No & No & Yes & Yes & Yes \\
425
426 File mtimes preserved & \compactfeatureref{mtime-preserve} &
427 - * & Yes & Yes & Yes & Yes & Yes \\
428 + * & Yes & Yes & Yes & Yes \\
429
430 \end{longtable}
431 \end{landscape}