Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/desc: uwsgi_plugins.desc
Date: Tue, 11 Feb 2014 18:33:49
Message-Id: 20140211183345.476522004E@flycatcher.gentoo.org
1 fuzzyray 14/02/11 18:33:45
2
3 Modified: uwsgi_plugins.desc
4 Log:
5 Remove Unicode character from uwsgi_plugins.desc to work around bug 498748 for equery.
6
7 Revision Changes Path
8 1.2 profiles/desc/uwsgi_plugins.desc
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/uwsgi_plugins.desc?r1=1.1&r2=1.2
13
14 Index: uwsgi_plugins.desc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- uwsgi_plugins.desc 16 Jan 2014 13:11:06 -0000 1.1
21 +++ uwsgi_plugins.desc 11 Feb 2014 18:33:45 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2014 Gentoo Foundation.
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.1 2014/01/16 13:11:06 ultrabug Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/uwsgi_plugins.desc,v 1.2 2014/02/11 18:33:45 fuzzyray Exp $
27
28 # This file contains descriptions of UWSGI_PLUGINS USE_EXPAND flags.
29
30 @@ -8,7 +8,7 @@
31 alarm_curl - Plugin to send a logline to a curl url.
32 alarm_xmpp - Plugin to send a logline via XMPP/Jabber (see http://uwsgi-docs.readthedocs.org/en/latest/AlarmSubsystem.html).
33 cache - Enable the caching framework
34 -carbon - Send uWSGI’s internal statistics to one or more Carbon servers
35 +carbon - Send uWSGI's internal statistics to one or more Carbon servers
36 cheaper_busyness - Implement cheaper algorithm that adds or remove workers based on average utilization for given time period
37 clock_monotonic - Modular clock source, uses clock_gettime with CLOCK_REALTIME
38 clock_realtime - Modular clock source, uses clock_gettime with CLOCK_MONOTONIC