summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-04-11 18:55:00 +0200
committerUlrich Müller <ulm@gentoo.org>2017-04-11 18:55:00 +0200
commit7a04d1e8577ec052e8309b1daf1d96ddeea40fa7 (patch)
treea8d1fbec2c6b3b4508300cca97b1e6c5e02d5198
parentImprove positioning of tables and other floats. (diff)
downloadpms-7a04d1e8577ec052e8309b1daf1d96ddeea40fa7.tar.gz
pms-7a04d1e8577ec052e8309b1daf1d96ddeea40fa7.tar.bz2
pms-7a04d1e8577ec052e8309b1daf1d96ddeea40fa7.zip
Revert "WORKDIR and S have the same scope as FILESDIR and DISTDIR."
This reverts commit 65d38361a953c0b6da4cc192d8727b0d6f1c64cc.
-rw-r--r--ebuild-env-vars.tex24
1 files changed, 12 insertions, 12 deletions
diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex
index d8ccd6c..1e155f5 100644
--- a/ebuild-env-vars.tex
+++ b/ebuild-env-vars.tex
@@ -95,18 +95,6 @@ variable.
Ditto &
Yes &
The full path to the directory in which the files in the \t{A} variable are stored. \\
-\t{WORKDIR} &
- Ditto &
- Yes &
- The full path to the ebuild's working directory, where all build data should be contained.%
- \label{env-var-WORKDIR} \\
-\t{S} &
- Ditto &
- Yes &
- The full path to the temporary build directory, used by \t{src\_compile}, \t{src\_install} etc.
- Defaults to \t{\$\{WORKDIR\}/\$\{P\}}. May be modified by ebuilds. If \t{S} is assigned in the
- global scope of an ebuild, then the restrictions of section~\ref{sec:ebuild-env-state} for
- global variables apply. \\
\t{PORTDIR} &
\t{src\_*} &
No &
@@ -202,6 +190,18 @@ variable.
was executed by the package manager. May be unset or any single word that is not any of the
above when the ebuild is being sourced for other (e.\,g.\ metadata or QA) purposes. Only for
EAPIs listed in table~\ref{tab:added-env-vars-table} as supporting \t{EBUILD\_PHASE\_FUNC}. \\
+\t{WORKDIR} &
+ \t{src\_*}, global~scope &
+ Yes &
+ The full path to the ebuild's working directory, in which all build data should be
+ contained. \label{env-var-WORKDIR} \\
+\t{S} &
+ \t{src\_*} &
+ Yes &
+ The full path to the temporary build directory, used by \t{src\_compile}, \t{src\_install} etc.
+ Defaults to \t{\$\{WORKDIR\}/\$\{P\}}. May be modified by ebuilds. If \t{S} is assigned in the
+ global scope of an ebuild, then the restrictions of section~\ref{sec:ebuild-env-state} for
+ global variables apply. \\
\t{KV} &
All &
Yes &