public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/, dev-php/xdebug/, dev-php/pecl-crack/, ...
@ 2023-09-05 13:42 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-09-05 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     46e67d857af092a0a3df98d4aec54529b4b5a264
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  5 13:42:01 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Sep  5 13:42:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e67d85

dev-php/*: remote obsolete PHP targets 'php7-2' and 'php7-3'

Closes: https://github.com/gentoo/gentoo/pull/32627
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild |  4 ++--
 dev-php/PHP_TokenStream/PHP_TokenStream-3.1.1.ebuild    |  4 ++--
 dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild          |  4 ++--
 dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild             |  4 ++--
 dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild              |  2 +-
 dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild               |  4 ++--
 dev-php/pecl-eio/pecl-eio-2.0.4-r1.ebuild               |  4 ++--
 dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild              |  4 ++--
 dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild              |  4 ++--
 dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild              |  2 +-
 dev-php/pecl-gnupg/pecl-gnupg-1.5.0.ebuild              |  4 ++--
 dev-php/pecl-gnupg/pecl-gnupg-1.5.1.ebuild              |  4 ++--
 dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild               |  4 ++--
 dev-php/pecl-lzf/pecl-lzf-1.7.0.ebuild                  |  4 ++--
 dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild            |  4 ++--
 dev-php/pecl-memcache/pecl-memcache-4.0.5.2-r1.ebuild   | 14 +++++++-------
 dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild       |  5 ++---
 dev-php/pecl-memcache/pecl-memcache-8.0.ebuild          |  5 ++---
 dev-php/pecl-mongodb/pecl-mongodb-1.10.0.ebuild         |  5 ++---
 dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild       |  4 ++--
 dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild              |  5 ++---
 dev-php/pecl-pam/pecl-pam-2.2.3.ebuild                  |  4 ++--
 dev-php/pecl-pam/pecl-pam-2.2.4.ebuild                  |  4 ++--
 dev-php/pecl-propro/pecl-propro-2.1.0.ebuild            |  4 ++--
 dev-php/pecl-ps/pecl-ps-1.4.4.ebuild                    |  4 ++--
 dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild           |  4 ++--
 dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild           |  2 +-
 dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild               |  4 ++--
 dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild                |  6 +++---
 dev-php/pecl-taint/pecl-taint-2.1.0.ebuild              |  4 ++--
 dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild   |  4 ++--
 dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild               |  4 ++--
 dev-php/xdebug/xdebug-3.1.1.ebuild                      |  2 +-
 dev-php/xdebug/xdebug-3.1.3.ebuild                      |  2 +-
 profiles/base/use.mask                                  |  6 ------
 profiles/desc/php_targets.desc                          |  4 +---
 36 files changed, 70 insertions(+), 82 deletions(-)

diff --git a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild
index b4f5f302ad17..3bc009200da0 100644
--- a/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild
+++ b/dev-php/PHP_CodeCoverage/PHP_CodeCoverage-7.0.12.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 MY_PN="php-code-coverage"
 
-USE_PHP="php7-2 php7-3 php7-4"
+USE_PHP="php7-4"
 
 DESCRIPTION="Collection, processing, and rendering for PHP code coverage"
 HOMEPAGE="https://phpunit.de"

diff --git a/dev-php/PHP_TokenStream/PHP_TokenStream-3.1.1.ebuild b/dev-php/PHP_TokenStream/PHP_TokenStream-3.1.1.ebuild
index 8988b643ece8..3d8abd2336e3 100644
--- a/dev-php/PHP_TokenStream/PHP_TokenStream-3.1.1.ebuild
+++ b/dev-php/PHP_TokenStream/PHP_TokenStream-3.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_PHP="php7-2 php7-3 php7-4"
+USE_PHP="php7-4"
 MY_PN="php-token-stream"
 
 DESCRIPTION="Wrapper around PHP's tokenizer extension"

diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild
index cf85dc9a5be8..c79e47fa1cda 100644
--- a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild
+++ b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_EXTRA_ECONF=""
 DOCS=( README.md )
 
-USE_PHP="php7-2 php7-3 php7-4"
+USE_PHP="php7-4"
 
 inherit php-ext-pecl-r3 multilib
 

diff --git a/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild b/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild
index 64bc70b7c29d..47b9195fcf94 100644
--- a/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild
+++ b/dev-php/pecl-crack/pecl-crack-0.4-r8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_EXTRA_ECONF=""
 DOCS=( EXPERIMENTAL )
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
index adce76cda652..c1d4f307c458 100644
--- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
+++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild b/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild
index b4005f5700b0..73889dc9d598 100644
--- a/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild
+++ b/dev-php/pecl-dio/pecl-dio-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -7,7 +7,7 @@ PHP_EXT_NAME="dio"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-eio/pecl-eio-2.0.4-r1.ebuild b/dev-php/pecl-eio/pecl-eio-2.0.4-r1.ebuild
index ef6623eb4e18..b027858127cf 100644
--- a/dev-php/pecl-eio/pecl-eio-2.0.4-r1.ebuild
+++ b/dev-php/pecl-eio/pecl-eio-2.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 DOCS=( README.md )
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
 inherit php-ext-pecl-r3
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild b/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild
index 32a585eab37d..a9410dc9aa5d 100644
--- a/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild
+++ b/dev-php/pecl-eio/pecl-eio-3.0.0_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
 PHP_EXT_S="${WORKDIR}/${MY_P}"
 DOCS=( README.md )
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 inherit php-ext-pecl-r3
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild b/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild
index bbaf407e9f1b..b280d73cb355 100644
--- a/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild
+++ b/dev-php/pecl-eio/pecl-eio-3.0.0_rc4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
 PHP_EXT_S="${WORKDIR}/${MY_P}"
 DOCS=( README.md )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 inherit php-ext-pecl-r3
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild b/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild
index 3c7944f837fc..b280d73cb355 100644
--- a/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild
+++ b/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild
@@ -12,7 +12,7 @@ PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
 PHP_EXT_S="${WORKDIR}/${MY_P}"
 DOCS=( README.md )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 inherit php-ext-pecl-r3
 
 KEYWORDS="~amd64 ~x86"

diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.5.0.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.5.0.ebuild
index 8d3304139c7a..1d90c8a3e734 100644
--- a/dev-php/pecl-gnupg/pecl-gnupg-1.5.0.ebuild
+++ b/dev-php/pecl-gnupg/pecl-gnupg-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
 PHP_EXT_S="${WORKDIR}/${MY_P}"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.5.1.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.5.1.ebuild
index b4e056c760fa..fa5be3467ca2 100644
--- a/dev-php/pecl-gnupg/pecl-gnupg-1.5.1.ebuild
+++ b/dev-php/pecl-gnupg/pecl-gnupg-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
 PHP_EXT_S="${WORKDIR}/${MY_P}"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild b/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild
index 87fa3d23cf24..b3ba6a952841 100644
--- a/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild
+++ b/dev-php/pecl-lzf/pecl-lzf-1.6.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ PHP_EXT_NAME="lzf"
 PHP_EXT_PECL_PKG="LZF"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-lzf/pecl-lzf-1.7.0.ebuild b/dev-php/pecl-lzf/pecl-lzf-1.7.0.ebuild
index 692a78f4a3b7..e1216b314593 100644
--- a/dev-php/pecl-lzf/pecl-lzf-1.7.0.ebuild
+++ b/dev-php/pecl-lzf/pecl-lzf-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ PHP_EXT_NAME="lzf"
 PHP_EXT_PECL_PKG="LZF"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild
index 1eeeafa5540d..0e79ba64b9b1 100644
--- a/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild
+++ b/dev-php/pecl-mcrypt/pecl-mcrypt-1.0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PHP_EXT_NAME="mcrypt"
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 MY_P="${PN/pecl-/}-${PV/_rc/RC}"
 PHP_EXT_ECONF_ARGS=()
 PHP_EXT_PECL_FILENAME="${MY_P}.tgz"

diff --git a/dev-php/pecl-memcache/pecl-memcache-4.0.5.2-r1.ebuild b/dev-php/pecl-memcache/pecl-memcache-4.0.5.2-r1.ebuild
index 240a4d9d5754..da8213cc9cdc 100644
--- a/dev-php/pecl-memcache/pecl-memcache-4.0.5.2-r1.ebuild
+++ b/dev-php/pecl-memcache/pecl-memcache-4.0.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,11 +9,11 @@ PHP_EXT_NEEDED_USE="session(-)?"
 DOCS=( README example.php )
 HTML_DOCS=( memcache.php )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
 
 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 
@@ -22,7 +22,7 @@ LICENSE="PHP-3"
 SLOT="7"
 IUSE="+session"
 
-DEPEND="php_targets_php7-3? ( sys-libs/zlib ) php_targets_php7-4? ( sys-libs/zlib )"
+DEPEND="php_targets_php7-4? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}
 	php_targets_php8-0? ( dev-php/pecl-memcache:8[php_targets_php8-0(-)?] )
 	php_targets_php8-1? ( dev-php/pecl-memcache:8[php_targets_php8-1(-)?] )
@@ -32,7 +32,7 @@ RDEPEND="${DEPEND}
 RESTRICT='test'
 
 src_prepare() {
-	if use php_targets_php7-3 || use php_targets_php7-4 ; then
+	if use php_targets_php7-4 ; then
 		php-ext-source-r3_src_prepare
 	else
 		default
@@ -40,14 +40,14 @@ src_prepare() {
 }
 
 src_configure() {
-	if use php_targets_php7-3 || use php_targets_php7-4 ; then
+	if use php_targets_php7-4 ; then
 		local PHP_EXT_ECONF_ARGS=( --enable-memcache --with-zlib-dir="${EPREFIX}/usr" $(use_enable session memcache-session) )
 		php-ext-source-r3_src_configure
 	fi
 }
 
 src_install() {
-	if use php_targets_php7-3 || use php_targets_php7-4 ; then
+	if use php_targets_php7-4 ; then
 		php-ext-pecl-r3_src_install
 
 		php-ext-source-r3_addtoinifiles "memcache.allow_failover" "true"

diff --git a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
index ec0fa315424c..fc0048196784 100644
--- a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
+++ b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_NEEDED_USE="session(-)?"
 DOCS=( README example.php )
 HTML_DOCS=( memcache.php )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 
@@ -27,7 +27,6 @@ DEPEND="
 	php_targets_php8-1? ( sys-libs/zlib )
 "
 RDEPEND="${DEPEND}
-	php_targets_php7-3? ( dev-php/pecl-memcache:7[php_targets_php7-3(-)?] )
 	php_targets_php7-4? ( dev-php/pecl-memcache:7[php_targets_php7-4(-)?] )
 "
 

diff --git a/dev-php/pecl-memcache/pecl-memcache-8.0.ebuild b/dev-php/pecl-memcache/pecl-memcache-8.0.ebuild
index a837166eaa5c..7d51a942b070 100644
--- a/dev-php/pecl-memcache/pecl-memcache-8.0.ebuild
+++ b/dev-php/pecl-memcache/pecl-memcache-8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_NEEDED_USE="session(-)?"
 DOCS=( README example.php )
 HTML_DOCS=( memcache.php )
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 
@@ -24,7 +24,6 @@ IUSE="+session"
 
 DEPEND="php_targets_php8-0? ( sys-libs/zlib )"
 RDEPEND="${DEPEND}
-	php_targets_php7-3? ( dev-php/pecl-memcache:7[php_targets_php7-3(-)?] )
 	php_targets_php7-4? ( dev-php/pecl-memcache:7[php_targets_php7-4(-)?] )
 "
 

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.10.0.ebuild b/dev-php/pecl-mongodb/pecl-mongodb-1.10.0.ebuild
index 5f074999796a..9c932976b367 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.10.0.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.10.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PHP_EXT_NAME="mongodb"
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 
@@ -16,7 +16,6 @@ KEYWORDS="amd64 x86"
 IUSE="sasl test"
 
 PHP_DEPEND="
-	php_targets_php7-3? ( dev-lang/php:7.3[json,ssl,zlib] )
 	php_targets_php7-4? ( dev-lang/php:7.4[json,ssl,zlib] )
 	php_targets_php8-0? ( dev-lang/php:8.0[ssl,zlib] )"
 COMMON_DEPEND="${PHP_DEPEND}

diff --git a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild
index 273b93d25b1c..007edf9f7a58 100644
--- a/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild
+++ b/dev-php/pecl-ncurses/pecl-ncurses-1.0.2-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild b/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild
index ff8cd5c97885..12181485d980 100644
--- a/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild
+++ b/dev-php/pecl-oauth/pecl-oauth-2.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -6,7 +6,7 @@ PHP_EXT_NAME="oauth"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 
@@ -20,7 +20,6 @@ IUSE="+curl examples"
 DEPEND="
 	dev-libs/libpcre:3=
 	curl? ( net-misc/curl:0= )
-	php_targets_php7-3? ( dev-lang/php:7.3[hash(-)] )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-php/pecl-pam/pecl-pam-2.2.3.ebuild b/dev-php/pecl-pam/pecl-pam-2.2.3.ebuild
index 58d800d7f8fa..642415e3aa93 100644
--- a/dev-php/pecl-pam/pecl-pam-2.2.3.ebuild
+++ b/dev-php/pecl-pam/pecl-pam-2.2.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=( --with-pam=/usr )
 DOCS=( README )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3 pam
 

diff --git a/dev-php/pecl-pam/pecl-pam-2.2.4.ebuild b/dev-php/pecl-pam/pecl-pam-2.2.4.ebuild
index 4a809c31272d..f419bf23d24e 100644
--- a/dev-php/pecl-pam/pecl-pam-2.2.4.ebuild
+++ b/dev-php/pecl-pam/pecl-pam-2.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=( --with-pam=/usr )
 DOCS=( README )
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3 pam
 

diff --git a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
index 6cb8ab9cf2ae..f5a310da3943 100644
--- a/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
+++ b/dev-php/pecl-propro/pecl-propro-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-ps/pecl-ps-1.4.4.ebuild b/dev-php/pecl-ps/pecl-ps-1.4.4.ebuild
index ce633ab0c594..140018ff2c0e 100644
--- a/dev-php/pecl-ps/pecl-ps-1.4.4.ebuild
+++ b/dev-php/pecl-ps/pecl-ps-1.4.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 PHP_EXT_NAME="ps"
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 PHP_EXT_NEEDED_USE="gd(-)?"
 
 inherit php-ext-pecl-r3

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild
index 799945bbffe0..b40c6d7c4a5e 100644
--- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild
+++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php7-2 php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
index 12af6f4fda52..cbc099a5896d 100644
--- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
+++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r2.ebuild
@@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no"
 PHP_EXT_ECONF_ARGS=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild b/dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild
index 7652ef702136..563adc58f8c8 100644
--- a/dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-2.0.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
index aa0a2f116be1..096be1929032 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.3.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
 PHP_EXT_NAME="ssh2"
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 DESCRIPTION="PHP bindings for the libssh2 library"
 LICENSE="PHP-3.01"

diff --git a/dev-php/pecl-taint/pecl-taint-2.1.0.ebuild b/dev-php/pecl-taint/pecl-taint-2.1.0.ebuild
index 0719c8b569b5..5730e7cf3ebc 100644
--- a/dev-php/pecl-taint/pecl-taint-2.1.0.ebuild
+++ b/dev-php/pecl-taint/pecl-taint-2.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
 inherit php-ext-pecl-r3
 
 DESCRIPTION="Extension used for detecting XSS code (tainted strings)"

diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild
index d4426f45b015..b65eee39863a 100644
--- a/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild
+++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2021.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -7,7 +7,7 @@ PHP_EXT_NAME="timezonedb"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild
index 5d00f58ace92..c1ef3bde4d69 100644
--- a/dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild
+++ b/dev-php/pecl-yaz/pecl-yaz-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 DOCS=( README )
 
-USE_PHP="php7-3 php7-4 php8-0"
+USE_PHP="php7-4 php8-0"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/xdebug/xdebug-3.1.1.ebuild b/dev-php/xdebug/xdebug-3.1.1.ebuild
index e95336a20b06..74307ff3b3de 100644
--- a/dev-php/xdebug/xdebug-3.1.1.ebuild
+++ b/dev-php/xdebug/xdebug-3.1.1.ebuild
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="yes"
 PHP_EXT_INIFILE="3.0-xdebug.ini"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 PHP_EXT_NEEDED_USE="-threads(-)"
 
 MY_PV="${PV/_/}"

diff --git a/dev-php/xdebug/xdebug-3.1.3.ebuild b/dev-php/xdebug/xdebug-3.1.3.ebuild
index 2ea81c4ba2fd..120e481aec0f 100644
--- a/dev-php/xdebug/xdebug-3.1.3.ebuild
+++ b/dev-php/xdebug/xdebug-3.1.3.ebuild
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="yes"
 PHP_EXT_INIFILE="3.0-xdebug.ini"
 
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
 PHP_EXT_NEEDED_USE="-threads(-)"
 
 MY_PV="${PV/_/}"

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 70185d8cdc00..7c28507a6e0f 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -11,7 +11,6 @@ ruby_targets_ruby30
 
 # Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
 # PHP 7.x is end-of-life. Please upgrade to a newer slot.
-php_targets_php7-3
 php_targets_php7-4
 
 # Hans de Graaff <graaff@gentoo.org> (2023-04-10)
@@ -37,11 +36,6 @@ sysprof
 # See e.g. bug #753323, bug #822690.
 pch
 
-# Brian Evans <grknight@gentoo.org> (2021-01-07)
-# PHP 7.2 is security vulnerable and end-of-life
-# Please upgrade to a newer slot
-php_targets_php7-2
-
 # Matt Turner <mattst88@gentoo.org> (2019-09-01)
 # app-office/texmacs is package.mask'd. Bug #436400
 texmacs

diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
index 78c3a07424c3..8aecd8c74e02 100644
--- a/profiles/desc/php_targets.desc
+++ b/profiles/desc/php_targets.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
@@ -7,5 +7,3 @@ php8-2 - Build against PHP 8.2
 php8-1 - Build against PHP 8.1
 php8-0 - Build against PHP 8.0
 php7-4 - Build against PHP 7.4
-php7-3 - Build against PHP 7.3
-php7-2 - Build against PHP 7.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-09-05 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 13:42 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-mongodb/, dev-php/xdebug/, dev-php/pecl-crack/, David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox