Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/
Date: Wed, 28 Oct 2020 12:10:09
Message-Id: 1603886997.dde31a9a6f8c47eeca92a9fd1836e704f23771c4.juippis@gentoo
1 commit: dde31a9a6f8c47eeca92a9fd1836e704f23771c4
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Oct 22 10:10:17 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 12:09:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde31a9a
7
8 net-libs/libwebsockets: metadata_duplicate_useflag_description
9
10 - Remove USE flag descriptions which are already available at
11 profiles/use.desc
12
13 Package-Manager: Portage-3.0.8, Repoman-3.0.1
14 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
15 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
16
17 net-libs/libwebsockets/metadata.xml | 3 ---
18 1 file changed, 3 deletions(-)
19
20 diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml
21 index 23c9033fcec..429f0474f14 100644
22 --- a/net-libs/libwebsockets/metadata.xml
23 +++ b/net-libs/libwebsockets/metadata.xml
24 @@ -19,7 +19,6 @@
25 </maintainer>
26 <use>
27 <flag name="access-log">Support generating Apache-compatible access logs</flag>
28 - <flag name="cgi">Include CGI (spawn process with network-connected stdin/out/err) APIs</flag>
29 <flag name="client">The client part of the library and libwebsockets-test-client</flag>
30 <flag name="generic-sessions">With the Generic Sessions plugin</flag>
31 <flag name="http2">Support the HTTP/2 protocol</flag>
32 @@ -32,9 +31,7 @@
33 <flag name="peer-limits">Track peers and restrict resources a single peer can allocate</flag>
34 <flag name="server-status">Support json + jscript server monitoring</flag>
35 <flag name="smtp">Provide SMTP support</flag>
36 - <flag name="socks5">Allow use of SOCKS5 proxy on client connections</flag>
37 <flag name="sqlite3">Require SQLITE3 support</flag>
38 - <flag name="zip">Support serving pre-zipped files</flag>
39 </use>
40 <upstream>
41 <remote-id type="github">warmcat/libwebsockets</remote-id>