From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:eapi-7 commit in: / Date: Mon, 10 Apr 2017 18:12:18 +0000 (UTC) [thread overview] Message-ID: <1489849559.65d38361a953c0b6da4cc192d8727b0d6f1c64cc.ulm@gentoo> (raw) commit: 65d38361a953c0b6da4cc192d8727b0d6f1c64cc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 14:18:25 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 15:05:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=65d38361 WORKDIR and S have the same scope as FILESDIR and DISTDIR. Both WORKDIR and S are defined in global scope, but ebuilds must not access the actual directories. So the FILESDIR footnote applies to them, too. Rearrange the table accordingly. Also small change of wording ("in which" -> "where") to prevent an awkward page break. ebuild-env-vars.tex | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 262bcf9..a3766a2 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -95,6 +95,18 @@ 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 & @@ -190,18 +202,6 @@ 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 &
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:master commit in: / Date: Mon, 20 Mar 2017 19:28:23 +0000 (UTC) [thread overview] Message-ID: <1489849559.65d38361a953c0b6da4cc192d8727b0d6f1c64cc.ulm@gentoo> (raw) Message-ID: <20170320192823.Uf741ikj1yMZoj3RXQOLR2SlB3mlfqQamIp3Lae6CaA@z> (raw) commit: 65d38361a953c0b6da4cc192d8727b0d6f1c64cc Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 18 14:18:25 2017 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 18 15:05:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=65d38361 WORKDIR and S have the same scope as FILESDIR and DISTDIR. Both WORKDIR and S are defined in global scope, but ebuilds must not access the actual directories. So the FILESDIR footnote applies to them, too. Rearrange the table accordingly. Also small change of wording ("in which" -> "where") to prevent an awkward page break. ebuild-env-vars.tex | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 262bcf9..a3766a2 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -95,6 +95,18 @@ 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 & @@ -190,18 +202,6 @@ 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 &
next reply other threads:[~2017-04-10 18:13 UTC|newest] Thread overview: 208+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-04-10 18:12 Ulrich Müller [this message] 2017-03-20 19:28 ` [gentoo-commits] proj/pms:master commit in: / Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2018-04-30 22:13 [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2018-04-26 20:16 Ulrich Müller 2018-04-26 20:16 Ulrich Müller 2018-04-26 6:30 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-04-05 16:57 Ulrich Müller 2018-03-09 16:51 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-24 12:58 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2018-02-18 13:36 Ulrich Müller 2017-11-12 19:14 Ulrich Müller 2017-11-09 20:57 Michał Górny 2017-11-09 16:51 Michał Górny 2017-11-07 18:22 Ulrich Müller 2017-11-07 17:23 Ulrich Müller 2017-11-07 17:23 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-09 17:31 Ulrich Müller 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 20:25 Michał Górny 2017-10-04 17:44 Michał Górny 2017-10-04 17:36 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:48 Michał Górny 2017-10-04 16:42 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:25 Michał Górny 2017-10-04 16:10 Michał Górny 2017-10-01 7:11 Michał Górny 2017-10-01 7:11 Michał Górny 2017-10-01 7:11 Michał Górny 2017-09-29 14:33 Michał Górny 2017-09-29 14:33 Michał Górny 2017-09-29 14:03 Michał Górny 2017-09-29 14:03 Michał Górny 2017-09-29 13:42 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-29 3:17 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 20:53 Michał Górny 2017-09-28 17:51 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-09-28 16:58 Michał Górny 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:12 Ulrich Müller 2017-04-10 18:11 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-04-09 8:47 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-29 5:12 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-20 19:28 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-18 7:23 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-03-12 15:33 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-23 7:46 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-11 7:58 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-11 7:58 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2017-02-08 20:15 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2016-11-29 7:33 [gentoo-commits] proj/pms:master " Ulrich Müller 2017-04-10 18:12 ` [gentoo-commits] proj/pms:eapi-7 " Ulrich Müller 2015-12-05 20:15 Ulrich Müller 2015-12-05 20:15 Ulrich Müller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1489849559.65d38361a953c0b6da4cc192d8727b0d6f1c64cc.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox