Gentoo Archives: gentoo-pms

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

Replies