Gentoo Archives: gentoo-pms

From: Brian Harring <ferringb@×××××.com>
To: gentoo-pms@l.g.o
Cc: Brian Harring <ferringb@×××××.com>
Subject: [gentoo-pms] [PATCH 2/3] Add eqawarn to EAPI5.
Date: Sun, 23 Sep 2012 02:06:41
Message-Id: 1348365968-4156-2-git-send-email-ferringb@gmail.com
In Reply to: [gentoo-pms] [PATCH 1/3] Ban hasq/useq in EAPI6. by Brian Harring
1 ---
2 pkg-mgr-commands.tex | 21 +++++++++++++++++++++
3 1 file changed, 21 insertions(+)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index d1215ab..7316ada 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -115,6 +115,27 @@ stderr or some other appropriate facility.
10 fixed argument, which is a numeric return code, and an optional message in all subsequent
11 arguments. If the first argument is 0, prints a success indicator; otherwise, prints the
12 message followed by a failure indicator. Returns its first argument as exit status.
13 +\item[eqawarn] Display a QA warning message. Must not go to stdout. See table~\ref{tab:eqawarn-eapis}
14 + for which EAPIs this is uable in.
15 +
16 +\ChangeWhenAddingAnEAPI{5}
17 +\begin{centertable}{eqawarn availability by EAPI} \label{tab:eqawarn-eapis}
18 + \begin{tabular}{ l l l }
19 + \toprule
20 + \multicolumn{1}{c}{\textbf{EAPI}} &
21 + \multicolumn{1}{c}{\textbf{Usable?}} \\
22 + \midrule
23 + \t{0} & No \\
24 + \t{1} & No \\
25 + \t{2} & No \\
26 + \t{3} & No \\
27 + \t{4} & No \\
28 + \t{5} & No \\
29 + \t{6} & Yes \\
30 + \bottomrule
31 + \end{tabular}
32 +\end{centertable}
33 +
34 \end{description}
35
36 \subsubsection{Error commands}
37 --
38 1.7.12