Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH] pkg-mgr-commands.tex: No matching reserved names are defined elsewhere
Date: Wed, 17 Aug 2022 16:50:52
Message-Id: 20220817165035.26146-1-ulm@gentoo.org
1 With most reserved strings matching only at the beginning of a name,
2 this exception is no longer needed. The only such use was src_prepare
3 matching the "prep" substring.
4
5 Bug: https://bugs.gentoo.org/843779
6 Signed-off-by: Ulrich Müller <ulm@g.o>
7 ---
8 pkg-mgr-commands.tex | 5 ++---
9 1 file changed, 2 insertions(+), 3 deletions(-)
10
11 diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex
12 index d4dcffe..b966db4 100644
13 --- a/pkg-mgr-commands.tex
14 +++ b/pkg-mgr-commands.tex
15 @@ -1316,9 +1316,8 @@ Ebuilds must not run any of these commands once the current phase function has r
16
17 \subsection{Reserved commands and variables}
18
19 -Except where documented otherwise, all functions and variables that begin with any of the following
20 -strings (ignoring case) are reserved for package manager use and may not be used or relied upon by
21 -ebuilds:
22 +All functions and variables that begin with any of the following strings (ignoring case) are
23 +reserved for package manager use and may not be used or relied upon by ebuilds:
24
25 \begin{compactitem}
26 \item \t{__} (two underscores)
27 --
28 2.37.2

Replies