From e5ae9150845074e0da4fc8f230ed183d170ac294 Mon Sep 17 00:00:00 2001 From: Ralph Seichter Date: Sat, 8 Feb 2020 23:50:39 +0100 Subject: www-servers/nginx-unit: Remove obsolete PHP Remove references to PHP versions 5.6 and 7.1 which are no longer supported by Gentoo. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ralph Seichter Closes: https://github.com/gentoo/gentoo/pull/14600 Signed-off-by: Joonas Niilola --- www-servers/nginx-unit/metadata.xml | 2 -- www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild | 4 +--- www-servers/nginx-unit/nginx-unit-1.13.0.ebuild | 4 +--- www-servers/nginx-unit/nginx-unit-1.14.0.ebuild | 4 +--- www-servers/nginx-unit/nginx-unit-1.8.0.ebuild | 4 +--- 5 files changed, 4 insertions(+), 14 deletions(-) (limited to 'www-servers/nginx-unit') diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index c6f29a250703..31019253313f 100644 --- a/www-servers/nginx-unit/metadata.xml +++ b/www-servers/nginx-unit/metadata.xml @@ -17,8 +17,6 @@ engineering or operations. - Support for PHP 5.6 - Support for PHP 7.1 Support for PHP 7.2 Support for PHP 7.3 Support for PHP 7.4 diff --git a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild index ab4379548ef8..a4a9d943b1c6 100644 --- a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild @@ -16,14 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-1 php7-2 php7-3" +MY_USE_PHP="php7-2 php7-3" IUSE="${MY_USE} ${MY_USE_PHP} ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php5-6? ( dev-lang/php:5.6[embed] ) - php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) php7-3? ( dev-lang/php:7.3[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild index 7f3d1031a1e3..cacf958665f4 100644 --- a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild @@ -16,14 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-1 php7-2 php7-3" +MY_USE_PHP="php7-2 php7-3" IUSE="${MY_USE} ${MY_USE_PHP} ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php5-6? ( dev-lang/php:5.6[embed] ) - php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) php7-3? ( dev-lang/php:7.3[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild index a1506b1539e9..a3a56bb2a264 100644 --- a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild @@ -16,14 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-1 php7-2 php7-3" +MY_USE_PHP="php7-2 php7-3" IUSE="${MY_USE} ${MY_USE_PHP} ssl" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php5-6? ( dev-lang/php:5.6[embed] ) - php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) php7-3? ( dev-lang/php:7.3[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild index 85232da8eb28..ac86712d6623 100644 --- a/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.8.0.ebuild @@ -16,13 +16,11 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-1 php7-2 php7-3" +MY_USE_PHP="php7-2 php7-3" IUSE="${MY_USE} ${MY_USE_PHP}" REQUIRED_USE="|| ( ${IUSE} ) python? ( ${PYTHON_REQUIRED_USE} )" DEPEND="perl? ( dev-lang/perl:= ) - php5-6? ( dev-lang/php:5.6[embed] ) - php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) php7-3? ( dev-lang/php:7.3[embed] ) python? ( ${PYTHON_DEPS} ) -- cgit v1.2.3