Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Fri, 30 Apr 2021 13:01:43
Message-Id: 1619787324.1e49db0da0be6174a531e950120cb0286c07062f.zlogene@gentoo
1 commit: 1e49db0da0be6174a531e950120cb0286c07062f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 12:55:24 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 12:55:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e49db0d
7
8 www-servers/uwsgi: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-servers/uwsgi/uwsgi-2.0.19.1-r100.ebuild | 7 ++-----
14 www-servers/uwsgi/uwsgi-2.0.19.1-r101.ebuild | 7 ++-----
15 2 files changed, 4 insertions(+), 10 deletions(-)
16
17 diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r100.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r100.ebuild
18 index e9cbeaa8d75..43900ea3630 100644
19 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r100.ebuild
20 +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r100.ebuild
21 @@ -55,7 +55,7 @@ LANG_SUPPORT_EXTENDED=( go lua php python python-asyncio python-gevent ruby )
22 # *java*: TODO
23 # v8: TODO
24 # matheval: TODO
25 -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq"
26 +IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing selinux +ssl +xml yajl yaml zeromq"
27
28 for plugin in ${UWSGI_PLUGINS_STD[@]}; do IUSE="${IUSE} +uwsgi_plugins_${plugin}"; done
29 for plugin in ${UWSGI_PLUGINS_OPT[@]}; do IUSE="${IUSE} uwsgi_plugins_${plugin}"; done
30 @@ -88,10 +88,7 @@ CDEPEND="
31 yajl? ( dev-libs/yajl )
32 )
33 pcre? ( dev-libs/libpcre:3 )
34 - ssl? (
35 - !libressl? ( dev-libs/openssl:0= )
36 - libressl? ( dev-libs/libressl )
37 - )
38 + ssl? ( dev-libs/openssl:0= )
39 xml? (
40 !expat? ( dev-libs/libxml2 )
41 expat? ( dev-libs/expat )
42
43 diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r101.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r101.ebuild
44 index 72a449c8448..dd1318cdc24 100644
45 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r101.ebuild
46 +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r101.ebuild
47 @@ -55,7 +55,7 @@ LANG_SUPPORT_EXTENDED=( go lua php python python-asyncio python-gevent ruby )
48 # *java*: TODO
49 # v8: TODO
50 # matheval: TODO
51 -IUSE="apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq"
52 +IUSE="apache2 +caps debug +embedded expat jemalloc json +pcre +routing selinux +ssl +xml yajl yaml zeromq"
53
54 for plugin in ${UWSGI_PLUGINS_STD[@]}; do IUSE="${IUSE} +uwsgi_plugins_${plugin}"; done
55 for plugin in ${UWSGI_PLUGINS_OPT[@]}; do IUSE="${IUSE} uwsgi_plugins_${plugin}"; done
56 @@ -88,10 +88,7 @@ CDEPEND="
57 yajl? ( dev-libs/yajl )
58 )
59 pcre? ( dev-libs/libpcre:3 )
60 - ssl? (
61 - !libressl? ( dev-libs/openssl:0= )
62 - libressl? ( dev-libs/libressl )
63 - )
64 + ssl? ( dev-libs/openssl:0= )
65 xml? (
66 !expat? ( dev-libs/libxml2 )
67 expat? ( dev-libs/expat )