From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 7AB4F1396D1 for ; Wed, 4 Oct 2017 16:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 763D02BC006; Wed, 4 Oct 2017 16:25:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48D942BC006 for ; Wed, 4 Oct 2017 16:25:20 +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 9AF9C34178D for ; Wed, 4 Oct 2017 16:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 292AF9085 for ; Wed, 4 Oct 2017 16:25:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1507133915.3bfcfb78fa8bd128789ab3114859167e8fc597f4.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bfcfb78fa8bd128789ab3114859167e8fc597f4 X-VCS-Branch: eapi-7 Date: Wed, 4 Oct 2017 16:25:17 +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: b6ac3b83-0bbf-415c-b220-e2ee61a7d12d X-Archives-Hash: a7182a28edfe70250c3cb4fb9ca2ce3f commit: 3bfcfb78fa8bd128789ab3114859167e8fc597f4 Author: Ulrich Müller gentoo org> AuthorDate: Sun Nov 15 17:18:58 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 4 16:18:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3bfcfb78 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 1aea135..258b394 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -92,7 +92,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} @@ -101,12 +101,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} @@ -115,7 +115,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} @@ -184,7 +184,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} @@ -195,12 +195,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} @@ -210,7 +210,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} @@ -249,7 +249,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} @@ -259,7 +259,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 8f8bf72..590b42e 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 d1773f5..590f709 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 5d42cba..1851aba 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} \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 638f773..66259e0 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 e90c050..e3d5602 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 EA 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 8c05ce9..32f853c 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} @@ -177,7 +177,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} @@ -186,7 +186,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} @@ -220,7 +220,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} @@ -229,7 +229,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 ee40947..d23d5f0 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 6fd35ae..b94d689 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -26,7 +26,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} @@ -36,7 +36,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} @@ -47,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{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Banned commands} \label{tab:banned-commands-table} \begin{tabular}{llll} @@ -61,7 +61,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} @@ -93,7 +93,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} @@ -144,7 +144,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} @@ -153,7 +153,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} @@ -217,7 +217,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} @@ -227,7 +227,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} @@ -268,7 +268,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} @@ -282,7 +282,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} @@ -552,7 +552,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} @@ -561,12 +561,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} @@ -575,12 +575,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} @@ -589,12 +589,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} @@ -605,12 +605,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} @@ -619,7 +619,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} @@ -706,7 +706,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} @@ -716,7 +716,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} @@ -759,7 +759,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} @@ -768,12 +768,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} @@ -782,12 +782,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} @@ -798,7 +798,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} @@ -881,7 +881,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} @@ -891,12 +891,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} @@ -908,7 +908,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} @@ -975,7 +975,7 @@ has returned. \end{description} -\ChangeWhenAddingAnEAPI{6} +\ChangeWhenAddingAnEAPI{7} \begin{centertable}{Misc commands for EAPIs} \label{tab:misc-commands} \begin{tabular}{llll} @@ -987,7 +987,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 3f338fb..facf001 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 2c199aa..309f9e9 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 1641428..0d7164e 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}