commit:     b687ab901b72347b9f89c51e405578ec1ea37921
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:13:01 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 19:05:22 2025 +0000
URL:        https://gitweb.gentoo.org/proj/pms.git/commit/?id=b687ab90

EAPI 9 bans domo

Bug: https://bugs.gentoo.org/951502
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eapi-differences.tex |  4 ++++
 pkg-mgr-commands.tex | 11 +++++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/eapi-differences.tex b/eapi-differences.tex
index b48b9fb..6b24b6e 100644
--- a/eapi-differences.tex
+++ b/eapi-differences.tex
@@ -129,6 +129,9 @@ GNU \t{patch} version & \compactfeatureref{gnu-patch} &
 \t{assert} & \compactfeatureref{banned-commands} &
     Yes & Yes & Yes & Banned \\
 
+\t{domo} & \compactfeatureref{banned-commands} &
+    Yes & Yes & Yes & Banned \\
+
 Query command options & \compactfeatureref{pm-query-options} &
     \t{-{}-host-root} & \t{-b}, \t{-d}, \t{-r} & \t{-b}, \t{-d}, \t{-r} & 
\t{-b}, \t{-d}, \t{-r} \\
 
@@ -372,6 +375,7 @@ EAPI 9 is EAPI 8 with the following changes:
 \item Bash version is 5.3, \featureref{bash-version}.
 \item Variables no longer exported, \featureref{export-vars}.
 \item \t{assert} banned, \featureref{banned-commands}.
+\item \t{domo} banned, \featureref{banned-commands}.
 \end{compactitem}
 
 \ChangeWhenAddingAnEAPI{9}

diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
index 3dfc3e1..c977d00 100644
--- a/pkg-mgr-commands.tex
+++ b/pkg-mgr-commands.tex
@@ -81,11 +81,12 @@ called, the package manager must abort the build process 
indicating an error.
       \multicolumn{1}{c}{\textbf{\t{useq}}} &
       \multicolumn{1}{c}{\textbf{\t{hasv}}} &
       \multicolumn{1}{c}{\textbf{\t{hasq}}} &
-      \multicolumn{1}{c}{\textbf{\t{assert}}} & & \\
+      \multicolumn{1}{c}{\textbf{\t{assert}}} &
+      \multicolumn{1}{c}{\textbf{\t{domo}}} & \\
       \midrule
-      0, 1, 2, 3, 4, 5, 6, 7  & No  & No  & No  & No  & & \\
-      8                       & Yes & Yes & Yes & No  & & \\
-      9                       & Yes & Yes & Yes & Yes & & \\
+      0, 1, 2, 3, 4, 5, 6, 7  & No  & No  & No  & No  & No  & \\
+      8                       & Yes & Yes & Yes & No  & No  & \\
+      9                       & Yes & Yes & Yes & Yes & Yes & \\
       \bottomrule
     \end{tabular}
 \end{centertable}
@@ -589,6 +590,8 @@ the current phase function has returned.
     is the package name with \t{.mo} appended. Failure behaviour is EAPI 
dependent as per
     section~\ref{sec:failure-behaviour}. The locale tree location is EAPI 
dependent as per
     table~\ref{tab:domo-path}.
+    In EAPIs listed in table~\ref{tab:banned-commands-table}, this command is 
banned as per
+    section~\ref{sec:banned-commands}.
 
 \item[dosbin] As \t{dobin}, but installs to \t{DESTTREE/sbin}.
 

Reply via email to