Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-7 commit in: /
Date: Mon, 10 Apr 2017 18:13:30
Message-Id: 1491846349.48002706e4455e9bdc8031aa3e7a9a5fac81a003.ulm@gentoo
1 commit: 48002706e4455e9bdc8031aa3e7a9a5fac81a003
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 15 17:19:43 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 10 17:45:49 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=48002706
7
8 EAPI feature table: Consolidate EAPIs 0 to 3.
9
10 With the addition of EAPI 7, the table was too wide again.
11
12 eapi-differences.tex | 143 +++++++++++++++++++++++++--------------------------
13 1 file changed, 70 insertions(+), 73 deletions(-)
14
15 diff --git a/eapi-differences.tex b/eapi-differences.tex
16 index da6507a..649b5a6 100644
17 --- a/eapi-differences.tex
18 +++ b/eapi-differences.tex
19 @@ -1,22 +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, and~2 have been consolidated into a single column in the table
24 +For lack of space, EAPIs 0, 1, 2, and~3 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{7}
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}{\b{Feature}} &
36 \multicolumn{1}{c}{\b{Reference}} &
37 -\multicolumn{6}{c}{\b{EAPIs}} \\
38 +\multicolumn{5}{c}{\b{EAPIs}} \\
39 \multicolumn{1}{c}{} &
40 \multicolumn{1}{c}{} &
41 -\multicolumn{1}{c}{0, 1, 2} &
42 -\multicolumn{1}{c}{3} &
43 +\multicolumn{1}{c}{0, 1, 2, 3} &
44 \multicolumn{1}{c}{4} &
45 \multicolumn{1}{c}{5} &
46 \multicolumn{1}{c}{6} &
47 @@ -26,11 +26,10 @@ of this document for a complete table of previous EAPIs.
48 \midrule
49 \multicolumn{1}{c}{\b{Feature}} &
50 \multicolumn{1}{c}{\b{Reference}} &
51 -\multicolumn{6}{c}{\b{EAPIs}} \\
52 +\multicolumn{5}{c}{\b{EAPIs}} \\
53 \multicolumn{1}{c}{} &
54 \multicolumn{1}{c}{} &
55 -\multicolumn{1}{c}{0, 1, 2} &
56 -\multicolumn{1}{c}{3} &
57 +\multicolumn{1}{c}{0, 1, 2, 3} &
58 \multicolumn{1}{c}{4} &
59 \multicolumn{1}{c}{5} &
60 \multicolumn{1}{c}{6} &
61 @@ -43,79 +42,77 @@ of this document for a complete table of previous EAPIs.
62 \endlastfoot
63
64 Stable use masking/forcing & \compactfeatureref{stablemask} &
65 - No & No & No & Yes & Yes & Yes \\
66 + No & No & Yes & Yes & Yes \\
67
68 Bash version & \compactfeatureref{bash-version} &
69 - 3.2 & 3.2 & 3.2 & 3.2 & 4.2 & 4.2 \\
70 + 3.2 & 3.2 & 3.2 & 4.2 & 4.2 \\
71
72 \t{IUSE} defaults & \compactfeatureref{iuse-defaults} &
73 - * & Yes & Yes & Yes & Yes & Yes \\
74 + * & Yes & Yes & Yes & Yes \\
75
76 \t{REQUIRED\_USE} & \compactfeatureref{required-use} &
77 - No & No & Yes & Yes & Yes & Yes \\
78 + No & Yes & Yes & Yes & Yes \\
79
80 \t{PROPERTIES} & \compactfeatureref{properties} &
81 - Optionally & Optionally & Yes & Yes & Yes & Yes \\
82 + Optionally & Yes & Yes & Yes & Yes \\
83
84 \t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} &
85 - Yes & Yes & No & No & No & No \\
86 + Yes & No & No & No & No \\
87
88 \t{DEFINED\_PHASES} & \compactfeatureref{defined-phases} &
89 - Optionally & Optionally & Yes & Yes & Yes & Yes \\
90 + Optionally & Yes & Yes & Yes & Yes \\
91
92 \t{??\ ( )} groups & \compactfeatureref{at-most-one-of} &
93 - No & No & No & Yes & Yes & Yes \\
94 + No & No & Yes & Yes & Yes \\
95
96 \t{SRC\_URI} arrows & \compactfeatureref{src-uri-arrows} &
97 - * & Yes & Yes & Yes & Yes & Yes \\
98 + * & Yes & Yes & Yes & Yes \\
99
100 Slot dependencies & \compactfeatureref{slot-deps} &
101 - * & Named & Named & Named and Operator & Named and Operator & Named and Operator \\
102 + * & Named & Named and Operator & Named and Operator & Named and Operator \\
103
104 Sub-slots & \compactfeatureref{sub-slot} &
105 - No & No & No & Yes & Yes & Yes \\
106 + No & No & Yes & Yes & Yes \\
107
108 Use dependencies & \compactfeatureref{use-deps} &
109 - * & 2-style & 4-style & 4-style & 4-style & 4-style \\
110 + * & 4-style & 4-style & 4-style & 4-style \\
111
112 \t{!}\ blockers & \compactfeatureref{bang-strength} &
113 - * & Weak & Weak & Weak & Weak & Weak \\
114 + * & Weak & Weak & Weak & Weak \\
115
116 \t{!!}\ blockers & \compactfeatureref{bang-strength} &
117 - * & Strong & Strong & Strong & Strong & Strong \\
118 + * & Strong & Strong & Strong & Strong \\
119
120 \t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} &
121 - Always & Always & Conditional & Conditional & Conditional & Conditional \\
122 + Always & Conditional & Conditional & Conditional & Conditional \\
123
124 \t{pkg\_pretend} & \compactfeatureref{pkg-pretend} &
125 - No & No & Yes & Yes & Yes & Yes \\
126 + No & Yes & Yes & Yes & Yes \\
127
128 \t{src\_prepare} & \compactfeatureref{src-prepare} &
129 - * & Yes & Yes & Yes & Yes & Yes \\
130 + * & Yes & Yes & Yes & Yes \\
131
132 \t{src\_prepare} style & \compactfeatureref{src-prepare} &
133 - * & no-op & no-op & no-op & 6 & 6 \\
134 + * & no-op & no-op & 6 & 6 \\
135
136 \t{src\_configure} & \compactfeatureref{src-configure} &
137 - * & Yes & Yes & Yes & Yes & Yes \\
138 + * & Yes & Yes & Yes & Yes \\
139
140 \t{src\_compile} style & \compactfeatureref{src-compile} &
141 - * & 2 & 2 & 2 & 2 & 2 \\
142 + * & 2 & 2 & 2 & 2 \\
143
144 Parallel tests & \compactfeatureref{parallel-tests} &
145 - No & No & No & Yes & Yes & Yes \\
146 + No & No & Yes & Yes & Yes \\
147
148 \t{src\_install} style & \compactfeatureref{src-install} &
149 - no-op & no-op & 4 & 4 & 6 & 6 \\
150 + no-op & 4 & 4 & 6 & 6 \\
151
152 \t{pkg\_info} & \compactfeatureref{pkg-info} &
153 - Installed & Installed & Both & Both & Both & Both \\
154 + Installed & Both & Both & Both & Both \\
155
156 \t{default\_} phase functions & \compactfeatureref{default-phase-funcs} &
157 * &
158 \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
159 - \t{src\_compile}, \t{src\_test} &
160 - \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
161 \t{src\_compile}, \t{src\_install}, \t{src\_test} &
162 \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure},
163 \t{src\_compile}, \t{src\_install}, \t{src\_test} &
164 @@ -125,127 +122,127 @@ Parallel tests & \compactfeatureref{parallel-tests} &
165 \t{src\_compile}, \t{src\_install}, \t{src\_test} \\
166
167 \t{AA} & \compactfeatureref{aa} &
168 - Yes & Yes & No & No & No & No \\
169 + Yes & No & No & No & No \\
170
171 \t{KV} & \compactfeatureref{kv} &
172 - Yes & Yes & No & No & No & No \\
173 + Yes & No & No & No & No \\
174
175 \t{EBUILD\_PHASE\_FUNC} & \compactfeatureref{ebuild-phase-func} &
176 - No & No & No & Yes & Yes & Yes \\
177 + No & No & Yes & Yes & Yes \\
178
179 \t{MERGE\_TYPE} & \compactfeatureref{merge-type} &
180 - No & No & Yes & Yes & Yes & Yes \\
181 + No & Yes & Yes & Yes & Yes \\
182
183 Sane locale settings & \compactfeatureref{locale-settings} &
184 - Undefined & Undefined & Undefined & Undefined & Yes & Yes \\
185 + Undefined & Undefined & Undefined & Yes & Yes \\
186
187 Profile \t{IUSE} injection & \compactfeatureref{profile-iuse-inject} &
188 - No & No & No & Yes & Yes & Yes \\
189 + No & No & Yes & Yes & Yes \\
190
191 \t{REPLACING\_VERSIONS} & \compactfeatureref{replace-version-vars} &
192 - No & No & Yes & Yes & Yes & Yes \\
193 + No & Yes & Yes & Yes & Yes \\
194
195 \t{REPLACED\_BY\_VERSION} & \compactfeatureref{replace-version-vars} &
196 - No & No & Yes & Yes & Yes & Yes \\
197 + No & Yes & Yes & Yes & Yes \\
198
199 \t{EPREFIX}, \t{ED}, \t{EROOT} & \compactfeatureref{offset-prefix-vars} &
200 - No & Yes & Yes & Yes & Yes & Yes \\
201 + * & Yes & Yes & Yes & Yes \\
202
203 \t{failglob} in global scope & \compactfeatureref{failglob} &
204 - No & No & No & No & Yes & Yes \\
205 + No & No & No & Yes & Yes \\
206
207 \t{find} is GNU? & \compactfeatureref{gnu-find} &
208 - Undefined & Undefined & Undefined & Yes & Yes & Yes \\
209 + Undefined & Undefined & Yes & Yes & Yes \\
210
211 Most utilities die & \compactfeatureref{die-on-failure} &
212 - No & No & Yes & Yes & Yes & Yes \\
213 + No & Yes & Yes & Yes & Yes \\
214
215 \t{nonfatal} & \compactfeatureref{nonfatal} &
216 - No & No & Yes & Yes & Yes & Yes \\
217 + No & Yes & Yes & Yes & Yes \\
218
219 \t{dohard} & \compactfeatureref{banned-commands} &
220 - Yes & Yes & Banned & Banned & Banned & Banned \\
221 + Yes & Banned & Banned & Banned & Banned \\
222
223 \t{dosed} & \compactfeatureref{banned-commands} &
224 - Yes & Yes & Banned & Banned & Banned & Banned \\
225 + Yes & Banned & Banned & Banned & Banned \\
226
227 \t{einstall} & \compactfeatureref{banned-commands} &
228 - Yes & Yes & Yes & Yes & Banned & Banned \\
229 + Yes & Yes & Yes & Banned & Banned \\
230
231 Option \t{-{}-host-root} & \compactfeatureref{host-root-option} &
232 - No & No & No & Yes & Yes & Yes \\
233 + No & No & Yes & Yes & Yes \\
234
235 \t{die -n} & \compactfeatureref{nonfatal-die} &
236 - No & No & No & No & Yes & Yes \\
237 + No & No & No & Yes & Yes \\
238
239 \t{eapply} & \compactfeatureref{eapply} &
240 - No & No & No & No & Yes & Yes \\
241 + No & No & No & Yes & Yes \\
242
243 \t{eapply\_user} & \compactfeatureref{eapply-user} &
244 - No & No & No & No & Yes & Yes \\
245 + No & No & No & Yes & Yes \\
246
247 \t{econf} arguments & \compactfeatureref{econf-options} &
248 - & & disable dependency tracking &
249 + & disable dependency tracking &
250 disable dependency tracking, disable silent rules &
251 disable dependency tracking, disable silent rules, docdir, htmldir &
252 disable dependency tracking, disable silent rules, docdir, htmldir \\
253
254 \t{dodoc -r} & \compactfeatureref{dodoc} &
255 - No & No & Yes & Yes & Yes & Yes \\
256 + No & Yes & Yes & Yes & Yes \\
257
258 \t{doheader} & \compactfeatureref{doheader} &
259 - No & No & No & Yes & Yes & Yes \\
260 + No & No & Yes & Yes & Yes \\
261
262 \t{doins} handles symlinks & \compactfeatureref{doins} &
263 - No & No & Yes & Yes & Yes & Yes \\
264 + No & Yes & Yes & Yes & Yes \\
265
266 \t{doman} languages & \compactfeatureref{doman-langs} &
267 - * & Yes & Yes & Yes & Yes & Yes \\
268 + * & Yes & Yes & Yes & Yes \\
269
270 \t{doman -i18n} precedence & \compactfeatureref{doman-langs} &
271 - * & No & Yes & Yes & Yes & Yes \\
272 + * & Yes & Yes & Yes & Yes \\
273
274 \t{new*} support stdin & \compactfeatureref{newfoo-stdin} &
275 - No & No & No & Yes & Yes & Yes \\
276 + No & No & Yes & Yes & Yes \\
277
278 Controllable compression & \compactfeatureref{docompress} &
279 - No & No & Yes & Yes & Yes & Yes \\
280 + No & Yes & Yes & Yes & Yes \\
281
282 \t{docompress} & \compactfeatureref{docompress} &
283 - No & No & Yes & Yes & Yes & Yes \\
284 + No & Yes & Yes & Yes & Yes \\
285
286 \t{use\_with} empty third arg & \compactfeatureref{use-with} &
287 - No & No & Yes & Yes & Yes & Yes \\
288 + No & Yes & Yes & Yes & Yes \\
289
290 \t{usex} & \compactfeatureref{usex} &
291 - No & No & No & Yes & Yes & Yes \\
292 + No & No & Yes & Yes & Yes \\
293
294 \t{in\_iuse} & \compactfeatureref{in-iuse} &
295 - No & No & No & No & Yes & Yes \\
296 + No & No & No & Yes & Yes \\
297
298 \t{unpack} absolute paths & \compactfeatureref{unpack-absolute} &
299 - No & No & No & No & Yes & Yes \\
300 + No & No & No & Yes & Yes \\
301
302 \t{unpack} support for \t{xz} & \compactfeatureref{unpack-extensions} &
303 - No & Yes & Yes & Yes & Yes & Yes \\
304 + * & Yes & Yes & Yes & Yes \\
305
306 \t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} &
307 - No & No & No & No & Yes & Yes \\
308 + No & No & No & Yes & Yes \\
309
310 \t{unpack} case-insensitive & \compactfeatureref{unpack-ignore-case} &
311 - No & No & No & No & Yes & Yes \\
312 + No & No & No & Yes & Yes \\
313
314 \t{default} function & \compactfeatureref{default-func} &
315 - * & Yes & Yes & Yes & Yes & Yes \\
316 + * & Yes & Yes & Yes & Yes \\
317
318 \t{einstalldocs} & \compactfeatureref{einstalldocs} &
319 - No & No & No & No & Yes & Yes \\
320 + No & No & No & Yes & Yes \\
321
322 \t{get\_libdir} & \compactfeatureref{get-libdir} &
323 - No & No & No & No & Yes & Yes \\
324 + No & No & No & Yes & Yes \\
325
326 File mtimes preserved & \compactfeatureref{mtime-preserve} &
327 - Undefined & Yes & Yes & Yes & Yes & Yes \\
328 + * & Yes & Yes & Yes & Yes \\
329
330 \end{longtable}
331 \end{landscape}