From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / Date: Sun, 26 Feb 2023 17:42:55 +0000 (UTC) [thread overview] Message-ID: <1675275168.c5a07aa426d0536f6ff9387af471105ebb0ba96e.ulm@gentoo> (raw) commit: c5a07aa426d0536f6ff9387af471105ebb0ba96e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 18:12:48 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 18:12:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5a07aa4 Reference sections by "section 11.2" rather than "11.2" Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-env-vars.tex | 8 ++++---- ebuild-environment.tex | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 7f430e7..b8deb04 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -6,7 +6,7 @@ meaningful in all phases; variables that are not meaningful in a given phase may any value. Ebuilds must not attempt to modify any of these variables, unless otherwise specified. Because of their special meanings, these variables may not be preserved consistently across all -phases as would normally happen due to environment saving (see~\ref{sec:ebuild-env-state}). +phases as would normally happen due to environment saving (see section~\ref{sec:ebuild-env-state}). For example, \t{EBUILD_PHASE} is different for every phase, and \t{ROOT} may have changed between the various different \t{pkg_*} phases. Ebuilds must recalculate any variable they derive from an inconsistent variable. @@ -40,7 +40,7 @@ inconsistent variable. \endlastfoot \t{P} & All & - No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} & + No\footnote{May change if a package has been updated (see section~\ref{sec:updates-dir}).} & Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\ \t{PF} & All & @@ -175,8 +175,8 @@ inconsistent variable. calling environment, \t{EPREFIX} defaults to the built-in offset-prefix that was set during installation of the package manager. When a different \t{EPREFIX} value than the built-in value is set in the calling environment, a cross-prefix build is performed where using the existing - utilities, a package is built for the given \t{EPREFIX}, akin to \t{ROOT}\@. - See also~\ref{sec:offset-vars}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} + utilities, a package is built for the given \t{EPREFIX}, akin to \t{ROOT}\@. See also + section~\ref{sec:offset-vars}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{EPREFIX}. \\ \t{D} & \t{src_*} & diff --git a/ebuild-environment.tex b/ebuild-environment.tex index b9f3622..8093f1e 100644 --- a/ebuild-environment.tex +++ b/ebuild-environment.tex @@ -16,9 +16,9 @@ Variables that were exported must remain exported in later functions; variables visibility may retain default visibility or be exported. Variables with special meanings to the package manager are excluded from this rule. -Global variables must only contain invariant values (see~\ref{sec:metadata-invariance}). If a global -variable's value is invariant, it may have the value that would be generated at any given point -in the build sequence. +Global variables must only contain invariant values (see section~\ref{sec:metadata-invariance}). +If a global variable's value is invariant, it may have the value that would be generated at any +given point in the build sequence. This is demonstrated by code listing~\ref{lst:env-saving}.
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: Wed, 1 Feb 2023 18:14:00 +0000 (UTC) [thread overview] Message-ID: <1675275168.c5a07aa426d0536f6ff9387af471105ebb0ba96e.ulm@gentoo> (raw) Message-ID: <20230201181400._GzcSjVom_5nlpzwBUJ5LoM4PkTkAgb0Fg3sOiKBExs@z> (raw) commit: c5a07aa426d0536f6ff9387af471105ebb0ba96e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 18:12:48 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 18:12:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5a07aa4 Reference sections by "section 11.2" rather than "11.2" Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-env-vars.tex | 8 ++++---- ebuild-environment.tex | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ebuild-env-vars.tex b/ebuild-env-vars.tex index 7f430e7..b8deb04 100644 --- a/ebuild-env-vars.tex +++ b/ebuild-env-vars.tex @@ -6,7 +6,7 @@ meaningful in all phases; variables that are not meaningful in a given phase may any value. Ebuilds must not attempt to modify any of these variables, unless otherwise specified. Because of their special meanings, these variables may not be preserved consistently across all -phases as would normally happen due to environment saving (see~\ref{sec:ebuild-env-state}). +phases as would normally happen due to environment saving (see section~\ref{sec:ebuild-env-state}). For example, \t{EBUILD_PHASE} is different for every phase, and \t{ROOT} may have changed between the various different \t{pkg_*} phases. Ebuilds must recalculate any variable they derive from an inconsistent variable. @@ -40,7 +40,7 @@ inconsistent variable. \endlastfoot \t{P} & All & - No\footnote{May change if a package has been updated (see~\ref{sec:updates-dir}).} & + No\footnote{May change if a package has been updated (see section~\ref{sec:updates-dir}).} & Package name and version, without the revision part. For example, \t{vim-7.0.174}. \\ \t{PF} & All & @@ -175,8 +175,8 @@ inconsistent variable. calling environment, \t{EPREFIX} defaults to the built-in offset-prefix that was set during installation of the package manager. When a different \t{EPREFIX} value than the built-in value is set in the calling environment, a cross-prefix build is performed where using the existing - utilities, a package is built for the given \t{EPREFIX}, akin to \t{ROOT}\@. - See also~\ref{sec:offset-vars}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} + utilities, a package is built for the given \t{EPREFIX}, akin to \t{ROOT}\@. See also + section~\ref{sec:offset-vars}. Only for EAPIs listed in table~\ref{tab:offset-env-vars-table} as supporting \t{EPREFIX}. \\ \t{D} & \t{src_*} & diff --git a/ebuild-environment.tex b/ebuild-environment.tex index b9f3622..8093f1e 100644 --- a/ebuild-environment.tex +++ b/ebuild-environment.tex @@ -16,9 +16,9 @@ Variables that were exported must remain exported in later functions; variables visibility may retain default visibility or be exported. Variables with special meanings to the package manager are excluded from this rule. -Global variables must only contain invariant values (see~\ref{sec:metadata-invariance}). If a global -variable's value is invariant, it may have the value that would be generated at any given point -in the build sequence. +Global variables must only contain invariant values (see section~\ref{sec:metadata-invariance}). +If a global variable's value is invariant, it may have the value that would be generated at any +given point in the build sequence. This is demonstrated by code listing~\ref{lst:env-saving}.
next reply other threads:[~2023-02-26 17:43 UTC|newest] Thread overview: 167+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-02-26 17:42 Ulrich Müller [this message] 2023-02-01 18:14 ` [gentoo-commits] proj/pms:master commit in: / Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2025-02-09 20:38 [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-02-09 20:38 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-17 18:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-09 17:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-10 9:56 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-03 17:44 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-01 11:30 Ulrich Müller 2024-11-29 16:46 Ulrich Müller 2024-11-22 14:41 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-07-16 9:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-24 9:10 Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:55 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-05-14 4:25 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-04-05 14:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-02-08 9:43 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-01-01 14:34 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-09 17:24 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-06 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-02-27 11:05 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-09 18:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-17 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-09 19:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-10-20 7:06 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-04-07 6:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-08-18 15:53 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 6:56 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-01 17:35 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-08-19 19:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " 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=1675275168.c5a07aa426d0536f6ff9387af471105ebb0ba96e.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