Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] REPLACING_VERSIONS: Clarify what whitespace-separated means.
Date: Tue, 24 Nov 2015 17:59:56
Message-Id: 22100.42390.410799.667033@a1i15.kph.uni-mainz.de
1 This is also consistent with the spec for the A variable.
2 ---
3 ebuild-env-vars.tex | 8 ++++----
4 1 file changed, 4 insertions(+), 4 deletions(-)
5
6 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
7 index ef8bdcd..32cbde3 100644
8 --- a/ebuild-env-vars.tex
9 +++ b/ebuild-env-vars.tex
10 @@ -217,10 +217,10 @@ variable.
11 \t{REPLACING\_VERSIONS} &
12 \t{pkg\_*} (see text) &
13 Yes &
14 - A whitespace-separated list of versions of this package (including revision, if specified) that
15 - are being replaced (uninstalled or overwritten) as a result of this install. See
16 - section~\ref{sec:replacing-versions}. Only for EAPIs listed in table~\ref{tab:added-env-vars-table}
17 - as supporting \t{REPLACING\_VERSIONS}. \\
18 + A list of all versions of this package (including revision, if specified), whitespace separated
19 + with no leading or trailing whitespace, that are being replaced (uninstalled or overwritten)
20 + as a result of this install. See section~\ref{sec:replacing-versions}. Only for EAPIs listed
21 + in table~\ref{tab:added-env-vars-table} as supporting \t{REPLACING\_VERSIONS}. \\
22 \t{REPLACED\_BY\_VERSION} &
23 \t{pkg\_prerm}, \t{pkg\_postrm} &
24 Yes &
25 --
26 2.6.3

Replies