summaryrefslogtreecommitdiff
blob: 8e3e527f65c94d851151b3dfec132b6078b646fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
\chapter{Feature Availability by EAPI}

\note{This chapter is informative and for convenience only. Refer to the main text for specifics.
For lack of space, EAPIs 0, 1, 2, and~3 have been consolidated into a single column in the table
below; entries marked with an asterisk differ between these EAPIs. See the 2012-09-20 edition
of this document for a complete table of previous EAPIs.}
% 2012-09-20 (EAPI 5) edition has a table of EAPIs 0 to 5

\ChangeWhenAddingAnEAPI{7}
\begin{landscape}
\begin{longtable}{llP{7.5em}P{7.5em}P{7.5em}P{7.5em}P{7.5em}}
\caption{Features in EAPIs}\\
\toprule
\multicolumn{1}{c}{\b{Feature}} &
\multicolumn{1}{c}{\b{Reference}} &
\multicolumn{5}{c}{\b{EAPIs}} \\
\multicolumn{1}{c}{} &
\multicolumn{1}{c}{} &
\multicolumn{1}{c}{0, 1, 2, 3} &
\multicolumn{1}{c}{4} &
\multicolumn{1}{c}{5} &
\multicolumn{1}{c}{6} &
\multicolumn{1}{c}{7} \\
\midrule
\endfirsthead
\midrule
\multicolumn{1}{c}{\b{Feature}} &
\multicolumn{1}{c}{\b{Reference}} &
\multicolumn{5}{c}{\b{EAPIs}} \\
\multicolumn{1}{c}{} &
\multicolumn{1}{c}{} &
\multicolumn{1}{c}{0, 1, 2, 3} &
\multicolumn{1}{c}{4} &
\multicolumn{1}{c}{5} &
\multicolumn{1}{c}{6} &
\multicolumn{1}{c}{7} \\
\midrule
\endhead
\midrule
\endfoot
\bottomrule
\endlastfoot

\t{package.mask} directory & \compactfeatureref{package-mask-dir} &
    No & No & No & No & Yes \\

Profile files as directories & \compactfeatureref{profile-file-dirs} &
    No & No & No & No & Yes \\

\t{package.provided} & \compactfeatureref{package-provided} &
    Optional & Optional & Optional & Optional & No \\

Stable use masking/forcing & \compactfeatureref{stablemask} &
    No & No & Yes & Yes & Yes \\

Bash version & \compactfeatureref{bash-version} &
    3.2 & 3.2 & 3.2 & 4.2 & 4.2 \\

\t{failglob} in global scope & \compactfeatureref{failglob} &
    No & No & No & Yes & Yes \\

\t{IUSE} defaults & \compactfeatureref{iuse-defaults} &
    * & Yes & Yes & Yes & Yes \\

\t{REQUIRED_USE} & \compactfeatureref{required-use} &
    No & Yes & Yes & Yes & Yes \\

\t{PROPERTIES} & \compactfeatureref{properties} &
    Optionally & Yes & Yes & Yes & Yes \\

\t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} &
    Yes & No & No & No & No \\

\t{DEFINED_PHASES} & \compactfeatureref{defined-phases} &
    Optionally & Yes & Yes & Yes & Yes \\

\t{??\ ( )} groups & \compactfeatureref{at-most-one-of} &
    No & No & Yes & Yes & Yes \\

Empty \t{||}, \t{\textasciicircum\textasciicircum} groups match &
    \compactfeatureref{empty-dep-groups} &
    Yes & Yes & Yes & Yes & No \\

\t{SRC_URI} arrows & \compactfeatureref{src-uri-arrows} &
    * & Yes & Yes & Yes & Yes \\

Slot dependencies & \compactfeatureref{slot-deps} &
    * & Named & Named and Operator & Named and Operator & Named and Operator \\

Sub-slots & \compactfeatureref{sub-slot} &
    No & No & Yes & Yes & Yes \\

Use dependencies & \compactfeatureref{use-deps} &
    * & 4-style & 4-style & 4-style & 4-style \\

\t{!}\ blockers & \compactfeatureref{bang-strength} &
    * & Weak & Weak & Weak & Weak \\

\t{!!}\ blockers & \compactfeatureref{bang-strength} &
    * & Strong & Strong & Strong & Strong \\

\t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} &
    Always & Conditional & Conditional & Conditional & Conditional \\

\t{pkg_pretend} & \compactfeatureref{pkg-pretend} &
    No & Yes & Yes & Yes & Yes \\

\t{src_prepare} & \compactfeatureref{src-prepare} &
    * & Yes & Yes & Yes & Yes \\

