Gentoo Archives: gentoo-pms

From: ferringb@×××××.com
To: gentoo-pms@l.g.o
Cc: Brian Harring <ferringb@×××××.com>
Subject: [gentoo-pms] [PATCH] Ban hasq/useq in EAPI5.
Date: Fri, 14 Sep 2012 06:25:56
Message-Id: 5052cdbb.aac4320a.72fa.1238@mx.google.com
1 From: Brian Harring <ferringb@×××××.com>
2
3 They're unused as is, thus this is a zero cost hit (and we should be
4 cleaning up these deprecations, rather than leaving them to rot).
5 ---
6 pkg-mgr-commands.tex | 4 ++--
7 1 file changed, 2 insertions(+), 2 deletions(-)
8
9 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
10 index fbddb02..4c1567d 100644
11 --- a/pkg-mgr-commands.tex
12 +++ b/pkg-mgr-commands.tex
13 @@ -673,7 +673,7 @@ either behaviour is undefined or it is an error as decided by table~\ref{tab:use
14 false if it is enabled. It is guaranteed that this command is quiet.
15 \item[usev] The same as \t{use}, but also prints the flag name if the condition
16 is met.
17 -\item[useq] Deprecated synonym for \t{use}.
18 +\item[useq] Deprecated synonym for \t{use}. Banned in full in EAPI5.
19 \item[use\_with] \featurelabel{use-with} Has one-, two-, and three-argument forms. The first
20 argument is a USE flag name, the second a \t{configure} option name (\t{\$\{opt\}}), defaulting
21 to the same as the first argument if not provided, and the third is a string value
22 @@ -751,7 +751,7 @@ These functions check whitespace-separated lists for a particular value.
23 \item[has] Returns shell true (0) if the first argument (a word) is found in the list of subsequent
24 arguments, false otherwise. Guaranteed quiet.
25 \item[hasv] The same as \t{has}, but also prints the first argument if found.
26 -\item[hasq] Deprecated synonym for \t{has}.
27 +\item[hasq] Deprecated synonym for \t{has}. Banned in full in EAPI5.
28 \end{description}
29
30 \subsubsection{Misc Commands}
31 --
32 1.7.12