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 74DF5138334 for ; Wed, 13 Feb 2019 13:57:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A588FE0919; Wed, 13 Feb 2019 13:57:00 +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 6EED5E0919 for ; Wed, 13 Feb 2019 13:57:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 05A24340F10 for ; Wed, 13 Feb 2019 13:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B8CD4D3 for ; Wed, 13 Feb 2019 13:56:57 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1550066125.17d9ad2f97ea0f2067090b3e00ac2fe25ac05b08.grknight@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.5.ebuild www-servers/nginx-unit/nginx-unit-1.6.ebuild www-servers/nginx-unit/nginx-unit-1.7.1.ebuild www-servers/nginx-unit/nginx-unit-1.7.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 17d9ad2f97ea0f2067090b3e00ac2fe25ac05b08 X-VCS-Branch: master Date: Wed, 13 Feb 2019 13:56:57 +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: 3f6fb84f-ff68-4484-9cce-5aecce1c1c7b X-Archives-Hash: e66a0418e8b982a6e8111cb476065305 commit: 17d9ad2f97ea0f2067090b3e00ac2fe25ac05b08 Author: Brian Evans gentoo org> AuthorDate: Wed Feb 13 13:55:25 2019 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Feb 13 13:55:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9ad2f www-servers/nginx-unit: Drop PHP 7.0 support Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Brian Evans gentoo.org> www-servers/nginx-unit/metadata.xml | 1 - www-servers/nginx-unit/nginx-unit-1.5.ebuild | 5 ++--- www-servers/nginx-unit/nginx-unit-1.6.ebuild | 5 ++--- www-servers/nginx-unit/nginx-unit-1.7.1.ebuild | 3 +-- www-servers/nginx-unit/nginx-unit-1.7.ebuild | 5 ++--- 5 files changed, 7 insertions(+), 12 deletions(-) diff --git a/www-servers/nginx-unit/metadata.xml b/www-servers/nginx-unit/metadata.xml index 73c93269432..c8f76efa6ee 100644 --- a/www-servers/nginx-unit/metadata.xml +++ b/www-servers/nginx-unit/metadata.xml @@ -18,7 +18,6 @@ Support for PHP 5.6 - Support for PHP 7.0 Support for PHP 7.1 Support for PHP 7.2 diff --git a/www-servers/nginx-unit/nginx-unit-1.5.ebuild b/www-servers/nginx-unit/nginx-unit-1.5.ebuild index e1eb3635fb1..f3124ecc86f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.5.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2" +MY_USE_PHP="php5-6 php7-1 php7-2" 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-0? ( dev-lang/php:7.0[embed] ) php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.6.ebuild b/www-servers/nginx-unit/nginx-unit-1.6.ebuild index 9f7feccf3ea..f3124ecc86f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.6.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2" +MY_USE_PHP="php5-6 php7-1 php7-2" 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-0? ( dev-lang/php:7.0[embed] ) php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild index 2bdb537bb53..f3124ecc86f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.7.1.ebuild @@ -16,13 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2" +MY_USE_PHP="php5-6 php7-1 php7-2" 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-0? ( dev-lang/php:7.0[embed] ) php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/nginx-unit/nginx-unit-1.7.ebuild b/www-servers/nginx-unit/nginx-unit-1.7.ebuild index 9f7feccf3ea..f3124ecc86f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.7.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,13 +16,12 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" MY_USE="perl python ruby" -MY_USE_PHP="php5-6 php7-0 php7-1 php7-2" +MY_USE_PHP="php5-6 php7-1 php7-2" 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-0? ( dev-lang/php:7.0[embed] ) php7-1? ( dev-lang/php:7.1[embed] ) php7-2? ( dev-lang/php:7.2[embed] ) python? ( ${PYTHON_DEPS} )