Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/glib-networking/
Date: Mon, 31 Oct 2022 14:28:32
Message-Id: 1667226474.35e8a8941651527fe02cd7b13e256d8f54e7ec54.mattst88@gentoo
1 commit: 35e8a8941651527fe02cd7b13e256d8f54e7ec54
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:30 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 14:27:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e8a894
7
8 net-libs/glib-networking: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/glib-networking/metadata.xml | 19 +++++++++++--------
13 1 file changed, 11 insertions(+), 8 deletions(-)
14
15 diff --git a/net-libs/glib-networking/metadata.xml b/net-libs/glib-networking/metadata.xml
16 index 83497cd4b751..7d28a4d6d72f 100644
17 --- a/net-libs/glib-networking/metadata.xml
18 +++ b/net-libs/glib-networking/metadata.xml
19 @@ -1,12 +1,15 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 - </maintainer>
27 - <use>
28 - <flag name="libproxy">Use <pkg>net-libs/libproxy</pkg> for getting the HTTP/HTTPS/SOCKS proxy configuration</flag>
29 - <flag name="gnome">Extract HTTP/HTTPS/SOCKS proxy configuration stored using GSettings</flag>
30 - </use>
31 + <maintainer type="project">
32 + <email>gnome@g.o</email>
33 + <name>Gentoo GNOME Desktop</name>
34 + </maintainer>
35 + <use>
36 + <flag name="libproxy">Use <pkg>net-libs/libproxy</pkg> for getting the HTTP/HTTPS/SOCKS proxy configuration</flag>
37 + <flag name="gnome">Extract HTTP/HTTPS/SOCKS proxy configuration stored using GSettings</flag>
38 + </use>
39 + <upstream>
40 + <remote-id type="gnome-gitlab">GNOME/glib-networking</remote-id>
41 + </upstream>
42 </pkgmetadata>