From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0598C138253 for ; Tue, 10 May 2016 11:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 708C7E0712; Tue, 10 May 2016 11:05:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3EEDE0712 for ; Tue, 10 May 2016 11:05:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56CBC3406DD for ; Tue, 10 May 2016 11:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C25287B for ; Tue, 10 May 2016 11:05:50 +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: <1462878333.dcd60079961a7f3693117e512c87139c39617213.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.11.2-r1.ebuild www-servers/uwsgi/uwsgi-2.0.12.ebuild www-servers/uwsgi/uwsgi-2.0.9.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: dcd60079961a7f3693117e512c87139c39617213 X-VCS-Branch: master Date: Tue, 10 May 2016 11:05:50 +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-Archives-Salt: 14be871c-c8b2-4dd0-b473-66e0eda6ece0 X-Archives-Hash: d420601142a88efc6687388553a8aea9 commit: dcd60079961a7f3693117e512c87139c39617213 Author: Ultrabug gentoo org> AuthorDate: Tue May 10 11:05:33 2016 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue May 10 11:05:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd60079 www-servers/uwsgi: QA drop php5-4 support as it has been removed from tree Package-Manager: portage-2.2.27 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 3 +-- www-servers/uwsgi/uwsgi-2.0.12.ebuild | 3 +-- www-servers/uwsgi/uwsgi-2.0.9.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild index 2e0167a..fb2e9a3 100644 --- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild @@ -13,7 +13,7 @@ USE_RUBY="ruby20 ruby21" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-4 php5-5 php5-6" # deps must be registered separately below +USE_PHP="php5-5 php5-6" # deps must be registered separately below MY_P="${P/_/-}" @@ -113,7 +113,6 @@ CDEPEND="sys-libs/zlib mono? ( =dev-lang/mono-2* ) perl? ( dev-lang/perl:= ) php? ( - php_targets_php5-4? ( dev-lang/php:5.4[embed] ) php_targets_php5-5? ( dev-lang/php:5.5[embed] ) ) pypy? ( virtual/pypy ) diff --git a/www-servers/uwsgi/uwsgi-2.0.12.ebuild b/www-servers/uwsgi/uwsgi-2.0.12.ebuild index ec8caf0..466791a 100644 --- a/www-servers/uwsgi/uwsgi-2.0.12.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.12.ebuild @@ -13,7 +13,7 @@ USE_RUBY="ruby20 ruby21" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-4 php5-5 php5-6 php7-0" # deps must be registered separately below +USE_PHP="php5-5 php5-6 php7-0" # deps must be registered separately below MY_P="${P/_/-}" @@ -113,7 +113,6 @@ CDEPEND="sys-libs/zlib mono? ( =dev-lang/mono-2* ) perl? ( dev-lang/perl:= ) php? ( - php_targets_php5-4? ( dev-lang/php:5.4[embed] ) php_targets_php5-5? ( dev-lang/php:5.5[embed] ) php_targets_php5-6? ( dev-lang/php:5.6[embed] ) php_targets_php7-0? ( dev-lang/php:7.0[embed] ) diff --git a/www-servers/uwsgi/uwsgi-2.0.9.ebuild b/www-servers/uwsgi/uwsgi-2.0.9.ebuild index 4d7251d..dc4a16f 100644 --- a/www-servers/uwsgi/uwsgi-2.0.9.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.9.ebuild @@ -13,7 +13,7 @@ USE_RUBY="ruby20" PHP_EXT_INI="no" PHP_EXT_NAME="dummy" PHP_EXT_OPTIONAL_USE="php" -USE_PHP="php5-4 php5-5" # deps must be registered separately below +USE_PHP="php5-5" # deps must be registered separately below MY_P="${P/_/-}" @@ -109,7 +109,6 @@ CDEPEND="sys-libs/zlib mono? ( =dev-lang/mono-2* ) perl? ( dev-lang/perl:= ) php? ( - php_targets_php5-4? ( dev-lang/php:5.4[embed] ) php_targets_php5-5? ( dev-lang/php:5.5[embed] ) ) python? ( ${PYTHON_DEPS} )