commit: e044fe24e90de258483a59130c1b56de21082bc6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 2 16:53:19 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 16:53:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=e044fe24
ebuild-env-vars.tex: Be more specific about REPLACING_VERSIONS phases
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
ebuild-env-vars.tex | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index 0dcfd24..06d37d9 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -255,12 +255,13 @@ inconsistent variable.
package, and \t{buildonly} if building a binary package without installing
it. Only for EAPIs
listed in table~\ref{tab:added-env-vars-table} as supporting
\t{MERGE_TYPE}. \\
\t{REPLACING_VERSIONS} &
- \t{pkg_*} (see text) &
+ \t{pkg_preinst}, \t{pkg_postinst} (\t{pkg_pretend}, \t{pkg_setup}) &
Yes &
A list of all versions of this package (including revision, if specified),
whitespace separated
with no leading or trailing whitespace, that are being replaced
(uninstalled or overwritten)
- as a result of this install. See section~\ref{sec:replacing-versions}.
Only for EAPIs listed
- in table~\ref{tab:added-env-vars-table} as supporting
\t{REPLACING_VERSIONS}. \\
+ as a result of this install. See section~\ref{sec:replacing-versions},
especially for the phases
+ in which the variable is legal. Only for EAPIs listed in
table~\ref{tab:added-env-vars-table}
+ as supporting \t{REPLACING_VERSIONS}. \\
\t{REPLACED_BY_VERSION} &
\t{pkg_prerm}, \t{pkg_postrm} &
Yes &