From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-943560-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93086139694 for <garchives@archives.gentoo.org>; Mon, 10 Apr 2017 18:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ECDA21C1E7; Mon, 10 Apr 2017 18:12:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61AB821C1E7 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Apr 2017 18:12:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1238934169A for <gentoo-commits@lists.gentoo.org>; Mon, 10 Apr 2017 18:12:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17E277454 for <gentoo-commits@lists.gentoo.org>; Mon, 10 Apr 2017 18:12:19 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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 Müller" <ulm@gentoo.org> Message-ID: <1491846349.c1a525aa36b98b0f7b5015d7e1d6e35b61ab6e69.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex eapi-differences.tex eapis.tex ebuild-env-commands.tex ebuild-env-vars.tex ebuild-format.tex ebuild-functions.tex ebuild-vars.tex merge.tex pkg-mgr-commands.tex pms.tex profile-variables.tex profiles.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c1a525aa36b98b0f7b5015d7e1d6e35b61ab6e69 X-VCS-Branch: eapi-7 Date: Mon, 10 Apr 2017 18:12:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e6e7c731-cb37-4235-872c-884bde93db50 X-Archives-Hash: 0188760b3ef467c6d77a6662e2af9e2b commit: c1a525aa36b98b0f7b5015d7e1d6e35b61ab6e69 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 17:18:58 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Apr 10 17:45:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c1a525aa Add an EAPI 7 identical to EAPI 6. dependencies.tex | 20 +++---- eapi-differences.tex | 151 ++++++++++++++++++++++++++---------------------- eapis.tex | 7 ++- ebuild-env-commands.tex | 4 +- ebuild-env-vars.tex | 20 +++---- ebuild-format.tex | 4 +- ebuild-functions.tex | 36 ++++++------ ebuild-vars.tex | 18 +++--- merge.tex | 4 +- pkg-mgr-commands.tex | 70 +++++++++++----------- pms.tex | 4 +- profile-variables.tex | 4 +- profiles.tex | 4 +- 13 files changed, 180 insertions(+), 166 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 9917bc4..1a0d56e 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -89,7 +89,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{SRC\_URI} arrows} \label{tab:uri-arrows-table} \begin{tabular}{ll} @@ -98,12 +98,12 @@ In particular, note that whitespace is not optional. \multicolumn{1}{c}{\textbf{Supports \t{SRC\_URI} arrows?}} \\ \midrule 0, 1 & No \\ - 2, 3, 4, 5, 6 & Yes \\ + 2, 3, 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{REQUIRED\_USE ??}\ groups} \label{tab:at-most-one-of-table} \begin{tabular}{ll} @@ -112,7 +112,7 @@ In particular, note that whitespace is not optional. \multicolumn{1}{c}{\textbf{Supports \t{REQUIRED\_USE ??}\ groups?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -183,7 +183,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Support for \t{SLOT} dependencies and sub-slots in EAPIs} \label{tab:slot-deps-table} \begin{tabular}{lll} @@ -194,12 +194,12 @@ manager must warn or error if this feature is used with an EAPI not supporting u \midrule 0 & No & No \\ 1, 2, 3, 4 & Named only & No \\ - 5, 6 & Named and operator & Yes \\ + 5, 6, 7 & Named and operator & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{USE} dependencies} \label{tab:use-deps-table} \begin{tabular}{ll} @@ -209,7 +209,7 @@ manager must warn or error if this feature is used with an EAPI not supporting u \midrule 0, 1 & No \\ 2, 3 & 2-style \\ - 4, 5, 6 & 4-style \\ + 4, 5, 6, 7 & 4-style \\ \bottomrule \end{tabular} \end{centertable} @@ -248,7 +248,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Exclamation mark strengths for EAPIs} \label{tab:bang-strength-table} \begin{tabular}{lll} @@ -258,7 +258,7 @@ described in table~\ref{tab:bang-strength-table}. \multicolumn{1}{c}{\textbf{\t{!!}}} \\ \midrule 0, 1 & Unspecified & Forbidden \\ - 2, 3, 4, 5, 6 & Weak & Strong \\ + 2, 3, 4, 5, 6, 7 & Weak & Strong \\ \bottomrule \end{tabular} \end{centertable} diff --git a/eapi-differences.tex b/eapi-differences.tex index c552497..da6507a 100644 --- a/eapi-differences.tex +++ b/eapi-differences.tex @@ -5,34 +5,36 @@ For lack of space, EAPIs 0, 1, and~2 have been consolidated into a single column 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. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{landscape} -\begin{longtable}{llP{7.5em}P{7.5em}P{7.5em}P{7.5em}P{7.5em}} +\begin{longtable}{llP{7.5em}P{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{6}{c}{\b{EAPIs}} \\ \multicolumn{1}{c}{} & \multicolumn{1}{c}{} & \multicolumn{1}{c}{0, 1, 2} & \multicolumn{1}{c}{3} & \multicolumn{1}{c}{4} & \multicolumn{1}{c}{5} & -\multicolumn{1}{c}{6} \\ +\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{6}{c}{\b{EAPIs}} \\ \multicolumn{1}{c}{} & \multicolumn{1}{c}{} & \multicolumn{1}{c}{0, 1, 2} & \multicolumn{1}{c}{3} & \multicolumn{1}{c}{4} & \multicolumn{1}{c}{5} & -\multicolumn{1}{c}{6} \\ +\multicolumn{1}{c}{6} & +\multicolumn{1}{c}{7} \\ \midrule \endhead \midrule @@ -41,73 +43,73 @@ of this document for a complete table of previous EAPIs. \endlastfoot Stable use masking/forcing & \compactfeatureref{stablemask} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ Bash version & \compactfeatureref{bash-version} & - 3.2 & 3.2 & 3.2 & 3.2 & 4.2 \\ + 3.2 & 3.2 & 3.2 & 3.2 & 4.2 & 4.2 \\ \t{IUSE} defaults & \compactfeatureref{iuse-defaults} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ \t{REQUIRED\_USE} & \compactfeatureref{required-use} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{PROPERTIES} & \compactfeatureref{properties} & - Optionally & Optionally & Yes & Yes & Yes \\ + Optionally & Optionally & Yes & Yes & Yes & Yes \\ \t{RDEPEND=DEPEND} & \compactfeatureref{rdepend-depend} & - Yes & Yes & No & No & No \\ + Yes & Yes & No & No & No & No \\ \t{DEFINED\_PHASES} & \compactfeatureref{defined-phases} & - Optionally & Optionally & Yes & Yes & Yes \\ + Optionally & Optionally & Yes & Yes & Yes & Yes \\ \t{??\ ( )} groups & \compactfeatureref{at-most-one-of} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{SRC\_URI} arrows & \compactfeatureref{src-uri-arrows} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ Slot dependencies & \compactfeatureref{slot-deps} & - * & Named & Named & Named and Operator & Named and Operator \\ + * & Named & Named & Named and Operator & Named and Operator & Named and Operator \\ Sub-slots & \compactfeatureref{sub-slot} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ Use dependencies & \compactfeatureref{use-deps} & - * & 2-style & 4-style & 4-style & 4-style \\ + * & 2-style & 4-style & 4-style & 4-style & 4-style \\ \t{!}\ blockers & \compactfeatureref{bang-strength} & - * & Weak & Weak & Weak & Weak \\ + * & Weak & Weak & Weak & Weak & Weak \\ \t{!!}\ blockers & \compactfeatureref{bang-strength} & - * & Strong & Strong & Strong & Strong \\ + * & Strong & Strong & Strong & Strong & Strong \\ \t{S} to \t{WORKDIR} fallback & \compactfeatureref{s-workdir-fallback} & - Always & Always & Conditional & Conditional & Conditional \\ + Always & Always & Conditional & Conditional & Conditional & Conditional \\ \t{pkg\_pretend} & \compactfeatureref{pkg-pretend} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{src\_prepare} & \compactfeatureref{src-prepare} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ \t{src\_prepare} style & \compactfeatureref{src-prepare} & - * & no-op & no-op & no-op & 6 \\ + * & no-op & no-op & no-op & 6 & 6 \\ \t{src\_configure} & \compactfeatureref{src-configure} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ \t{src\_compile} style & \compactfeatureref{src-compile} & - * & 2 & 2 & 2 & 2 \\ + * & 2 & 2 & 2 & 2 & 2 \\ Parallel tests & \compactfeatureref{parallel-tests} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{src\_install} style & \compactfeatureref{src-install} & - no-op & no-op & 4 & 4 & 6 \\ + no-op & no-op & 4 & 4 & 6 & 6 \\ \t{pkg\_info} & \compactfeatureref{pkg-info} & - Installed & Installed & Both & Both & Both \\ + Installed & Installed & Both & Both & Both & Both \\ \t{default\_} phase functions & \compactfeatureref{default-phase-funcs} & * & @@ -118,129 +120,132 @@ Parallel tests & \compactfeatureref{parallel-tests} & \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 & Yes & No & No & No \\ + Yes & Yes & No & No & No & No \\ \t{KV} & \compactfeatureref{kv} & - Yes & Yes & No & No & No \\ + Yes & Yes & No & No & No & No \\ \t{EBUILD\_PHASE\_FUNC} & \compactfeatureref{ebuild-phase-func} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{MERGE\_TYPE} & \compactfeatureref{merge-type} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ Sane locale settings & \compactfeatureref{locale-settings} & - Undefined & Undefined & Undefined & Undefined & Yes \\ + Undefined & Undefined & Undefined & Undefined & Yes & Yes \\ Profile \t{IUSE} injection & \compactfeatureref{profile-iuse-inject} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{REPLACING\_VERSIONS} & \compactfeatureref{replace-version-vars} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{REPLACED\_BY\_VERSION} & \compactfeatureref{replace-version-vars} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{EPREFIX}, \t{ED}, \t{EROOT} & \compactfeatureref{offset-prefix-vars} & - No & Yes & Yes & Yes & Yes \\ + No & Yes & Yes & Yes & Yes & Yes \\ \t{failglob} in global scope & \compactfeatureref{failglob} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{find} is GNU? & \compactfeatureref{gnu-find} & - Undefined & Undefined & Undefined & Yes & Yes \\ + Undefined & Undefined & Undefined & Yes & Yes & Yes \\ Most utilities die & \compactfeatureref{die-on-failure} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{nonfatal} & \compactfeatureref{nonfatal} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{dohard} & \compactfeatureref{banned-commands} & - Yes & Yes & Banned & Banned & Banned \\ + Yes & Yes & Banned & Banned & Banned & Banned \\ \t{dosed} & \compactfeatureref{banned-commands} & - Yes & Yes & Banned & Banned & Banned \\ + Yes & Yes & Banned & Banned & Banned & Banned \\ \t{einstall} & \compactfeatureref{banned-commands} & - Yes & Yes & Yes & Yes & Banned \\ + Yes & Yes & Yes & Yes & Banned & Banned \\ Option \t{-{}-host-root} & \compactfeatureref{host-root-option} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{die -n} & \compactfeatureref{nonfatal-die} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{eapply} & \compactfeatureref{eapply} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{eapply\_user} & \compactfeatureref{eapply-user} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{econf} arguments & \compactfeatureref{econf-options} & & & 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 & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{doheader} & \compactfeatureref{doheader} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{doins} handles symlinks & \compactfeatureref{doins} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{doman} languages & \compactfeatureref{doman-langs} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ \t{doman -i18n} precedence & \compactfeatureref{doman-langs} & - * & No & Yes & Yes & Yes \\ + * & No & Yes & Yes & Yes & Yes \\ \t{new*} support stdin & \compactfeatureref{newfoo-stdin} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ Controllable compression & \compactfeatureref{docompress} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{docompress} & \compactfeatureref{docompress} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{use\_with} empty third arg & \compactfeatureref{use-with} & - No & No & Yes & Yes & Yes \\ + No & No & Yes & Yes & Yes & Yes \\ \t{usex} & \compactfeatureref{usex} & - No & No & No & Yes & Yes \\ + No & No & No & Yes & Yes & Yes \\ \t{in\_iuse} & \compactfeatureref{in-iuse} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{unpack} absolute paths & \compactfeatureref{unpack-absolute} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{unpack} support for \t{xz} & \compactfeatureref{unpack-extensions} & - No & Yes & Yes & Yes & Yes \\ + No & Yes & Yes & Yes & Yes & Yes \\ \t{unpack} support for \t{txz} & \compactfeatureref{unpack-extensions} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{unpack} case-insensitive & \compactfeatureref{unpack-ignore-case} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{default} function & \compactfeatureref{default-func} & - * & Yes & Yes & Yes & Yes \\ + * & Yes & Yes & Yes & Yes & Yes \\ \t{einstalldocs} & \compactfeatureref{einstalldocs} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ \t{get\_libdir} & \compactfeatureref{get-libdir} & - No & No & No & No & Yes \\ + No & No & No & No & Yes & Yes \\ File mtimes preserved & \compactfeatureref{mtime-preserve} & - Undefined & Yes & Yes & Yes & Yes \\ + Undefined & Yes & Yes & Yes & Yes & Yes \\ \end{longtable} \end{landscape} @@ -363,7 +368,15 @@ EAPI 6 is EAPI 5 with the following changes: \item \t{get\_libdir} support, \featureref{get-libdir}. \end{compactitem} -\ChangeWhenAddingAnEAPI{6} +\section{EAPI 7} + +EAPI 7 is EAPI 6 with the following changes: + +\begin{compactitem} +\item None +\end{compactitem} + +\ChangeWhenAddingAnEAPI{7} % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en : diff --git a/eapis.tex b/eapis.tex index 7178e5a..6c015a2 100644 --- a/eapis.tex +++ b/eapis.tex @@ -19,8 +19,8 @@ EAPIs are also used for profile directories, as described in section~\ref{sec:pr The following EAPIs are defined by this specification: -\ChangeWhenAddingAnEAPI{6} -\begin{description} +\ChangeWhenAddingAnEAPI{7} +\begin{compactdesc} \item[0] The `original' base EAPI. \item[1] EAPI `1' contains a number of extensions to EAPI `0'. \item[2] EAPI `2' contains a number of extensions to EAPI `1'. @@ -28,7 +28,8 @@ The following EAPIs are defined by this specification: \item[4] EAPI `4' contains a number of extensions to EAPI `3'. \item[5] EAPI `5' contains a number of extensions to EAPI `4'. \item[6] EAPI `6' contains a number of extensions to EAPI `5'. -\end{description} +\item[7] EAPI `7' contains a number of extensions to EAPI `6'. +\end{compactdesc} Except where explicitly noted, everything in this specification applies to all of the above EAPIs.% diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index 5deb388..b0ff348 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -38,7 +38,7 @@ The following commands must always be available in the ebuild environment: \t{failglob} option of bash is set in the global scope of ebuilds. If set, failed pattern matches during filename expansion result in an error when the ebuild is being sourced. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{System commands for EAPIs} \label{tab:system-commands-table} \begin{tabular}{lll} @@ -49,7 +49,7 @@ during filename expansion result in an error when the ebuild is being sourced. \midrule 0, 1, 2, 3, 4 & Undefined & No \\ 5 & Yes & No \\ - 6 & Yes & Yes \\ + 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index d8ccd6c..fd9c7cd 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -232,7 +232,7 @@ variable. \end{longtable} \end{landscape} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various added env variables} \label{tab:added-env-vars-table} \begin{tabular}{lllll} @@ -245,12 +245,12 @@ variable. \midrule 0, 1, 2, 3 & No & No & No & No \\ 4 & Yes & Yes & Yes & No \\ - 5, 6 & Yes & Yes & Yes & Yes \\ + 5, 6, 7 & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various removed env variables} \label{tab:removed-env-vars-table} \begin{tabular}{lll} @@ -260,12 +260,12 @@ variable. \multicolumn{1}{c}{\textbf{\t{KV}?}} \\ \midrule 0, 1, 2, 3 & Yes & Yes \\ - 4, 5, 6 & No & No \\ + 4, 5, 6, 7 & No & No \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting offset-prefix env variables} \label{tab:offset-env-vars-table} \begin{tabular}{llll} @@ -276,7 +276,7 @@ variable. \multicolumn{1}{c}{\textbf{\t{ED}?}} \\ \midrule 0, 1, 2 & No & No & No \\ - 3, 4, 5, 6 & Yes & Yes & Yes \\ + 3, 4, 5, 6, 7 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -298,7 +298,7 @@ must not be set. ASCII range (U+0000 to U+007F) are concerned. Only for EAPIs listed in such a manner in table~\ref{tab:locale-settings}. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Locale settings for EAPIs} \label{tab:locale-settings} \begin{tabular}{ll} @@ -307,7 +307,7 @@ table~\ref{tab:locale-settings}. \multicolumn{1}{c}{\textbf{Sane \t{LC\_CTYPE} and \t{LC\_COLLATE}?}} \\ \midrule 0, 1, 2, 3, 4, 5 & Undefined \\ - 6 & Yes \\ + 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -396,7 +396,7 @@ contain at most one value. \subsection{Offset-prefix variables \t{EPREFIX}, \t{EROOT} and \t{ED}} \label{sec:offset-vars} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting offset-prefix} \label{tab:offset-support-table} \begin{tabular}{ll} @@ -405,7 +405,7 @@ contain at most one value. \multicolumn{1}{c}{\textbf{Supports offset-prefix?}}\\ \midrule 0, 1, 2 & No \\ - 3, 4, 5, 6 & Yes \\ + 3, 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/ebuild-format.tex b/ebuild-format.tex index db6d7a1..5f61b4a 100644 --- a/ebuild-format.tex +++ b/ebuild-format.tex @@ -12,7 +12,7 @@ certain variables and functions (see sections~\ref{sec:ebuild-vars} and~\ref{sec for specific information), and must not call any external programs, write anything to standard output or standard error, or modify the state of the system in any way. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Bash version} \label{tab:bash-version} \begin{tabular}{ll} @@ -21,7 +21,7 @@ output or standard error, or modify the state of the system in any way. \multicolumn{1}{c}{\textbf{Bash version}} \\ \midrule 0, 1, 2, 3, 4, 5 & 3.2 \\ - 6 & 4.2 \\ + 6, 7 & 4.2 \\ \bottomrule \end{tabular} \end{centertable} diff --git a/ebuild-functions.tex b/ebuild-functions.tex index a744ae1..34cc3e5 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -43,7 +43,7 @@ fallback to \t{WORKDIR} is used: in \t{DEFINED\_PHASES}. \end{compactitem} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs with \t{S} to \t{WORKDIR} fallbacks} \label{tab:s-fallback-table} \begin{tabular}{ll} @@ -52,7 +52,7 @@ fallback to \t{WORKDIR} is used: \multicolumn{1}{c}{\textbf{Fallback to \t{WORKDIR} permitted?}} \\ \midrule 0, 1, 2, 3 & Always \\ - 4, 5, 6 & Conditional error \\ + 4, 5, 6, 7 & Conditional error \\ \bottomrule \end{tabular} \end{centertable} @@ -74,7 +74,7 @@ before the next phase is executed. \t{pkg\_pretend} must not write to the filesystem. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{pkg\_pretend}} \label{tab:pkg-pretend-table} \begin{tabular}{ll} @@ -83,7 +83,7 @@ before the next phase is executed. \multicolumn{1}{c}{\textbf{Supports \t{pkg\_pretend}?}} \\ \midrule 0, 1, 2, 3 & No \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -146,7 +146,7 @@ src_prepare() { For other EAPIs supporting \t{src\_prepare}, the default implementation used when the ebuild lacks the \t{src\_prepare} function is a no-op. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{src\_prepare} support and behaviour for EAPIs} \label{tab:src-prepare-table} \begin{tabular}{lll} @@ -157,7 +157,7 @@ the \t{src\_prepare} function is a no-op. \midrule 0, 1 & No & Not applicable \\ 2, 3, 4, 5 & Yes & no-op \\ - 6 & Yes & 6 \\ + 6, 7 & Yes & 6 \\ \bottomrule \end{tabular} \end{centertable} @@ -184,7 +184,7 @@ src_configure() { \end{verbatim} \end{listing} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{src\_configure}} \label{tab:src-configure-table} \begin{tabular}{ll} @@ -193,7 +193,7 @@ src_configure() { \multicolumn{1}{c}{\textbf{Supports \t{src\_configure}?}} \\ \midrule 0, 1 & No \\ - 2, 3, 4, 5, 6 & Yes \\ + 2, 3, 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -257,7 +257,7 @@ src_compile() { \end{verbatim} \end{listing} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{src\_compile} behaviour for EAPIs} \label{tab:src-compile-table} \begin{tabular}{ll} @@ -267,7 +267,7 @@ src_compile() { \midrule 0 & 0 \\ 1 & 1 \\ - 2, 3, 4, 5, 6 & 2 \\ + 2, 3, 4, 5, 6, 7 & 2 \\ \bottomrule \end{tabular} \end{centertable} @@ -289,7 +289,7 @@ parallel tests, the \t{emake} command must be called with option \t{-j1}. The \t{src\_test} function may be disabled by \t{RESTRICT}\@. See section~\ref{sec:restrict}. It may be disabled by user too, using a PM-specific mechanism. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{src\_test} behaviour for EAPIs} \label{tab:src-test-table} \begin{tabular}{ll} @@ -298,7 +298,7 @@ be disabled by user too, using a PM-specific mechanism. \multicolumn{1}{c}{\textbf{Supports parallel tests?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -357,7 +357,7 @@ src_install() { For other EAPIs, the default implementation used when the ebuild lacks the \t{src\_install} function is a no-op. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{src\_install} behaviour for EAPIs} \label{tab:src-install-table} \begin{tabular}{ll} @@ -367,7 +367,7 @@ is a no-op. \midrule 0, 1, 2, 3 & no-op \\ 4, 5 & 4 \\ - 6 & 6 \\ + 6, 7 & 6 \\ \bottomrule \end{tabular} \end{centertable} @@ -425,7 +425,7 @@ that dependencies may not be installed. \t{pkg\_info} must not write to the filesystem. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{pkg\_info} on non-installed packages} \label{tab:pkg-info-table} \begin{tabular}{ll} @@ -434,7 +434,7 @@ that dependencies may not be installed. \multicolumn{1}{c}{\textbf{Supports \t{pkg\_info} on non-installed packages?}} \\ \midrule 0, 1, 2, 3 & No \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -456,7 +456,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{default\_} phase functions} \label{tab:default-phase-function-table} \begin{tabular}{l P{26em}} @@ -467,7 +467,7 @@ when in the phase in question. 0, 1 & None \\ 2, 3 & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_test} \\ - 4, 5, 6 & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, + 4, 5, 6, 7 & \t{pkg\_nofetch}, \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_install}, \t{src\_test} \\ \bottomrule \end{tabular} diff --git a/ebuild-vars.tex b/ebuild-vars.tex index ecb50df..45cf5ab 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -85,7 +85,7 @@ Ebuilds may define any of the following variables: \item[PDEPEND] See section~\ref{sec:dependencies}. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{IUSE} defaults} \label{tab:iuse-defaults-table} \begin{tabular}{ll} @@ -93,13 +93,13 @@ Ebuilds may define any of the following variables: \multicolumn{1}{c}{\textbf{EAPI}} & \multicolumn{1}{c}{\textbf{Supports \t{IUSE} defaults?}} \\ \midrule - 0 & No \\ - 1, 2, 3, 4, 5, 6 & Yes \\ + 0 & No \\ + 1, 2, 3, 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting various ebuild-defined variables} \label{tab:optional-vars-table} \begin{tabular}{lll} @@ -109,7 +109,7 @@ Ebuilds may define any of the following variables: \multicolumn{1}{c}{\textbf{Supports \t{REQUIRED\_USE}?}} \\ \midrule 0, 1, 2, 3 & Optionally & No \\ - 4, 5, 6 & Yes & Yes \\ + 4, 5, 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -176,7 +176,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs with \t{RDEPEND=DEPEND} default} \label{tab:rdepend-depend-table} \begin{tabular}{ll} @@ -185,7 +185,7 @@ the ebuild portion, and any \t{DEPEND} value set in an eclass does not get treat \multicolumn{1}{c}{\textbf{\t{RDEPEND=DEPEND}?}} \\ \midrule 0, 1, 2, 3 & Yes \\ - 4, 5, 6 & No \\ + 4, 5, 6, 7 & No \\ \bottomrule \end{tabular} \end{centertable} @@ -219,7 +219,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{DEFINED\_PHASES}} \label{tab:defined-phases-table} \begin{tabular}{ll} @@ -228,7 +228,7 @@ based upon any variant condition. \multicolumn{1}{c}{\textbf{Supports \t{DEFINED\_PHASES}?}} \\ \midrule 0, 1, 2, 3 & Optionally \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/merge.tex b/merge.tex index 9da9631..9a5d01d 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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Preservation of file modification times (mtimes)} \label{tab:mtime-preserve} \begin{tabular}{ll} @@ -95,7 +95,7 @@ is undefined. \multicolumn{1}{c}{\textbf{mtimes preserved?}} \\ \midrule 0, 1, 2 & Undefined \\ - 3, 4, 5, 6 & Yes \\ + 3, 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 389d8c0..db63d6d 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -25,7 +25,7 @@ The following commands affect this behaviour: option and in EAPIs supporting this option, see table~\ref{tab:nonfatal-die}. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPI command failure behaviour} \label{tab:commands-die-table} \begin{tabular}{lll} @@ -35,7 +35,7 @@ The following commands affect this behaviour: \multicolumn{1}{c}{\textbf{Supports \t{nonfatal}?}} \\ \midrule 0, 1, 2, 3 & Non-zero exit & No \\ - 4, 5, 6 & Aborts & Yes \\ + 4, 5, 6, 7 & Aborts & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -46,7 +46,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Banned commands} \label{tab:banned-commands-table} \begin{tabular}{llll} @@ -60,7 +60,7 @@ called, the package manager must abort the build process indicating an error. \midrule 0, 1, 2, 3 & No & No & No \\ 4, 5 & Yes & Yes & No \\ - 6 & Yes & Yes & Yes \\ + 6, 7 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -92,7 +92,7 @@ to the host root instead of \t{ROOT}. matching version; otherwise, prints an empty string. The exit code is unspecified. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{-{}-host-root} for \t{*\_version} commands} \label{tab:foo-version-host-root-table} \begin{tabular}{ll} @@ -143,7 +143,7 @@ completing. Ebuilds must not run any of these commands once the current phase fu (indicating failure), calls \t{die}, passing any parameters to it. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{-n} for \t{die} and \t{assert} commands} \label{tab:nonfatal-die} \begin{tabular}{ll} @@ -152,7 +152,7 @@ completing. Ebuilds must not run any of these commands once the current phase fu \multicolumn{1}{c}{\textbf{\t{die} and \t{assert} support \t{-n}?}} \\ \midrule 0, 1, 2, 3, 4, 5 & No \\ - 6 & Yes \\ + 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -216,7 +216,7 @@ Ebuilds must not run any of these commands once the current phase function has r subsequent calls, the command will do nothing and return~0. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Patch commands for EAPIs} \label{tab:patch-commands} \begin{tabular}{lll} @@ -226,7 +226,7 @@ Ebuilds must not run any of these commands once the current phase function has r \multicolumn{1}{c}{\textbf{\t{eapply\_user}?}} \\ \midrule 0, 1, 2, 3, 4, 5 & No & No \\ - 6 & Yes & Yes \\ + 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -267,7 +267,7 @@ current phase function has returned. in the output of \t{configure -{}-help}. \end{itemize} - \ChangeWhenAddingAnEAPI{6} + \ChangeWhenAddingAnEAPI{7} \begin{centertable}{Extra \t{econf} arguments for EAPIs} \label{tab:econf-options-table} \begin{tabular}{lllll} @@ -281,7 +281,7 @@ current phase function has returned. 0, 1, 2, 3 & No & No & No & No \\ 4 & Yes & No & No & No \\ 5 & Yes & Yes & No & No \\ - 6 & Yes & Yes & Yes & Yes \\ + 6, 7 & Yes & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -549,7 +549,7 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{dodoc -r}} \label{tab:dodoc-table} \begin{tabular}{ll} @@ -558,12 +558,12 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \multicolumn{1}{c}{\textbf{Supports \t{dodoc -r}?}} \\ \midrule 0, 1, 2, 3 & No \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{doheader} and \t{newheader}} \label{tab:doheader-table} \begin{tabular}{ll} @@ -572,12 +572,12 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \multicolumn{1}{c}{\textbf{Supports \t{doheader} and \t{newheader}?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting symlinks for \t{doins}} \label{tab:doins-table} \begin{tabular}{ll} @@ -586,12 +586,12 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \multicolumn{1}{c}{\textbf{\t{doins} supports symlinks?}} \\ \midrule 0, 1, 2, 3 & No \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{doman} language support options for EAPIs} \label{tab:doman-table} \begin{tabular}{lll} @@ -602,12 +602,12 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \midrule 0, 1 & No & Not applicable \\ 2, 3 & Yes & No \\ - 4, 5, 6 & Yes & Yes \\ + 4, 5, 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting stdin for \t{new*} commands} \label{tab:newfoo-stdin-table} \begin{tabular}{ll} @@ -616,7 +616,7 @@ can be extended or reduced (see below). The options that can be passed to \t{doh \multicolumn{1}{c}{\textbf{\t{new*} can read from stdin?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -703,7 +703,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting controllable compression} \label{tab:compression-table} \begin{tabular}{lll} @@ -713,7 +713,7 @@ in table~\ref{tab:compression-table} as supporting \t{docompress}. \multicolumn{1}{c}{\textbf{Supports \t{docompress}?}} \\ \midrule 0, 1, 2, 3 & No & No \\ - 4, 5, 6 & Yes & Yes \\ + 4, 5, 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -756,7 +756,7 @@ table~\ref{tab:use-list-strictness}. table~\ref{tab:use-list-functions} as supporting \t{in\_iuse}. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPI behaviour for use queries not in \t{IUSE\_EFFECTIVE}} \label{tab:use-list-strictness} \begin{tabular}{ll} @@ -765,12 +765,12 @@ table~\ref{tab:use-list-strictness}. \multicolumn{1}{c}{\textbf{Behaviour}} \\ \midrule 0, 1, 2, 3 & Undefined \\ - 4, 5, 6 & Error \\ + 4, 5, 6, 7 & Error \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting empty third argument in \t{use\_with} and \t{use\_enable}} \label{tab:use-with-third-arg} \begin{tabular}{ll} @@ -779,12 +779,12 @@ table~\ref{tab:use-list-strictness}. \multicolumn{1}{c}{\textbf{Supports empty third argument?}} \\ \midrule 0, 1, 2, 3 & No \\ - 4, 5, 6 & Yes \\ + 4, 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{EAPIs supporting \t{usex} and \t{in\_iuse}} \label{tab:use-list-functions} \begin{tabular}{lll} @@ -795,7 +795,7 @@ table~\ref{tab:use-list-strictness}. \midrule 0, 1, 2, 3, 4 & No & No \\ 5 & Yes & No \\ - 6 & Yes & Yes \\ + 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -876,7 +876,7 @@ has returned. \featurelabel{unpack-ignore-case} \t{unpack} matches filename extensions in a case-insensitive manner, for EAPIs listed such in table~\ref{tab:unpack-behaviour}. - \ChangeWhenAddingAnEAPI{6} + \ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{unpack} behaviour for EAPIs} \label{tab:unpack-behaviour} \begin{tabular}{lll} @@ -886,12 +886,12 @@ has returned. \multicolumn{1}{c}{\textbf{Case-insensitive matching?}} \\ \midrule 0, 1, 2, 3, 4, 5 & No & No \\ - 6 & Yes & Yes \\ + 6, 7 & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} - \ChangeWhenAddingAnEAPI{6} + \ChangeWhenAddingAnEAPI{7} \begin{centertable}{\t{unpack} extensions for EAPIs} \label{tab:unpack-extensions-table} \begin{tabular}{llll} @@ -903,7 +903,7 @@ has returned. \midrule 0, 1, 2 & No & No & No \\ 3, 4, 5 & Yes & Yes & No \\ - 6 & Yes & Yes & Yes \\ + 6, 7 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} @@ -970,7 +970,7 @@ has returned. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Misc commands for EAPIs} \label{tab:misc-commands} \begin{tabular}{llll} @@ -982,7 +982,7 @@ has returned. \midrule 0, 1 & No & No & No \\ 2, 3, 4, 5 & Yes & No & No \\ - 6 & Yes & Yes & Yes \\ + 6, 7 & Yes & Yes & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/pms.tex b/pms.tex index 01dee98..96f5956 100644 --- a/pms.tex +++ b/pms.tex @@ -21,8 +21,8 @@ pdfkeywords={Gentoo, package manager, specification}, } -\CurrentEAPIIs{6} -\ChangeWhenAddingAnEAPI{6} +\CurrentEAPIIs{7} +\ChangeWhenAddingAnEAPI{7} \begin{document} \maketitle diff --git a/profile-variables.tex b/profile-variables.tex index c47b748..2419856 100644 --- a/profile-variables.tex +++ b/profile-variables.tex @@ -33,7 +33,7 @@ Other variables, except where they affect only package-manager-specific function Portage's \t{FEATURES} variable), must not be treated incrementally---later definitions shall completely override those in parent profiles. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Profile-defined \t{IUSE} injection for EAPIs} \label{tab:profile-iuse-injection-table} \begin{tabular}{ll} @@ -42,7 +42,7 @@ completely override those in parent profiles. \multicolumn{1}{c}{\textbf{Supports profile-defined \t{IUSE} injection?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable} diff --git a/profiles.tex b/profiles.tex index ff791ac..943d7ec 100644 --- a/profiles.tex +++ b/profiles.tex @@ -123,7 +123,7 @@ only act on packages that are merged due to a stable keyword in the sense of subsection~\ref{sec:keywords}. Thus, these files can be used to restrict the feature set deemed stable in a package. -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Profile directory support for masking/forcing use flags in stable versions only} \label{tab:profile-stablemask} \begin{tabular}{ll} @@ -132,7 +132,7 @@ stable in a package. \multicolumn{1}{c}{\textbf{Supports masking/forcing use flags in stable versions?}} \\ \midrule 0, 1, 2, 3, 4 & No \\ - 5, 6 & Yes \\ + 5, 6, 7 & Yes \\ \bottomrule \end{tabular} \end{centertable}