commit: 02d918489c7da683ac83a3114f6e0dca85cdbf04
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 9 19:00:45 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 9 19:00:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d91848
www-servers/nginx-unit: remove PHP 7.4 and 8.0 support
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-servers/nginx-unit/metadata.xml | 2 --
www-servers/nginx-unit/nginx-unit-1.29.1.ebuild | 4 +---
www-servers/nginx-unit/nginx-unit-1.31.0.ebuild | 3 +--
3 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/www-servers/nginx-unit/metadata.xml
b/www-servers/nginx-unit/metadata.xml
index dd2d6a9e0065..488056a85af1 100644
--- a/www-servers/nginx-unit/metadata.xml
+++ b/www-servers/nginx-unit/metadata.xml
@@ -13,8 +13,6 @@
engineering or operations.
</longdescription>
<use>
- <flag name="php7-4">Support for PHP 7.4</flag>
- <flag name="php8-0">Support for PHP 8.0</flag>
<flag name="php8-1">Support for PHP 8.1</flag>
<flag name="php8-2">Support for PHP 8.2</flag>
</use>
diff --git a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
index 70a236f59bad..b59e79dd27da 100644
--- a/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.29.1.ebuild
@@ -17,14 +17,12 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
MY_USE="perl python ruby"
-MY_USE_PHP="php7-4 php8-0 php8-1 "
+MY_USE_PHP="php8-1 "
IUSE="${MY_USE} ${MY_USE_PHP} ssl"
REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="perl? ( dev-lang/perl:= )
- php7-4? ( dev-lang/php:7.4[embed] )
- php8-0? ( dev-lang/php:8.0[embed] )
php8-1? ( dev-lang/php:8.1[embed] )
python? ( ${PYTHON_DEPS} )
ruby? (
diff --git a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
index 8873b5665a10..cac440e33f0d 100644
--- a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
+++ b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild
@@ -17,13 +17,12 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
MY_USE="perl python ruby"
-MY_USE_PHP="php8-0 php8-1 php8-2"
+MY_USE_PHP="php8-1 php8-2"
IUSE="${MY_USE} ${MY_USE_PHP} perl ssl"
REQUIRED_USE="|| ( ${IUSE} )
python? ( ${PYTHON_REQUIRED_USE} )"
DEPEND="perl? ( dev-lang/perl:= )
- php8-0? ( dev-lang/php:8.0[embed] )
php8-1? ( dev-lang/php:8.1[embed] )
php8-2? ( dev-lang/php:8.2[embed] )
python? ( ${PYTHON_DEPS} )