Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 19 Sep 2021 13:33:47
Message-Id: 1632058376.acb00b12b7fab3cae2d3b73f9004a00ca057aa36.tupone@gentoo
1 commit: acb00b12b7fab3cae2d3b73f9004a00ca057aa36
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 19 13:32:56 2021 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 19 13:32:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb00b12
7
8 ada.eclass: drop support for <gnat_2019
9
10 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
11
12 eclass/ada.eclass | 12 ++----------
13 1 file changed, 2 insertions(+), 10 deletions(-)
14
15 diff --git a/eclass/ada.eclass b/eclass/ada.eclass
16 index 683417c6afe..fd2a125300c 100644
17 --- a/eclass/ada.eclass
18 +++ b/eclass/ada.eclass
19 @@ -58,7 +58,7 @@ EXPORT_FUNCTIONS pkg_setup
20 # @DESCRIPTION:
21 # All supported Ada implementations, most preferred last.
22 _ADA_ALL_IMPLS=(
23 - gnat_2017 gnat_2018 gnat_2019 gnat_2020 gnat_2021
24 + gnat_2019 gnat_2020 gnat_2021
25 )
26 readonly _ADA_ALL_IMPLS
27
28 @@ -83,7 +83,7 @@ _ada_impl_supported() {
29 # keep in sync with _ADA_ALL_IMPLS!
30 # (not using that list because inline patterns shall be faster)
31 case "${impl}" in
32 - gnat_201[789])
33 + gnat_2019)
34 return 0
35 ;;
36 gnat_202[01])
37 @@ -200,14 +200,6 @@ ada_export() {
38 local gcc_pv
39 local slot
40 case "${impl}" in
41 - gnat_2017)
42 - gcc_pv=6.3.0
43 - slot=6.3.0
44 - ;;
45 - gnat_2018)
46 - gcc_pv=7.3.1
47 - slot=7.3.1
48 - ;;
49 gnat_2019)
50 gcc_pv=8.3.1
51 slot=8.3.1