From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6D81138010 for ; Fri, 14 Sep 2012 06:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3DE921C003; Fri, 14 Sep 2012 06:14:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 738A721C003 for ; Fri, 14 Sep 2012 06:14:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 441FE33D71B for ; Fri, 14 Sep 2012 06:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F0E12E5444 for ; Fri, 14 Sep 2012 06:14:46 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1347517695.20480994f059dc0b3be04ae0f94e9f0be728f3a2.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex eapi-differences.tex eapis.tex ebuild-env-vars.tex ebuild-functions.tex ebuild-vars.tex merge.tex pkg-mgr-commands.tex pms.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 20480994f059dc0b3be04ae0f94e9f0be728f3a2 X-VCS-Branch: master Date: Fri, 14 Sep 2012 06:14:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ddc7986-632c-485d-bb42-784e4bbbe026 X-Archives-Hash: 279e5119f791f8a9f33f7c5c241c463f commit: 20480994f059dc0b3be04ae0f94e9f0be728f3a2 Author: Ciaran McCreesh googlemail com> AuthorDate: Sun May 6 16:12:14 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Thu Sep 13 06:28:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=20480994 Add an EAPI 5 identical to EAPI 4 --- dependencies.tex | 12 ++++-- eapi-differences.tex | 98 ++++++++++++++++++++++++++++---------------------- eapis.tex | 4 ++- ebuild-env-vars.tex | 9 +++-- ebuild-functions.tex | 25 +++++++++---- ebuild-vars.tex | 12 ++++-- merge.tex | 3 +- pkg-mgr-commands.tex | 33 +++++++++++------ pms.tex | 4 +- 9 files changed, 123 insertions(+), 77 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 54305c5..4b4300c 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -76,7 +76,7 @@ be surrounded on both sides by whitespace, except at the start and end of the st In particular, note that whitespace is not optional. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{SRC\_URI} arrows} \label{tab:uri-arrows-table} \begin{tabular}{ l l } \toprule @@ -88,6 +88,7 @@ In particular, note that whitespace is not optional. \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -148,7 +149,7 @@ manager must warn or error if this feature is used with an EAPI not supporting u \note Order is important. The slot restriction must come before use dependencies. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{SLOT} dependencies} \label{tab:slot-deps-table} \begin{tabular}{ l l } \toprule @@ -160,11 +161,12 @@ manager must warn or error if this feature is used with an EAPI not supporting u \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{USE} dependencies} \label{tab:use-deps-table} \begin{tabular}{ l l } \toprule @@ -176,6 +178,7 @@ manager must warn or error if this feature is used with an EAPI not supporting u \t{2} & 2-style \\ \t{3} & 2-style \\ \t{4} & 4-style \\ + \t{5} & 4-style \\ \bottomrule \end{tabular} \end{centertable} @@ -215,7 +218,7 @@ ignored by the package manager, so long as any blocked package will be uninstall strong block must not be ignored. The mapping from one or two exclamation marks to strength is described in table~\ref{tab:bang-strength-table}. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{Exclamation mark strengths for EAPIs} \label{tab:bang-strength-table} \begin{tabular}{ l l l } \toprule @@ -228,6 +231,7 @@ described in table~\ref{tab:bang-strength-table}. \t{2} & Weak & Strong \\ \t{3} & Weak & Strong \\ \t{4} & Weak & Strong \\ + \t{5} & Weak & Strong \\ \bottomrule \end{tabular} \end{centertable} diff --git a/eapi-differences.tex b/eapi-differences.tex index 33381e7..92d369e 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -2,10 +2,10 @@ \note This chapter is informative and for convenience only. Refer to the main text for specifics. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{landscape} \newcolumntype{P}[1]{>{\setlength{\rightskip}{0pt plus 1fil}}p{#1}} -\begin{longtable}{llP{5em}P{5em}P{8em}P{8em}P{8em}} +\begin{longtable}{llP{5em}P{5em}P{6em}P{6em}P{6em}P{6em}} \caption{Features in EAPIs}\\ \toprule \multicolumn{1}{c}{\b{Feature}} & @@ -17,7 +17,8 @@ \multicolumn{1}{c}{1} & \multicolumn{1}{c}{2} & \multicolumn{1}{c}{3} & -\multicolumn{1}{c}{4} \\ +\multicolumn{1}{c}{4} & +\multicolumn{1}{c}{5} \\ \midrule \endfirsthead \midrule @@ -30,7 +31,8 @@ \multicolumn{1}{c}{1} & \multicolumn{1}{c}{2} & \multicolumn{1}{c}{3} & -\multicolumn{1}{c}{4} \\ +\multicolumn{1}{c}{4} & +\multicolumn{1}{c}{5} \\ \midrule \endhead \midrule @@ -39,125 +41,127 @@ \endlastfoot \t{IUSE} defaults & \compactfeatureref{iuse-defaults} & - No & Yes & Yes & Yes & Yes \\ + No & Yes & Yes & Yes & Yes & Yes \\ \t{REQUIRED\_USE} & \compactfeatureref{required-use} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{PROPERTIES} & \compactfeatureref{properties} & - Optionally & Optionally & Optionally & Optionally & Yes \\ + Optionally & Optionally & Optionally & Optionally & Yes & Yes \\ \t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} & - Yes & Yes & Yes & Yes & No \\ + Yes & Yes & Yes & Yes & No & No \\ \t{DEFINED\_PHASES} & \compactfeatureref{defined-phases} & - Optionally & Optionally & Optionally & Optionally & Yes \\ + Optionally & Optionally & Optionally & Optionally & Yes & Yes \\ \t{SRC\_URI} arrows & \compactfeatureref{src-uri-arrows} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ Slot dependencies & \compactfeatureref{slot-deps} & - No & Yes & Yes & Yes & Yes \\ + No & Yes & Yes & Yes & Yes & Yes \\ Use dependencies & \compactfeatureref{use-deps} & - No & No & 2-style & 2-style & 4-style \\ + No & No & 2-style & 2-style & 4-style & 4-style \\ \t{!} blockers & \compactfeatureref{bang-strength} & - Unspecified & Unspecified & Weak & Weak & Weak \\ + Unspecified & Unspecified & Weak & Weak & Weak & Weak \\ \t{!!} blockers & \compactfeatureref{bang-strength} & - Forbidden & Forbidden & Strong & Strong & Strong \\ + Forbidden & Forbidden & Strong & Strong & Strong & Strong \\ \t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} & - Always & Always & Always & Always & Conditional \\ + Always & Always & Always & Always & Conditional & Conditional \\ \t{pkg\_pretend} & \compactfeatureref{pkg-pretend} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{src\_prepare} & \compactfeatureref{src-prepare} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{src\_configure} & \compactfeatureref{src-configure} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{src\_compile} style & \compactfeatureref{src-compile} & - 0 & 1 & 2 & 2 & 2 \\ + 0 & 1 & 2 & 2 & 2 & 2 \\ \t{src\_install} style & \compactfeatureref{src-install} & - no-op & no-op & no-op & no-op & 4 \\ + no-op & no-op & no-op & no-op & 4 & 4 \\ \t{pkg\_info} & \compactfeatureref{pkg-info} & - Installed & Installed & Installed & Installed & Both \\ + Installed & Installed & Installed & Installed & Both & Both \\ \t{default\_} phase functions & \compactfeatureref{default-phase-funcs} & None & None & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_test} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \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 & Yes & Yes & Yes & No \\ + Yes & Yes & Yes & Yes & No & No \\ \t{KV} & \compactfeatureref{kv} & - Yes & Yes & Yes & Yes & No \\ + Yes & Yes & Yes & Yes & No & No \\ \t{MERGE\_TYPE} & \compactfeatureref{merge-type} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{REPLACING\_VERSIONS} & \compactfeatureref{replace-version-vars} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{REPLACED\_BY\_VERSION} & \compactfeatureref{replace-version-vars} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{EPREFIX}, \t{ED}, \t{EROOT} & \compactfeatureref{offset-prefix-vars} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ Most utilities die & \compactfeatureref{die-on-failure} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{nonfatal} & \compactfeatureref{nonfatal} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{dohard} & \compactfeatureref{banned-commands} & - Yes & Yes & Yes & Yes & Banned \\ + Yes & Yes & Yes & Yes & Banned & Banned \\ \t{dosed} & \compactfeatureref{banned-commands} & - Yes & Yes & Yes & Yes & Banned \\ + Yes & Yes & Yes & Yes & Banned & Banned \\ \t{econf} arguments & \compactfeatureref{econf-options} & - & & & & disable dependency tracking \\ + & & & & disable dependency tracking & disable dependency tracking \\ \t{dodoc -r} & \compactfeatureref{dodoc} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{doins} handles symlinks & \compactfeatureref{doins} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{doman} languages & \compactfeatureref{doman-langs} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{doman -i18n} precedence & \compactfeatureref{doman-langs} & - N/A & N/A & No & No & Yes \\ + N/A & N/A & No & No & Yes & Yes \\ Controllable compression & \compactfeatureref{controllable-compress} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{docompress} & \compactfeatureref{controllable-compress} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{use\_with} empty third arg & \compactfeatureref{use-with} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{unpack} support for \t{xz}? & \compactfeatureref{unpack-extensions} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{default} function & \compactfeatureref{default-func} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ File mtimes preserved & \compactfeatureref{mtime-preserve} & - Undefined & Undefined & Undefined & Yes & Yes \\ + Undefined & Undefined & Undefined & Yes & Yes & Yes \\ \end{longtable} \end{landscape} @@ -236,7 +240,15 @@ EAPI 4 is EAPI 3 with the following changes: \item \t{use\_with} and \t{use\_enable} support empty third argument, \featureref{use-with}. \end{compactitem} -\ChangeWhenAddingAnEAPI{4} +\section*{EAPI 5} + +EAPI 5 is EAPI 4 with the following changes: + +\begin{compactitem} +\item None +\end{compactitem} + +\ChangeWhenAddingAnEAPI{5} % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : diff --git a/eapis.tex b/eapis.tex index 5543988..48d28fd 100644 --- a/eapis.tex +++ b/eapis.tex @@ -19,7 +19,7 @@ EAPIs are also used for profile directories, as described in section~\ref{sec:pr The following EAPIs are defined by this specification: -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{description} \item[0] The `original' base EAPI. \item[1] EAPI `1' contains a number of extensions to EAPI `0'. Except where explicitly noted, it is @@ -30,6 +30,8 @@ The following EAPIs are defined by this specification: in all other ways identical to EAPI `2'. \item[4] EAPI `4' contains a number of extensions to EAPI `3'. Except where explicitly noted, it is in all other ways identical to EAPI `3'. +\item[5] EAPI `5' contains a number of extensions to EAPI `4'. Except where explicitly noted, it is + in all other ways identical to EAPI `4'. \end{description} Except where explicitly noted, everything in this specification diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index ccf7311..4d3330e 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -210,7 +210,7 @@ variable. \end{longtable} \end{landscape} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting various env variables} \label{tab:env-vars-table} \begin{tabular}{ l l l l l l } \toprule @@ -226,11 +226,12 @@ variable. \t{2} & Yes & Yes & No & No & No \\ \t{3} & Yes & Yes & No & No & No \\ \t{4} & No & No & Yes & Yes & Yes \\ + \t{5} & No & No & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting offset-prefix env variables} \label{tab:offset-env-vars-table} \begin{tabular}{ l l l l } @@ -245,6 +246,7 @@ variable. \t{2} & No & No & No \\ \t{3} & Yes & Yes & Yes \\ \t{4} & Yes & Yes & Yes \\ + \t{5} & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -315,7 +317,7 @@ variable shall be defined in \t{pkg\_prerm} and \t{pkg\_postrm}. It shall contai \subsection{Offset-prefix variables \t{EPREFIX}, \t{EROOT} and \t{ED}} \label{sec:offset-vars} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting offset-prefix} \label{tab:offset-support-table} \begin{tabular}{ l l } @@ -328,6 +330,7 @@ variable shall be defined in \t{pkg\_prerm} and \t{pkg\_postrm}. It shall contai \t{2} & No \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/ebuild-functions.tex b/ebuild-functions.tex index 24f7d69..cd4075c 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -44,7 +44,7 @@ fallback to \t{WORKDIR} is used: in \t{DEFINED\_PHASES}. \end{compactitem} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs with \t{S} to \t{WORKDIR} fallbacks} \label{tab:s-fallback-table} \begin{tabular}{ l l } \toprule @@ -56,6 +56,7 @@ fallback to \t{WORKDIR} is used: \t{2} & Always \\ \t{3} & Always \\ \t{4} & Conditional error \\ + \t{5} & Conditional error \\ \bottomrule \end{tabular} \end{centertable} @@ -78,7 +79,7 @@ before the next phase is executed. \t{pkg\_pretend} must not write to the filesystem. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{pkg\_pretend}} \label{tab:pkg-pretend-table} \begin{tabular}{ l l } \toprule @@ -90,6 +91,7 @@ before the next phase is executed. \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -133,7 +135,7 @@ implementation does nothing. The initial working directory is \t{S}, with an error or fallback to \t{WORKDIR} as discussed in section~\ref{sec:s-to-workdir-fallback}. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{src\_prepare}} \label{tab:src-prepare-table} \begin{tabular}{ l l } \toprule @@ -145,6 +147,7 @@ section~\ref{sec:s-to-workdir-fallback}. \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -169,7 +172,7 @@ src_configure() { } \end{verbatim} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{src\_configure}} \label{tab:src-configure-table} \begin{tabular}{ l l } \toprule @@ -181,6 +184,7 @@ src_configure() { \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -236,7 +240,7 @@ src_compile() { } \end{verbatim} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{\t{src\_compile} behaviour for EAPIs} \label{tab:src-compile-table} \begin{tabular}{ l l } \toprule @@ -248,6 +252,7 @@ src_compile() { \t{2} & 2 \\ \t{3} & 2 \\ \t{4} & 2 \\ + \t{5} & 2 \\ \bottomrule \end{tabular} \end{centertable} @@ -303,7 +308,7 @@ src_install() { For other EAPIs, the default implementation used when the ebuild lacks the \t{src\_install} function is a no-op. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{\t{src\_install} behaviour for EAPIs} \label{tab:src-install-table} \begin{tabular}{ l l } \toprule @@ -315,6 +320,7 @@ is a no-op. \t{2} & no-op \\ \t{3} & no-op \\ \t{4} & 4 \\ + \t{5} & 4 \\ \bottomrule \end{tabular} \end{centertable} @@ -378,7 +384,7 @@ that dependencies may not be installed. \t{pkg\_info} must not write to the filesystem. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{pkg\_info} on non-installed packages} \label{tab:pkg-info-table} \begin{tabular}{ l l } \toprule @@ -390,6 +396,7 @@ that dependencies may not be installed. \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -412,7 +419,7 @@ named \t{default\_}(phase) that behaves as the default implementation for that E when executing any ebuild phase listed in the table. Ebuilds must not call these functions except when in the phase in question. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{default\_} phase functions} \label{tab:default-phase-function-table} \begin{tabular}{ l >{\setlength{\rightskip}{0pt plus 1fil}}p{30em} } \toprule @@ -427,6 +434,8 @@ when in the phase in question. \t{src\_compile}, \t{src\_test} \\ \t{4} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_install}, \t{src\_test} \\ + \t{5} & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, + \t{src\_compile}, \t{src\_install}, \t{src\_test} \\ \bottomrule \end{tabular} \end{centertable} diff --git a/ebuild-vars.tex b/ebuild-vars.tex index cf19721..306fb2f 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -78,7 +78,7 @@ Ebuilds may define any of the following variables: \item[PDEPEND] See section~\ref{sec:dependencies}. \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{IUSE} defaults} \label{tab:iuse-defaults-table} \begin{tabular}{ l l } \toprule @@ -90,11 +90,12 @@ Ebuilds may define any of the following variables: \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting various ebuild-defined variables} \label{tab:optional-vars-table} \begin{tabular}{ l l l } @@ -108,6 +109,7 @@ Ebuilds may define any of the following variables: \t{2} & Optionally & No \\ \t{3} & Optionally & No \\ \t{4} & Yes & Yes \\ + \t{5} & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -154,7 +156,7 @@ any \t{DEPEND} or \t{RDEPEND} set in an eclass does not change the implicit \t{R the ebuild portion, and any \t{DEPEND} value set in an eclass does not get treated as being part of \t{RDEPEND}. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs with \t{RDEPEND=DEPEND} Default} \label{tab:rdepend-depend-table} \begin{tabular}{ l l } \toprule @@ -166,6 +168,7 @@ the ebuild portion, and any \t{DEPEND} value set in an eclass does not get treat \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & No \\ + \t{5} & No \\ \bottomrule \end{tabular} \end{centertable} @@ -199,7 +202,7 @@ this variable defined, and must treat an empty string as ``this information is n \note Thus, by extension of section~\ref{sec:metadata-invariance}, phase functions must not be defined based upon any variant condition. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{DEFINED\_PHASES}} \label{tab:defined-phases-table} \begin{tabular}{ l l } \toprule @@ -211,6 +214,7 @@ based upon any variant condition. \t{2} & Optionally \\ \t{3} & Optionally \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/merge.tex b/merge.tex index 846e876..bc74193 100644 --- a/merge.tex +++ b/merge.tex @@ -86,7 +86,7 @@ held under the original image directory. In other EAPIs, the behaviour with respect to file modification times is undefined. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{Preservation of file modification times (mtimes)} \label{tab:mtime-preserve} \begin{tabular}{ l l } @@ -99,6 +99,7 @@ is undefined. \t{2} & Undefined \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 348d4be..98385c4 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -23,7 +23,7 @@ The following commands affect this behaviour: table~\ref{tab:commands-die-table} as supporting \t{nonfatal}. \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPI Command Failure Behaviour} \label{tab:commands-die-table} \begin{tabular}{ l l l } \toprule @@ -36,6 +36,7 @@ The following commands affect this behaviour: \t{2} & Non-zero exit & No \\ \t{3} & Non-zero exit & No \\ \t{4} & Aborts & Yes \\ + \t{5} & Aborts & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -46,7 +47,7 @@ The following commands affect this behaviour: \featurelabel{banned-commands} Some commands are banned in some EAPIs. If a banned command is called, the package manager must abort the build process indicating an error. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{Banned commands} \label{tab:banned-commands-table} \begin{tabular}{ l l l l } \toprule @@ -61,6 +62,7 @@ called, the package manager must abort the build process indicating an error. \t{2} & No & No \\ \t{3} & No & No \\ \t{4} & Yes & Yes \\ + \t{5} & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -149,7 +151,7 @@ has returned. string \t{disable-dependency-tracking} occurs in the output of \t{configure -{}-help}. \end{itemize} - \ChangeWhenAddingAnEAPI{4} + \ChangeWhenAddingAnEAPI{5} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} \begin{tabular}{ l l l } \toprule @@ -161,6 +163,7 @@ has returned. \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -412,7 +415,7 @@ that can be passed to \t{dohtml} are as follows: \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting \t{dodoc -r}} \label{tab:dodoc-table} \begin{tabular}{ l l } \toprule @@ -424,11 +427,12 @@ that can be passed to \t{dohtml} are as follows: \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting symlinks for \t{doins}} \label{tab:doins-table} \begin{tabular}{ l l } \toprule @@ -440,11 +444,12 @@ that can be passed to \t{dohtml} are as follows: \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{\t{doman} language support options for EAPIs} \label{tab:doman-table} \begin{tabular}{ l l l } @@ -458,6 +463,7 @@ that can be passed to \t{dohtml} are as follows: \t{2} & Yes & No \\ \t{3} & Yes & No \\ \t{4} & Yes & Yes \\ + \t{5} & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -547,7 +553,7 @@ exclusion list. Otherwise, add each argument to the inclusion list. Only availab in table~\ref{tab:compression-table} as supporting \t{docompress}. \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting controllable compression} \label{tab:compression-table} \begin{tabular}{ l l l } \toprule @@ -560,6 +566,7 @@ in table~\ref{tab:compression-table} as supporting \t{docompress}. \t{2} & No & No \\ \t{3} & No & No \\ \t{4} & Yes & Yes \\ + \t{5} & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -591,7 +598,7 @@ either behaviour is undefined or it is an error as decided by table~\ref{tab:use instead of \t{-{}-with-} or \t{-{}-without-}. \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPI Behaviour for Use Queries not in IUSE\_EFFECTIVE} \label{tab:use-list-strictness} \begin{tabular}{ l l } \toprule @@ -603,11 +610,12 @@ instead of \t{-{}-with-} or \t{-{}-without-}. \t{2} & Undefined \\ \t{3} & Undefined \\ \t{4} & Error \\ + \t{5} & Error \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting empty third argument in \t{use\_with} and \t{use\_enable}} \label{tab:use-with-third-arg} \begin{tabular}{ l l } @@ -620,6 +628,7 @@ instead of \t{-{}-with-} or \t{-{}-without-}. \t{2} & No \\ \t{3} & No \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -690,7 +699,7 @@ has returned. It is up to the ebuild to ensure that the relevant external utilities are available, whether by being in the system set or via dependencies. -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{\t{unpack} extensions for EAPIs} \label{tab:unpack-extensions-table} \begin{tabular}{ l l } \toprule @@ -702,6 +711,7 @@ has returned. \t{2} & No \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -715,7 +725,7 @@ has returned. table~\ref{tab:default-function-table}. \end{description} -\ChangeWhenAddingAnEAPI{4} +\ChangeWhenAddingAnEAPI{5} \begin{centertable}{EAPIs supporting the \t{default} function} \label{tab:default-function-table} \begin{tabular}{ l l } \toprule @@ -727,6 +737,7 @@ has returned. \t{2} & Yes \\ \t{3} & Yes \\ \t{4} & Yes \\ + \t{5} & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/pms.tex b/pms.tex index a64bdcd..5885c9c 100644 --- a/pms.tex +++ b/pms.tex @@ -21,8 +21,8 @@ pdfkeywords={Gentoo, package manager, specification}, } -\CurrentEAPIIs{4} -\ChangeWhenAddingAnEAPI{4} +\CurrentEAPIIs{5} +\ChangeWhenAddingAnEAPI{5} \begin{document} \maketitle