Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Sun, 03 Jan 2016 08:25:17
Message-Id: 1451809451.b9415cc4604197d40b5924e4ad2ffc4d32bf68c0.perfinion@gentoo
1 commit: b9415cc4604197d40b5924e4ad2ffc4d32bf68c0
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 08:21:29 2016 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 08:24:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9415cc4
7
8 www-servers/uwsgi: Add selinux policy rdep
9
10 Package-Manager: portage-2.2.26
11
12 www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild | 5 +++--
13 www-servers/uwsgi/uwsgi-2.0.12.ebuild | 5 +++--
14 www-servers/uwsgi/uwsgi-2.0.9.ebuild | 5 +++--
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
18 index 6d0efd1..2e0167a 100644
19 --- a/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
20 +++ b/www-servers/uwsgi/uwsgi-2.0.11.2-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php pypy python python_asyncio python_gevent ruby )
28 # *java*: TODO
29 # v8: TODO
30 # matheval: TODO
31 -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing +ssl +xml yajl yaml zeromq"
32 +IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq"
33
34 for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done
35 for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done
36 @@ -123,6 +123,7 @@ CDEPEND="sys-libs/zlib
37 DEPEND="${CDEPEND}
38 virtual/pkgconfig"
39 RDEPEND="${CDEPEND}
40 + selinux? ( sec-policy/selinux-uwsgi )
41 uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )"
42
43 want_apache2
44
45 diff --git a/www-servers/uwsgi/uwsgi-2.0.12.ebuild b/www-servers/uwsgi/uwsgi-2.0.12.ebuild
46 index cd170b2..ec8caf0 100644
47 --- a/www-servers/uwsgi/uwsgi-2.0.12.ebuild
48 +++ b/www-servers/uwsgi/uwsgi-2.0.12.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php pypy python python_asyncio python_gevent ruby )
56 # *java*: TODO
57 # v8: TODO
58 # matheval: TODO
59 -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing +ssl +xml yajl yaml zeromq"
60 +IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq"
61
62 for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done
63 for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done
64 @@ -125,6 +125,7 @@ CDEPEND="sys-libs/zlib
65 DEPEND="${CDEPEND}
66 virtual/pkgconfig"
67 RDEPEND="${CDEPEND}
68 + selinux? ( sec-policy/selinux-uwsgi )
69 uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )"
70
71 want_apache2
72
73 diff --git a/www-servers/uwsgi/uwsgi-2.0.9.ebuild b/www-servers/uwsgi/uwsgi-2.0.9.ebuild
74 index d378ed1..4d7251d 100644
75 --- a/www-servers/uwsgi/uwsgi-2.0.9.ebuild
76 +++ b/www-servers/uwsgi/uwsgi-2.0.9.ebuild
77 @@ -1,4 +1,4 @@
78 -# Copyright 1999-2015 Gentoo Foundation
79 +# Copyright 1999-2016 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Id$
82
83 @@ -56,7 +56,7 @@ LANG_SUPPORT_EXTENDED=( lua php python python_asyncio python_gevent ruby )
84 # *java*: TODO
85 # v8: TODO
86 # matheval: TODO
87 -IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing +ssl +xml yajl yaml zeromq"
88 +IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing selinux +ssl +xml yajl yaml zeromq"
89
90 for plugin in ${UWSGI_PLUGINS_STD[@]} ; do IUSE="${IUSE} +uwsgi_plugins_${plugin}" ; done
91 for plugin in ${UWSGI_PLUGINS_OPT[@]} ; do IUSE="${IUSE} uwsgi_plugins_${plugin}" ; done
92 @@ -118,6 +118,7 @@ CDEPEND="sys-libs/zlib
93 DEPEND="${CDEPEND}
94 virtual/pkgconfig"
95 RDEPEND="${CDEPEND}
96 + selinux? ( sec-policy/selinux-uwsgi )
97 uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool )"
98
99 want_apache2