From 11a1a648ad144be9f47a862f7c9e2912daebd276 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 16 May 2020 23:26:54 +0200 Subject: www-servers/uwsgi: Remove mono from stable version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert --- www-servers/uwsgi/uwsgi-2.0.17.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild index f1a7b478018b..ad6e1a1cb3aa 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild @@ -41,7 +41,7 @@ UWSGI_PLUGINS_OPT=( alarm_{curl,xmpp} clock_{monotonic,realtime} curl_cron sqlite ssi stats_pusher_statsd systemd_logger transformation_toupper tuntap webdav xattr xslt zabbix ) -LANG_SUPPORT_SIMPLE=( cgi mono perl ) # plugins which can be built in the main build process +LANG_SUPPORT_SIMPLE=( cgi perl ) # plugins which can be built in the main build process LANG_SUPPORT_EXTENDED=( go lua php python python_asyncio python_gevent ruby ) # plugins to be ignored (for now): @@ -107,7 +107,6 @@ CDEPEND="sys-libs/zlib uwsgi_plugins_xslt? ( dev-libs/libxslt ) go? ( sys-devel/gcc:=[go] ) lua? ( dev-lang/lua:= ) - mono? ( =dev-lang/mono-4* ) perl? ( dev-lang/perl:= ) php? ( php_targets_php7-2? ( dev-lang/php:7.2[embed] ) @@ -309,7 +308,6 @@ src_install() { use cgi && dosym uwsgi /usr/bin/uwsgi_cgi use go && dosym uwsgi /usr/bin/uwsgi_go use lua && dosym uwsgi /usr/bin/uwsgi_lua - use mono && dosym uwsgi /usr/bin/uwsgi_mono use perl && dosym uwsgi /usr/bin/uwsgi_psgi if use php ; then @@ -350,7 +348,6 @@ pkg_postinst() { elog "Append the following options to the uwsgi call to load the respective language plugin:" use cgi && elog " '--plugins cgi' for cgi" use lua && elog " '--plugins lua' for lua" - use mono && elog " '--plugins mono' for mono" use perl && elog " '--plugins psgi' for perl" if use php ; then -- cgit v1.2.3-65-gdbad