Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Fri, 27 Nov 2015 17:24:28
Message-Id: 1448387748.20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed.ulm@gentoo
1 commit: 20cfbe6ff3eb7d1b01a670048e2d1e8c88e964ed
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 17:55:48 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 17:55:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=20cfbe6f
7
8 REPLACING_VERSIONS: Clarify what whitespace-separated means.
9
10 This is also consistent with the spec for the A variable.
11
12 ebuild-env-vars.tex | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
16 index ef8bdcd..32cbde3 100644
17 --- a/ebuild-env-vars.tex
18 +++ b/ebuild-env-vars.tex
19 @@ -217,10 +217,10 @@ variable.
20 \t{REPLACING\_VERSIONS} &
21 \t{pkg\_*} (see text) &
22 Yes &
23 - A whitespace-separated list of versions of this package (including revision, if specified) that
24 - are being replaced (uninstalled or overwritten) as a result of this install. See
25 - section~\ref{sec:replacing-versions}. Only for EAPIs listed in table~\ref{tab:added-env-vars-table}
26 - as supporting \t{REPLACING\_VERSIONS}. \\
27 + A list of all versions of this package (including revision, if specified), whitespace separated
28 + with no leading or trailing whitespace, that are being replaced (uninstalled or overwritten)
29 + as a result of this install. See section~\ref{sec:replacing-versions}. Only for EAPIs listed
30 + in table~\ref{tab:added-env-vars-table} as supporting \t{REPLACING\_VERSIONS}. \\
31 \t{REPLACED\_BY\_VERSION} &
32 \t{pkg\_prerm}, \t{pkg\_postrm} &
33 Yes &