Gentoo Archives: gentoo-pms

From: Ulrich Mueller <ulm@g.o>
To: James Le Cuirot <chewi@g.o>
Cc: gentoo-pms <gentoo-pms@l.g.o>
Subject: Re: [gentoo-pms] [PMS] [PATCH] Correct the definition of ESYSROOT as EPREFIX isn't always applicable
Date: Mon, 29 Jul 2019 11:39:32
Message-Id: w6ga7cxul20.fsf@kph.uni-mainz.de
In Reply to: [gentoo-pms] [PMS] [PATCH] Correct the definition of ESYSROOT as EPREFIX isn't always applicable by James Le Cuirot
1 >>>>> On Sun, 28 Jul 2019, James Le Cuirot wrote:
2
3 > --- a/dependencies.tex
4 > +++ b/dependencies.tex
5 > @@ -32,13 +32,25 @@
6 > [...]
7 > + If \t{SYSROOT} is: & \t{\$\{ROOT\}} & \t{/} & Other \\
8
9 I wonder if the third column should't say "Empty" or "Blank"?
10 Path variables in EAPI 7 don't have a trailing slash.
11
12 > --- a/ebuild-env-vars.tex
13 > +++ b/ebuild-env-vars.tex
14 > @@ -141,9 +141,10 @@ variable.
15 > \t{ESYSROOT} &
16 > Ditto &
17 > No &
18 > - Contains the concatenation of the paths in the \t{SYSROOT} and \t{EPREFIX} variables,
19 > - for convenience. See also the \t{EPREFIX} variable. Only for EAPIs listed
20 > - in table~\ref{tab:offset-env-vars-table} as supporting \t{ESYSROOT}. \\
21 > + Contains the concatenation of the \t{SYSROOT} path and applicable prefix value. The prefix value
22 > + is \t{EPREFIX}, \t{BROOT}, or blank if \t{SYSROOT} is equal to \t{ROOT}, \t{/}, or something
23 > + else respectively. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting
24 > + \t{ESYSROOT}. \\
25
26 I'd says something like this, in order to avoid defining the same thing
27 in two places:
28
29 Contains the concatenation of the \t{SYSROOT} path and applicable prefix value, as determined
30 by table~\ref{tab:depend-prefix}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table}
31 as supporting \t{ESYSROOT}. \\
32
33 Ulrich

Attachments

File name MIME type
signature.asc application/pgp-signature