\t{src_prepare} style & \compactfeatureref{src-prepare} &
    * & no-op & no-op & 6 & 6 \\

\t{src_configure} & \compactfeatureref{src-configure} &
    * & Yes & Yes & Yes & Yes \\

\t{src_compile} style & \compactfeatureref{src-compile} &
    * & 2 & 2 & 2 & 2 \\

Parallel tests & \compactfeatureref{parallel-tests} &
    No & No & Yes & Yes & Yes \\

\t{src_install} style & \compactfeatureref{src-install} &
    no-op & 4 & 4 & 6 & 6 \\

\t{pkg_info} & \compactfeatureref{pkg-info} &
    Installed & Both & Both & Both & Both \\

\t{default_} phase functions & \compactfeatureref{default-phase-funcs} &
    * &
    \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
        \t{src_compile}, \t{src_install}, \t{src_test} &
    \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
        \t{src_compile}, \t{src_install}, \t{src_test} &
    \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
        \t{src_compile}, \t{src_install}, \t{src_test} &
    \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare}, \t{src_configure},
        \t{src_compile}, \t{src_install}, \t{src_test} \\

\t{AA} & \compactfeatureref{aa} &
    Yes & No & No & No & No \\

\t{PORTDIR} & \compactfeatureref{portdir} &
    Yes & Yes & Yes & Yes & No \\

\t{ECLASSDIR} & \compactfeatureref{eclassdir} &
    Yes & Yes & Yes & Yes & No \\

\t{DESTTREE} & \compactfeatureref{desttree} &
    Yes & Yes & Yes & Yes & No \\

\t{INSDESTTREE} & \compactfeatureref{insdesttree} &
    Yes & Yes & Yes & Yes & No \\

\t{KV} & \compactfeatureref{kv} &
    Yes & No & No & No & No \\

\t{EBUILD_PHASE_FUNC} & \compactfeatureref{ebuild-phase-func} &
    No & No & Yes & Yes & Yes \\

\t{MERGE_TYPE} & \compactfeatureref{merge-type} &
    No & Yes & Yes & Yes & Yes \\

Sane locale settings & \compactfeatureref{locale-settings} &
    Undefined & Undefined & Undefined & Yes & Yes \\

Profile \t{IUSE} injection & \compactfeatureref{profile-iuse-inject} &
    No & No & Yes & Yes & Yes \\

\t{REPLACING_VERSIONS} & \compactfeatureref{replace-version-vars} &
    No & Yes & Yes & Yes & Yes \\

\t{REPLACED_BY_VERSION} & \compactfeatureref{replace-version-vars} &
    No & Yes & Yes & Yes & Yes \\

\t{EPREFIX}, \t{ED}, \t{EROOT} & \compactfeatureref{offset-prefix-vars} &
    * & Yes & Yes & Yes & Yes \\

\t{find} is GNU? & \compactfeatureref{gnu-find} &
    Undefined & Undefined & Yes & Yes & Yes \\

Most utilities die & \compactfeatureref{die-on-failure} &
    No & Yes & Yes & Yes & Yes \\

\t{nonfatal} & \compactfeatureref{nonfatal} &
    No & Yes & Yes & Yes & Yes \\

\t{dohard} & \compactfeatureref{banned-commands} &
    Yes & Banned & Banned & Banned & Banned \\

\t{dosed} & \compactfeatureref{banned-commands} &
    Yes & Banned & Banned & Banned & Banned \\

\t{einstall} & \compactfeatureref{banned-commands} &
    Yes & Yes & Yes & Banned & Banned \\

Option \t{-{}-host-root} & \compactfeatureref{host-root-option} &
    No & No & Yes & Yes & Yes \\

\t{die -n} & \compactfeatureref{nonfatal-die} &
    No & No & No & Yes & Yes \\

\t{eapply} & \compactfeatureref{eapply} &
    No & No & No & Yes & Yes \\

\t{eapply_user} & \compactfeatureref{eapply-user} &
    No & No & No & Yes & Yes \\

\t{econf} arguments & \compactfeatureref{econf-options} &
    None & disable dependency tracking &
    disable dependency tracking, disable silent rules &
    disable dependency tracking, disable silent rules, docdir, htmldir &
    disable dependency tracking, disable silent rules, docdir, htmldir \\

\t{dodoc -r} & \compactfeatureref{dodoc} &
    No & Yes & Yes & Yes & Yes \\

\t{doheader} & \compactfeatureref{doheader} &
    No & No & Yes & Yes & Yes \\

\t{doins} handles symlinks & \compactfeatureref{doins} &
    No & Yes & Yes & Yes & Yes \\

\t{doman} languages & \compactfeatureref{doman-langs} &
    * & Yes & Yes & Yes & Yes \\

