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 B37101384B4 for ; Sun, 3 Jan 2016 08:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 019CC21C004; Sun, 3 Jan 2016 08:25:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B4D221C004 for ; Sun, 3 Jan 2016 08:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F277C33BE19 for ; Sun, 3 Jan 2016 08:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D170D219 for ; Sun, 3 Jan 2016 08:25:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1451809451.b9415cc4604197d40b5924e4ad2ffc4d32bf68c0.perfinion@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: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b9415cc4604197d40b5924e4ad2ffc4d32bf68c0 X-VCS-Branch: master Date: Sun, 3 Jan 2016 08:25:11 +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: 06538b23-e0f5-446d-b513-e805e4b62217 X-Archives-Hash: 0b55378a78b34e77187b1886b9866d6e commit: b9415cc4604197d40b5924e4ad2ffc4d32bf68c0 Author: Jason Zaman gentoo org> AuthorDate: Sun Jan 3 08:21:29 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jan 3 08:24:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9415cc4 www-servers/uwsgi: Add selinux policy rdep Package-Manager: portage-2.2.26 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 5 +++-- www-servers/uwsgi/uwsgi-2.0.12.ebuild | 5 +++-- www-servers/uwsgi/uwsgi-2.0.9.ebuild | 5 +++-- 3 files changed, 9 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 6d0efd1..2e0167a 100644 --- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php pypy python python_asyncio python_gevent ruby ) # *java*: TODO # v8: TODO # matheval: TODO -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing +ssl +xml yajl yaml zeromq" +IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq" for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done @@ -123,6 +123,7 @@ CDEPEND="sys-libs/zlib DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-uwsgi ) uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )" want_apache2 diff --git a/www-servers/uwsgi/uwsgi-2.0.12.ebuild b/www-servers/uwsgi/uwsgi-2.0.12.ebuild index cd170b2..ec8caf0 100644 --- a/www-servers/uwsgi/uwsgi-2.0.12.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php pypy python python_asyncio python_gevent ruby ) # *java*: TODO # v8: TODO # matheval: TODO -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing +ssl +xml yajl yaml zeromq" +IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq" for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done @@ -125,6 +125,7 @@ CDEPEND="sys-libs/zlib DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-uwsgi ) uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )" want_apache2 diff --git a/www-servers/uwsgi/uwsgi-2.0.9.ebuild b/www-servers/uwsgi/uwsgi-2.0.9.ebuild index d378ed1..4d7251d 100644 --- a/www-servers/uwsgi/uwsgi-2.0.9.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php python python_asyncio python_gevent ruby ) # *java*: TODO # v8: TODO # matheval: TODO -IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing +ssl +xml yajl yaml zeromq" +IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing selinux +ssl +xml yajl yaml zeromq" for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done @@ -118,6 +118,7 @@ CDEPEND="sys-libs/zlib DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-uwsgi ) uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )" want_apache2