From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F94B138353 for ; Thu, 13 Feb 2020 06:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D53CE0857; Thu, 13 Feb 2020 06:26:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C756E0857 for ; Thu, 13 Feb 2020 06:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E29A334DFC8 for ; Thu, 13 Feb 2020 06:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE91111 for ; Thu, 13 Feb 2020 06:26:42 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1581575191.e5ae9150845074e0da4fc8f230ed183d170ac294.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/metadata.xml www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild www-servers/nginx-unit/nginx-unit-1.13.0.ebuild www-servers/nginx-unit/nginx-unit-1.14.0.ebuild www-servers/nginx-unit/nginx-unit-1.8.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e5ae9150845074e0da4fc8f230ed183d170ac294 X-VCS-Branch: master Date: Thu, 13 Feb 2020 06:26:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c78aefa5-5c00-460c-8582-beb08d8dc949 X-Archives-Hash: 4b166958351126213a1e8cacfa5524e7 commit: e5ae9150845074e0da4fc8f230ed183d170ac294 Author: Ralph Seichter seichter de> AuthorDate: Sat Feb 8 22:50:39 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 13 06:26:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ae9150 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 seichter.de> Closes: https://github.com/gentoo/gentoo/pull/14600 Signed-off-by: Joonas Niilola gentoo.org> 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(-) diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index c6f29a25070..31019253313 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 ab4379548ef..a4a9d943b1c 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 7f3d1031a1e..cacf958665f 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 a1506b1539e..a3a56bb2a26 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 85232da8eb2..ac86712d662 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} )