Gentoo Archives: gentoo-pms

From: Brian Harring <ferringb@×××××.com>
To: gentoo-pms@l.g.o
Cc: Brian Harring <ferringb@×××××.com>
Subject: [gentoo-pms] [PATCH] Add eqawarn to EAPI5.
Date: Fri, 14 Sep 2012 06:03:24
Message-Id: 1347601208-26846-1-git-send-email-ferringb@gmail.com
1 ---
2 pkg-mgr-commands.tex | 20 ++++++++++++++++++++
3 1 file changed, 20 insertions(+)
4
5 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
6 index a6dd807..fbddb02 100644
7 --- a/pkg-mgr-commands.tex
8 +++ b/pkg-mgr-commands.tex
9 @@ -113,6 +113,26 @@ 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} & Yes \\
29 + \bottomrule
30 + \end{tabular}
31 +\end{centertable}
32 +
33 \end{description}
34
35 \subsubsection{Error commands}
36 --
37 1.7.12

Replies

Subject Author
[gentoo-pms] Brian Harring <ferringb@×××××.com>