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 D9711138334 for ; Mon, 11 Feb 2019 22:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8793E07ED; Mon, 11 Feb 2019 22:25:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 97648E07ED for ; Mon, 11 Feb 2019 22:25:41 +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 4EDDF335D55 for ; Mon, 11 Feb 2019 22:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F47753E for ; Mon, 11 Feb 2019 22:25:37 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1549923922.00add3f965bf3bcb42bbede266702cf263b2705f.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild www-servers/uwsgi/uwsgi-2.0.17.1.ebuild www-servers/uwsgi/uwsgi-2.0.17.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 00add3f965bf3bcb42bbede266702cf263b2705f X-VCS-Branch: master Date: Mon, 11 Feb 2019 22:25:37 +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: 0e63dbe5-6a9f-46e5-b298-797920802b53 X-Archives-Hash: c7bd0e1108a01d8af77b1a26cda03e20 commit: 00add3f965bf3bcb42bbede266702cf263b2705f Author: Alexys Jacob gentoo org> AuthorDate: Mon Feb 11 22:25:22 2019 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Mon Feb 11 22:25:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00add3f9 www-servers/uwsgi: remove obsolete php7-0 in favor of php7-3 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Alexys Jacob gentoo.org> www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 4 ++-- www-servers/uwsgi/uwsgi-2.0.17.1.ebuild | 6 +++--- www-servers/uwsgi/uwsgi-2.0.17.ebuild | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild index 4baa3deaef8..08f75a25f17 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24 ruby25" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below MY_P="${P/_/-}" @@ -117,9 +117,9 @@ CDEPEND=" perl? ( dev-lang/perl:= ) php? ( php_targets_php5-6? ( dev-lang/php:5.6[embed] ) - php_targets_php7-0? ( dev-lang/php:7.0[embed] ) php_targets_php7-1? ( dev-lang/php:7.1[embed] ) php_targets_php7-2? ( dev-lang/php:7.2[embed] ) + php_targets_php7-3? ( dev-lang/php:7.3[embed] ) ) pypy? ( virtual/pypy ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild index 54a77a5c73b..953baaab672 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.1.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=6 @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below MY_P="${P/_/-}" @@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib perl? ( dev-lang/perl:= ) php? ( php_targets_php5-6? ( dev-lang/php:5.6[embed] ) - php_targets_php7-0? ( dev-lang/php:7.0[embed] ) php_targets_php7-1? ( dev-lang/php:7.1[embed] ) php_targets_php7-2? ( dev-lang/php:7.2[embed] ) + php_targets_php7-3? ( dev-lang/php:7.3[embed] ) ) pypy? ( virtual/pypy ) python? ( ${PYTHON_DEPS} ) diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild index 799cf972f8b..9b2f7f84914 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.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=5 @@ -12,7 +12,7 @@ USE_RUBY="ruby23 ruby24" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below +USE_PHP="php5-6 php7-1 php7-2 php7-3" # deps must be registered separately below MY_P="${P/_/-}" @@ -112,9 +112,9 @@ CDEPEND="sys-libs/zlib perl? ( dev-lang/perl:= ) php? ( php_targets_php5-6? ( dev-lang/php:5.6[embed] ) - php_targets_php7-0? ( dev-lang/php:7.0[embed] ) php_targets_php7-1? ( dev-lang/php:7.1[embed] ) php_targets_php7-2? ( dev-lang/php:7.2[embed] ) + php_targets_php7-3? ( dev-lang/php:7.3[embed] ) ) pypy? ( virtual/pypy ) python? ( ${PYTHON_DEPS} )