commit:     55eb7403eb222502d8c8f5b25cf2bebfc37a948e
Author:     Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
AuthorDate: Fri Jul  4 18:11:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 13 08:27:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eb7403

*/*: remove reference to php8.1

php 8.1 is no longer part of portage tree since 2025-03-17 via
e8ed8932868769feef9cdd284e84e878c7bb8a26.

Bug: https://bugs.gentoo.org/959495
Signed-off-by: Bertrand Jacquin <bertrand <AT> jacquin.bzh>
Part-of: https://github.com/gentoo/gentoo/pull/42868
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/Ice/Ice-3.7.10-r1.ebuild                  |  4 +--
 dev-libs/Ice/Ice-3.7.10-r2.ebuild                  |  4 +--
 .../xapian-bindings/xapian-bindings-1.4.25.ebuild  |  4 +--
 .../xapian-bindings-1.4.26-r1.ebuild               |  2 +-
 .../xapian-bindings/xapian-bindings-1.4.27.ebuild  |  4 +--
 .../xapian-bindings/xapian-bindings-1.4.29.ebuild  |  2 +-
 dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild   |  4 +--
 dev-php/igbinary/igbinary-3.2.15.ebuild            |  2 +-
 dev-php/igbinary/igbinary-3.2.9.ebuild             |  4 +--
 dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild    |  2 +-
 dev-php/libvirt-php/libvirt-php-9999.ebuild        |  2 +-
 .../maxmind-db-reader-1.11.1.ebuild                |  4 +--
 dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild          |  2 +-
 dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild      |  4 +--
 dev-php/pecl-dio/pecl-dio-0.2.1.ebuild             |  4 +--
 dev-php/pecl-eio/Manifest                          |  1 -
 dev-php/pecl-eio/metadata.xml                      | 12 ---------
 dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild         | 30 ----------------------
 dev-php/pecl-http/pecl-http-4.2.6.ebuild           |  7 +++--
 dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild  |  4 +--
 dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild  |  2 +-
 dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild |  4 +--
 dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild |  4 +--
 dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild    |  5 ++--
 dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild   |  4 +--
 dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild   |  2 +-
 dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild      |  4 +--
 dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild             |  4 +--
 dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild        |  4 +--
 dev-php/scrypt/scrypt-2.0.0.ebuild                 |  4 +--
 dev-php/scrypt/scrypt-9999.ebuild                  |  4 +--
 dev-php/xdebug/xdebug-3.2.1.ebuild                 |  4 +--
 dev-php/xhprof/xhprof-2.3.9.ebuild                 |  4 +--
 profiles/desc/php_targets.desc                     |  3 +--
 .../icingaweb2-module-incubator-0.22.0.ebuild      |  5 ++--
 www-servers/uwsgi/uwsgi-2.0.23-r1.ebuild           |  3 +--
 www-servers/uwsgi/uwsgi-2.0.27-r1.ebuild           |  3 +--
 37 files changed, 58 insertions(+), 107 deletions(-)

diff --git a/dev-libs/Ice/Ice-3.7.10-r1.ebuild 
b/dev-libs/Ice/Ice-3.7.10-r1.ebuild
index 364d462629c1..af91b98a0272 100644
--- a/dev-libs/Ice/Ice-3.7.10-r1.ebuild
+++ b/dev-libs/Ice/Ice-3.7.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
 
 PHP_EXT_OPTIONAL_USE=php
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs
 

diff --git a/dev-libs/Ice/Ice-3.7.10-r2.ebuild 
b/dev-libs/Ice/Ice-3.7.10-r2.ebuild
index f5feecafd293..dba8bcadec63 100644
--- a/dev-libs/Ice/Ice-3.7.10-r2.ebuild
+++ b/dev-libs/Ice/Ice-3.7.10-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ PHP_EXT_ZENDEXT="no"
 
 PHP_EXT_OPTIONAL_USE=php
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-source-r3 python-r1 ruby-ng toolchain-funcs
 

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.25.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.25.ebuild
index 14800b1e5a5b..84dbd5b86aba 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.25.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.25.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1,3,4} luajit )
 PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="threads(+)"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 PHP_EXT_NAME="xapian"
 PHP_EXT_INI="yes"

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.26-r1.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.26-r1.ebuild
index 8c27ffc9c950..976f301379e8 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.26-r1.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.26-r1.ebuild
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1,3,4} luajit )
 PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="threads(+)"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 PHP_EXT_NAME="xapian"
 PHP_EXT_INI="yes"

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.27.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.27.ebuild
index b863a1e969d1..cb1cd04c8e08 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.27.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1,3,4} luajit )
 PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="threads(+)"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 PHP_EXT_NAME="xapian"
 PHP_EXT_INI="yes"

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.29.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.29.ebuild
index 6087a445c8b9..cb1cd04c8e08 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.29.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.29.ebuild
@@ -8,7 +8,7 @@ LUA_COMPAT=( lua5-{1,3,4} luajit )
 PYTHON_COMPAT=( python3_{10..13} )
 PYTHON_REQ_USE="threads(+)"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 PHP_EXT_NAME="xapian"
 PHP_EXT_INI="yes"

diff --git a/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild 
b/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild
index b97d44bc5278..01d45b55b61c 100644
--- a/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild
+++ b/dev-php/geos-php/geos-php-1.0.0_p20220909.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -6,7 +6,7 @@ PHP_EXT_NAME="geos"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 S="${WORKDIR}/php-geos"
 

diff --git a/dev-php/igbinary/igbinary-3.2.15.ebuild 
b/dev-php/igbinary/igbinary-3.2.15.ebuild
index dea68f8ebee7..b834f66fa5a0 100644
--- a/dev-php/igbinary/igbinary-3.2.15.ebuild
+++ b/dev-php/igbinary/igbinary-3.2.15.ebuild
@@ -7,7 +7,7 @@ PHP_EXT_ECONF_ARGS=( --enable-${PN} )
 PHP_EXT_INI="yes"
 PHP_EXT_NAME="${PN}"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-source-r3
 

diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild 
b/dev-php/igbinary/igbinary-3.2.9.ebuild
index 4e1211e63ed7..8d761791586c 100644
--- a/dev-php/igbinary/igbinary-3.2.9.ebuild
+++ b/dev-php/igbinary/igbinary-3.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ PHP_EXT_ECONF_ARGS=( --enable-${PN} )
 PHP_EXT_INI="yes"
 PHP_EXT_NAME="${PN}"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 inherit php-ext-source-r3
 

diff --git a/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild 
b/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild
index 004544c4667b..f327a76933ac 100644
--- a/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-0.5.8-r1.ebuild
@@ -5,7 +5,7 @@ EAPI="8"
 
 PHP_EXT_NAME="libvirt-php"
 PHP_EXT_SKIP_PHPIZE="yes"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 PHP_EXT_ECONF_ARGS=()
 
 inherit php-ext-source-r3 autotools

diff --git a/dev-php/libvirt-php/libvirt-php-9999.ebuild 
b/dev-php/libvirt-php/libvirt-php-9999.ebuild
index 522d90a9dd77..d89b783b93e6 100644
--- a/dev-php/libvirt-php/libvirt-php-9999.ebuild
+++ b/dev-php/libvirt-php/libvirt-php-9999.ebuild
@@ -5,7 +5,7 @@ EAPI="8"
 
 PHP_EXT_NAME="libvirt-php"
 PHP_EXT_SKIP_PHPIZE="yes"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 PHP_EXT_ECONF_ARGS=()
 
 inherit php-ext-source-r3 git-r3 autotools

diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild 
b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
index 1c8ee77c1c80..fc593907ec9f 100644
--- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
+++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -10,7 +10,7 @@ PHP_EXT_S="${S}/ext"
 PHP_EXT_NAME="maxminddb"
 PHP_EXT_OPTIONAL_USE="extension"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-source-r3
 

diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild 
b/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild
index d7d88e4b702e..e0664253170a 100644
--- a/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild
+++ b/dev-php/pecl-apcu/pecl-apcu-5.1.24.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 PHP_EXT_INI="yes"
 PHP_EXT_NAME="apcu"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2 php8-3 php8-4"
+USE_PHP="php8-2 php8-3 php8-4"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild 
b/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild
index 605396f97a83..fbb7b14f74d6 100644
--- a/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild
+++ b/dev-php/pecl-brotli/pecl-brotli-0.15.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild 
b/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild
index dec265550cb3..f0dffbed913f 100644
--- a/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild
+++ b/dev-php/pecl-dio/pecl-dio-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ PHP_EXT_NAME="dio"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-eio/Manifest b/dev-php/pecl-eio/Manifest
deleted file mode 100644
index 75e15a906dff..000000000000
--- a/dev-php/pecl-eio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST eio-3.1.0RC1.tgz 99307 BLAKE2B 
dbadc519f43a38796994d5854ef5f5e0c2876aa1afe9f98a3933f89332c4dc7b6db7a675cb06e47039243130d39f12f26085f02d9ea871eda68580d8fdcf143f
 SHA512 
2118eb47bfa24a753588e24691d96f46d07fde9e2ce409f1d93d77aa52494536aa06654c95831b7841d54f44a5cfd5c958efd4304a344a620c7f348cd5f7a368

diff --git a/dev-php/pecl-eio/metadata.xml b/dev-php/pecl-eio/metadata.xml
deleted file mode 100644
index 44ac05f47123..000000000000
--- a/dev-php/pecl-eio/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person" proxied="yes">
-    <email>[email protected]</email>
-    <name>Ruslan Osmanov</name>
-  </maintainer>
-  <maintainer type="project" proxied="proxy">
-    <email>[email protected]</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
-</pkgmetadata>

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
deleted file mode 100644
index 79eff92d0976..000000000000
--- a/dev-php/pecl-eio/pecl-eio-3.1.0_rc1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/pecl-}"
-MY_PV="${PV/_rc/RC}"
-MY_P="${MY_PN}-${MY_PV}"
-PHP_EXT_NAME="eio"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
-PHP_EXT_S="${WORKDIR}/${MY_P}"
-DOCS=( README.md )
-
-USE_PHP="php8-1"
-inherit php-ext-pecl-r3
-
-DESCRIPTION="PHP wrapper for libeio library"
-S="${PHP_EXT_S}"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-src_configure() {
-       local PHP_EXT_ECONF_ARGS=("--with-eio" "$(use_enable debug eio-debug)" )
-       php-ext-source-r3_src_configure
-}

diff --git a/dev-php/pecl-http/pecl-http-4.2.6.ebuild 
b/dev-php/pecl-http/pecl-http-4.2.6.ebuild
index c37376e61578..068e039cd016 100644
--- a/dev-php/pecl-http/pecl-http-4.2.6.ebuild
+++ b/dev-php/pecl-http/pecl-http-4.2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -9,7 +9,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 PHP_INI_NAME="50-http"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 
@@ -21,14 +21,13 @@ IUSE="ssl curl_ssl_gnutls +curl_ssl_openssl"
 
 COMMON_DEPEND="app-arch/brotli:=
        dev-libs/libevent
-       
>=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-1(-)?,php_targets_php8-2(-)?,php_targets_php8-3(-)?]
+       
>=dev-php/pecl-raphf-2.0.1:7[php_targets_php8-2(-)?,php_targets_php8-3(-)?]
        net-dns/libidn2
        sys-libs/zlib
        ssl? ( net-misc/curl[ssl,curl_ssl_gnutls(-)=,curl_ssl_openssl(-)=] )
        !ssl? ( net-misc/curl[-ssl] )
 "
 DEPEND="
-       php_targets_php8-1? ( ${COMMON_DEPEND} 
dev-lang/php:8.1[session(-),iconv(-)] )
        php_targets_php8-2? ( ${COMMON_DEPEND} 
dev-lang/php:8.2[session(-),iconv(-)] )
        php_targets_php8-3? ( ${COMMON_DEPEND} 
dev-lang/php:8.3[session(-),iconv(-)] )"
 RDEPEND="${DEPEND}"

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild
index ac710a275deb..3c11c4567fa6 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_NAME="imagick"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 # https://github.com/Imagick/imagick/issues/626
 PHP_EXT_NEEDED_USE="-debug"

diff --git a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild 
b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild
index 8f96d8a4e3fb..2bee55995e2a 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.7.0-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PHP_EXT_NAME="imagick"
-USE_PHP="php8-1 php8-2 php8-3 php8-4"
+USE_PHP="php8-2 php8-3 php8-4"
 
 # https://github.com/Imagick/imagick/issues/626
 PHP_EXT_NEEDED_USE="-debug"

diff --git a/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild 
b/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild
index 05d748a47fac..53193852a3e2 100644
--- a/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild
+++ b/dev-php/pecl-mailparse/pecl-mailparse-3.1.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 WANT_AUTOMAKE="none"
 PHP_EXT_NAME="mailparse"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 PHP_EXT_NEEDED_USE="unicode(-)"
 DOCS=( README.md )
 

diff --git a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild 
b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild
index 995a227609c6..57bd01eea225 100644
--- a/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild
+++ b/dev-php/pecl-memcached/pecl-memcached-3.3.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 PHP_EXT_NAME="memcached"
 DOCS=( ChangeLog README.markdown )
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 PHP_EXT_NEEDED_USE="json(+)?,session(-)?"
 MY_P="${PN/pecl-/}-${PV/_rc/RC}"
 PHP_EXT_PECL_FILENAME="${MY_P}.tgz"

diff --git a/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild 
b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild
index 991299c1e00e..24d68635d5a1 100644
--- a/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild
+++ b/dev-php/pecl-mongodb/pecl-mongodb-1.16.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_NAME="mongodb"
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 inherit php-ext-pecl-r3
 
@@ -16,7 +16,6 @@ KEYWORDS="~amd64 ~x86"
 IUSE="sasl test"
 
 PHP_DEPEND="
-       php_targets_php8-1? ( dev-lang/php:8.1[ssl,zlib] )
        php_targets_php8-2? ( dev-lang/php:8.2[ssl,zlib] )"
 COMMON_DEPEND="${PHP_DEPEND}
        >=dev-libs/libbson-1.18.0

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild
index 438399658902..cefd68a526be 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_NAME="parallel"
 PHP_EXT_NEEDED_USE="threads"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild
index 9d8803b91cc1..5e93873b4474 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.2.5.ebuild
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_NAME="parallel"
 PHP_EXT_NEEDED_USE="threads"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild 
b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild
index 31c27d50de84..1a57e6700f11 100644
--- a/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild
+++ b/dev-php/pecl-raphf/pecl-raphf-2.0.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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=""
 PHP_INI_NAME="30-${PHP_EXT_NAME}"
 
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild 
b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild
index 10d676933d22..19ef5c74540e 100644
--- a/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-2.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild 
b/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild
index 1bee510816fb..4071bdaed202 100644
--- a/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild
+++ b/dev-php/pecl-yaml/pecl-yaml-2.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 PHP_EXT_NAME="yaml"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/scrypt/scrypt-2.0.0.ebuild 
b/dev-php/scrypt/scrypt-2.0.0.ebuild
index 96d69de30aec..21099a10690e 100644
--- a/dev-php/scrypt/scrypt-2.0.0.ebuild
+++ b/dev-php/scrypt/scrypt-2.0.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_ECONF_ARGS="--enable-scrypt"
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 
 inherit php-ext-pecl-r3
 

diff --git a/dev-php/scrypt/scrypt-9999.ebuild 
b/dev-php/scrypt/scrypt-9999.ebuild
index 3bc00ea74e2d..8b88302ff96c 100644
--- a/dev-php/scrypt/scrypt-9999.ebuild
+++ b/dev-php/scrypt/scrypt-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PHP_EXT_ECONF_ARGS="--enable-scrypt"
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git";
 
 inherit git-r3 php-ext-pecl-r3

diff --git a/dev-php/xdebug/xdebug-3.2.1.ebuild 
b/dev-php/xdebug/xdebug-3.2.1.ebuild
index 9269a9b636bb..375151cc0b2c 100644
--- a/dev-php/xdebug/xdebug-3.2.1.ebuild
+++ b/dev-php/xdebug/xdebug-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="yes"
 PHP_EXT_INIFILE="3.0-xdebug.ini"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2"
 PHP_EXT_NEEDED_USE="-threads(-)"
 
 MY_PV="${PV/_/}"

diff --git a/dev-php/xhprof/xhprof-2.3.9.ebuild 
b/dev-php/xhprof/xhprof-2.3.9.ebuild
index 42bbc9840ab0..ed8a12519327 100644
--- a/dev-php/xhprof/xhprof-2.3.9.ebuild
+++ b/dev-php/xhprof/xhprof-2.3.9.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 PHP_EXT_S="${S}/extension"
 PHP_EXT_ECONF_ARGS=""
-USE_PHP="php8-1 php8-2 php8-3"
+USE_PHP="php8-2 php8-3"
 
 inherit php-ext-pecl-r3
 

diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc
index 441b63a1db14..175d97ecb766 100644
--- a/profiles/desc/php_targets.desc
+++ b/profiles/desc/php_targets.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
@@ -6,4 +6,3 @@
 php8-4 - Build against PHP 8.4
 php8-3 - Build against PHP 8.3
 php8-2 - Build against PHP 8.2
-php8-1 - Build against PHP 8.1

diff --git 
a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
 
b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
index 95cc46968864..f62f6c9e2e02 100644
--- 
a/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
+++ 
b/www-apps/icingaweb2-module-incubator/icingaweb2-module-incubator-0.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,10 +11,9 @@ S="${WORKDIR}/${PN}-${PV}"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="php_targets_php8-1 php_targets_php8-2 php_targets_php8-3"
+IUSE="php_targets_php8-2 php_targets_php8-3"
 
 PHP_DEPEND="
-       php_targets_php8-1? ( dev-lang/php:8.1[curl] )
        php_targets_php8-2? ( dev-lang/php:8.2[curl] )
        php_targets_php8-3? ( dev-lang/php:8.3[curl] )
 "

diff --git a/www-servers/uwsgi/uwsgi-2.0.23-r1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.23-r1.ebuild
index c60df783a90a..eb9de76588d6 100644
--- a/www-servers/uwsgi/uwsgi-2.0.23-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.23-r1.ebuild
@@ -15,7 +15,7 @@ USE_RUBY="ruby31 ruby32"
 PHP_EXT_INI="no"
 PHP_EXT_NAME="dummy"
 PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php8-1 php8-2" # deps must be registered separately below
+USE_PHP="php8-2" # deps must be registered separately below
 
 POSTGRES_COMPAT=( 13 14 15 )
 
@@ -132,7 +132,6 @@ CDEPEND="
        mono? ( dev-lang/mono:= )
        perl? ( dev-lang/perl:= )
        php? (
-               php_targets_php8-1? ( dev-lang/php:8.1[embed] )
                php_targets_php8-2? ( dev-lang/php:8.2[embed] )
        )
        python? ( ${PYTHON_DEPS} )

diff --git a/www-servers/uwsgi/uwsgi-2.0.27-r1.ebuild 
b/www-servers/uwsgi/uwsgi-2.0.27-r1.ebuild
index cb961db5e5b3..a1f7d56b72f3 100644
--- a/www-servers/uwsgi/uwsgi-2.0.27-r1.ebuild
+++ b/www-servers/uwsgi/uwsgi-2.0.27-r1.ebuild
@@ -15,7 +15,7 @@ USE_RUBY="ruby31 ruby32"
 PHP_EXT_INI="no"
 PHP_EXT_NAME="dummy"
 PHP_EXT_OPTIONAL_USE="php"
-USE_PHP="php8-1 php8-2" # deps must be registered separately below
+USE_PHP="php8-2" # deps must be registered separately below
 
 POSTGRES_COMPAT=( 13 14 15 16 17 )
 
@@ -133,7 +133,6 @@ CDEPEND="
        mono? ( dev-lang/mono:= )
        perl? ( dev-lang/perl:= )
        php? (
-               php_targets_php8-1? ( dev-lang/php:8.1[embed] )
                php_targets_php8-2? ( dev-lang/php:8.2[embed] )
        )
        python? ( ${PYTHON_DEPS} )

Reply via email to