\t{doman -i18n} precedence & \compactfeatureref{doman-langs} &
    * & Yes & Yes & Yes & Yes \\

\t{new*} support stdin & \compactfeatureref{newfoo-stdin} &
    No & No & Yes & Yes & Yes \\

Controllable compression & \compactfeatureref{docompress} &
    No & Yes & Yes & Yes & Yes \\

\t{docompress} & \compactfeatureref{docompress} &
    No & Yes & Yes & Yes & Yes \\

\t{use_with} empty third arg & \compactfeatureref{use-with} &
    No & Yes & Yes & Yes & Yes \\

\t{usex} & \compactfeatureref{usex} &
    No & No & Yes & Yes & Yes \\

\t{in_iuse} & \compactfeatureref{in-iuse} &
    No & No & No & Yes & Yes \\

\t{unpack} absolute paths & \compactfeatureref{unpack-absolute} &
    No & No & No & Yes & Yes \\

\t{unpack} support for \t{xz} & \compactfeatureref{unpack-extensions} &
    * & Yes & Yes & Yes & Yes \\

\t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} &
    No & No & No & Yes & Yes \\

\t{unpack} case-insensitive & \compactfeatureref{unpack-ignore-case} &
    No & No & No & Yes & Yes \\

\t{default} function & \compactfeatureref{default-func} &
    * & Yes & Yes & Yes & Yes \\

\t{einstalldocs} & \compactfeatureref{einstalldocs} &
    No & No & No & Yes & Yes \\

\t{get_libdir} & \compactfeatureref{get-libdir} &
    No & No & No & Yes & Yes \\

File mtimes preserved & \compactfeatureref{mtime-preserve} &
    * & Yes & Yes & Yes & Yes \\

\end{longtable}
\end{landscape}

\chapter{Differences Between EAPIs}

\note{This chapter is informative and for convenience only. Refer to the main text for specifics.}

\section{EAPI 0}

EAPI 0 is the base EAPI.

\section{EAPI 1}

EAPI 1 is EAPI 0 with the following changes:

\begin{compactitem}
\item \t{IUSE} defaults, \featureref{iuse-defaults}.
\item Slot dependencies, \featureref{slot-deps}.
\item Different \t{src_compile} implementation, \featureref{src-compile-1}.
\end{compactitem}

\section{EAPI 2}

EAPI 2 is EAPI 1 with the following changes:

\begin{compactitem}
\item Use dependencies, \featureref{use-deps}.
\item \t{!}\ and \t{!!}\ blockers, \featureref{bang-strength}.
\item \t{SRC_URI} arrows, \featureref{src-uri-arrows}.
\item \t{src_prepare}, \featureref{src-prepare}.
\item \t{src_configure}, \featureref{src-configure}.
\item Different \t{src_compile} implementation, \featureref{src-compile-2}.
\item \t{default_} phase functions for phases \t{pkg_nofetch}, \t{src_unpack}, \t{src_prepare},
    \t{src_configure}, \t{src_compile} and \t{src_test}; \featureref{default-phase-funcs}.
\item \t{doman} language detection by filename, \featureref{doman-langs}.
\item \t{default} function, \featureref{default-func}.
\end{compactitem}

\section{EAPI 3}

EAPI 3 is EAPI 2 with the following changes:
\begin{compactitem}
\item Offset-prefix support by definition of \t{EPREFIX}, \t{ED} and \t{EROOT},
    \featureref{offset-prefix-vars}.
\item \t{unpack} supports \t{.xz} and \t{.tar.xz}, \featureref{unpack-extensions}.
\item File modification times are preserved, \featureref{mtime-preserve}.
\end{compactitem}

\section{EAPI 4}

EAPI 4 is EAPI 3 with the following changes:

\begin{compactitem}
\item \t{PROPERTIES} support is mandatory, \featureref{properties}.
\item \t{REQUIRED_USE}, \featureref{required-use}.
\item \t{RDEPEND=DEPEND} no longer done, \featureref{rdepend-depend}.
\item \t{DEFINED_PHASES} support is mandatory, \featureref{defined-phases}.
\item Use dependency defaults, \featureref{use-dep-defaults}.
\item \t{S} to \t{WORKDIR} fallback restricted, \featureref{s-workdir-fallback}.
\item \t{pkg_pretend}, \featureref{pkg-pretend}.
\item Default \t{src_install} no longer a no-op, \featureref{src-install-4}.
\item \t{pkg_info} can run on non-installed packages, \featureref{pkg-info}.
\item \t{AA} is gone, \featureref{aa}.
\item \t{KV} is gone, \featureref{kv}.
\item \t{MERGE_TYPE}, \featureref{merge-type}.
\item \t{REPLACING_VERSIONS} and \t{REPLACED_BY_VERSION}, \featureref{replace-version-vars}.
\item Utilities now die on failure, \featureref{die-on-failure}, unless called under \t{nonfatal},
    \featureref{nonfatal}
\item \t{dohard}, \t{dosed} banned, \featureref{banned-commands}.
\item \t{econf} adds \t{-{}-disable-dependency-tracking}, \featureref{econf-options}.
\item \t{dodoc -r} support, \featureref{dodoc}.
\item \t{doins} supports symlinks, \featureref{doins}.
\item \t{doman -i18n} option takes precedence, \featureref{doman-langs}.
\item Controllable compression and \t{docompress}, \featureref{docompress}.
\item \t{use_with} and \t{use_enable} support empty third argument, \featureref{use-with}.
\end{compactitem}

\section{EAPI 5}

EAPI 5 is EAPI 4 with the following changes:

\begin{compactitem}
\item Stable use masking and forcing, \featureref{stablemask}.
\item \t{REQUIRED_USE} now supports \t{??}\ groups, \featureref{at-most-one-of}.
\item Slot operator dependencies, \featureref{slot-operator-deps}.
\item \t{SLOT} now supports an optional sub-slot part, \featureref{sub-slot}.
\item \t{src_test} supports parallel tests, \featureref{parallel-tests}.
\item \t{EBUILD_PHASE_FUNC}, \featureref{ebuild-phase-func}.
\item \t{USE} is calculated differently, \featureref{profile-iuse-inject}.
\item \t{find} is guaranteed to be GNU, \featureref{gnu-find}.
\item \t{best_version} and \t{has_version} support the \t{-{}-host-root} option,
    \featureref{host-root-option}.
\item \t{econf} adds \t{-{}-disable-silent-rules}, \featureref{econf-options}.
\item \t{doheader} and \t{newheader} support, \featureref{doheader}.
\item \t{new*} can read from standard input, \featureref{newfoo-stdin}.
\item \t{usex} support, \featureref{usex}.
\end{compactitem}

\section{EAPI 6}

EAPI 6 is EAPI 5 with the following changes:

\begin{compactitem}
\item Bash version is 4.2, \featureref{bash-version}.
\item \t{failglob} is enabled in global scope, \featureref{failglob}.
\item Default \t{src_prepare} no longer a no-op, \featureref{src-prepare-6}.
\item Different \t{src_install} implementation, \featureref{src-install-6}.
\item \t{LC_CTYPE} and \t{LC_COLLATE} compatible with POSIX locale, \featureref{locale-settings}.
\item \t{einstall} banned, \featureref{banned-commands}.
\item \t{die} and \t{assert} called with \t{-n} respect \t{nonfatal}, \featureref{nonfatal-die}.
\item \t{eapply} support, \featureref{eapply}.
\item \t{eapply_user} support, \featureref{eapply-user}.
\item \t{econf} adds \t{-{}-docdir} and \t{-{}-htmldir}, \featureref{econf-options}.
\item \t{in_iuse} support, \featureref{in-iuse}.
\item \t{unpack} supports absolute and relative paths, \featureref{unpack-absolute}.
\item \t{unpack} supports \t{.txz}, \featureref{unpack-extensions}.
\item \t{unpack} matches filename extensions case-insensitively, \featureref{unpack-ignore-case}.
\item \t{einstalldocs} support, \featureref{einstalldocs}.
\item \t{get_libdir} support, \featureref{get-libdir}.
\end{compactitem}

\section{EAPI 7}

EAPI 7 is EAPI 6 with the following changes:

\begin{compactitem}
\item \t{profiles/package.mask} can be a directory, \featureref{package-mask-dir}.
\item \t{package.mask}, \t{package.use}, \t{use.*} and \t{package.use.*} in a profile can be
    directories, \featureref{profile-file-dirs}.
\item \t{package.provided} in profiles banned, \featureref{package-provided}.
\item Empty \t{||} and \t{\textasciicircum\textasciicircum} dependency groups no longer count as
    being matched, \featureref{empty-dep-groups}.
\item \t{PORTDIR} is gone, \featureref{portdir}.
\item \t{ECLASSDIR} is gone, \featureref{eclassdir}.
\item \t{DESTTREE} is gone, \featureref{desttree}.
\item \t{INSDESTTREE} is gone, \featureref{insdesttree}.
\end{compactitem}

\ChangeWhenAddingAnEAPI{7}

% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pms"
%%% LaTeX-indent-level: 4
%%% LaTeX-item-indent: 0
%%% TeX-brace-indent-level: 4
%%% fill-column: 100
%%% End: