Gentoo Archives: gentoo-pms

From: "Michał Górny" <mgorny@g.o>
To: gentoo-pms@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-pms] [PATCH] Mention EAPI offset-prefix table in E* vars.
Date: Tue, 28 Jun 2011 15:59:37
Message-Id: 1309276755-13271-1-git-send-email-mgorny@gentoo.org
1 For the sake of consistency, mention that offset-prefix variable
2 availability per EAPI is listed in that table.
3 ---
4 ebuild-env-vars.tex | 9 ++++++---
5 1 files changed, 6 insertions(+), 3 deletions(-)
6
7 diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
8 index c871902..48dacff 100644
9 --- a/ebuild-env-vars.tex
10 +++ b/ebuild-env-vars.tex
11 @@ -108,7 +108,8 @@ variable.
12 \t{pkg\_*} &
13 No &
14 Like \t{ROOT}, but with \t{EPREFIX} appended. This is a convenience variable. See also the
15 - \t{EPREFIX} variable. \\
16 + \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as
17 + supporting \t{EROOT}. \\
18 \t{T} &
19 All &
20 Partially\footnote{Consistent and preserved across a single connected sequence of install or
21 @@ -132,7 +133,8 @@ variable.
22 calling environment, \t{EPREFIX} defaults to the built-in offset-prefix that was set during
23 installation of the package manager. When a different \t{EPREFIX} value than the built-in value is set
24 in the calling environment, a cross-prefix build is performed where using the existing utilities, a
25 - package is built for the given \t{EPREFIX}, akin to \t{ROOT}. See also~\ref{sec:offset-vars}. \\
26 + package is built for the given \t{EPREFIX}, akin to \t{ROOT}. See also~\ref{sec:offset-vars}. Only
27 + for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{EPREFIX}. \\
28 \t{D} &
29 \t{src\_install} &
30 No &
31 @@ -147,7 +149,8 @@ variable.
32 \t{src\_install}, \t{pkg\_preinst}, \t{pkg\_postinst} &
33 See \t{D} &
34 Like \t{D}, but with \t{EPREFIX} appended. This is a convenience variable. See also the
35 - \t{EPREFIX} variable. \\
36 + \t{EPREFIX} variable. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as
37 + supporting \t{ED}. \\
38 \t{IMAGE}\footnote{Deprecated in favour of \t{D}.} &
39 \t{pkg\_preinst}, \t{pkg\_postinst} &
40 Yes &
41 --
42 1.7.6