Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-8 commit in: /
Date: Sun, 16 May 2021 19:13:43
Message-Id: 1621167601.42ce11544e84f6c34eb45504d4ee27c0dc9bea36.ulm@gentoo
1 commit: 42ce11544e84f6c34eb45504d4ee27c0dc9bea36
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 12:16:26 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 12:20:01 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=42ce1154
7
8 EAPI 8: Bash version is 5.0
9
10 Bug: https://bugs.gentoo.org/636652
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 eapi-differences.tex | 3 ++-
14 ebuild-format.tex | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/eapi-differences.tex b/eapi-differences.tex
18 index 4c35b07..a392e97 100644
19 --- a/eapi-differences.tex
20 +++ b/eapi-differences.tex
21 @@ -54,7 +54,7 @@ Stable use masking/forcing & \compactfeatureref{stablemask} &
22 No & Yes & Yes & Yes & Yes \\
23
24 Bash version & \compactfeatureref{bash-version} &
25 - 3.2 & 3.2 & 4.2 & 4.2 & 4.2 \\
26 + 3.2 & 3.2 & 4.2 & 4.2 & 5.0 \\
27
28 \t{failglob} in global scope & \compactfeatureref{failglob} &
29 No & No & Yes & Yes & Yes \\
30 @@ -511,6 +511,7 @@ EAPI 8 is EAPI 7 with the following changes:
31 \item \t{unpack} no longer supports \t{.7z}, \t{.rar}, \t{.lha}, \featureref{unpack-extensions}.
32 \item \t{useq} banned, \featureref{banned-commands}.
33 \item \t{hasv} and \t{hasq} banned, \featureref{banned-commands}.
34 +\item Bash version is 4.2, \featureref{bash-version}.
35 \end{compactitem}
36
37 \ChangeWhenAddingAnEAPI{8}
38
39 diff --git a/ebuild-format.tex b/ebuild-format.tex
40 index c2224bf..4929ba4 100644
41 --- a/ebuild-format.tex
42 +++ b/ebuild-format.tex
43 @@ -26,7 +26,8 @@ output or standard error, or modify the state of the system in any way.
44 \multicolumn{1}{c}{\textbf{\t{failglob} in global scope?}} \\
45 \midrule
46 0, 1, 2, 3, 4, 5 & 3.2 & No \\
47 - 6, 7, 8 & 4.2 & Yes \\
48 + 6, 7 & 4.2 & Yes \\
49 + 8 & 5.0 & Yes \\
50 \bottomrule
51 \end{tabular}
52 \end{centertable}