Gentoo Archives: gentoo-dev

From: David Seifert <soap@g.o>
To: gentoo-dev@l.g.o
Cc: David Seifert <soap@g.o>
Subject: [gentoo-dev] [PATCH 20/41] php-ext-pecl-r3.eclass: drop EAPI 6 support
Date: Sun, 25 Dec 2022 22:21:09
Message-Id: 20221225221552.8023-20-soap@gentoo.org
In Reply to: [gentoo-dev] [PATCH 01/41] ada.eclass: drop EAPI 6 support by David Seifert
1 Signed-off-by: David Seifert <soap@g.o>
2 ---
3 eclass/php-ext-pecl-r3.eclass | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass
7 index b1b9429e8a2..11ae34429fb 100644
8 --- a/eclass/php-ext-pecl-r3.eclass
9 +++ b/eclass/php-ext-pecl-r3.eclass
10 @@ -1,10 +1,10 @@
11 -# Copyright 1999-2021 Gentoo Authors
12 +# Copyright 1999-2022 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 # @ECLASS: php-ext-pecl-r3.eclass
16 # @MAINTAINER:
17 # Gentoo PHP team <php-bugs@g.o>
18 -# @SUPPORTED_EAPIS: 6 7 8
19 +# @SUPPORTED_EAPIS: 7 8
20 # @PROVIDES: php-ext-source-r3
21 # @BLURB: A uniform way to install PECL extensions
22 # @DESCRIPTION:
23 @@ -13,7 +13,7 @@
24 # see https://pecl.php.net/
25
26 case ${EAPI:-0} in
27 - 6|7|8) ;;
28 + 7|8) ;;
29 *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
30 esac
31
32 --
33 2.39.0