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: Mon, 17 May 2021 21:23:25
Message-Id: 1621286460.2ef30240ff56b79e9922ae431049ada84e2db66f.ulm@gentoo
1 commit: 2ef30240ff56b79e9922ae431049ada84e2db66f
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: Mon May 17 21:21:00 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=2ef30240
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 b89ede0..a334881 100644
19 --- a/eapi-differences.tex
20 +++ b/eapi-differences.tex
21 @@ -57,7 +57,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 @@ -485,6 +485,7 @@ EAPI 8 is EAPI 7 with the following changes:
31
32 \begin{compactitem}
33 \item Less strict naming rules for files in \t{updates} directory, \featureref{updates-filenames}.
34 +\item Bash version is 5.0, \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}