Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/
Date: Sat, 29 Oct 2022 22:34:02
Message-Id: 1667082749.ab84d2fa743ded38fd17c6a21f6f4ad3f8587558.mattst88@gentoo
1 commit: ab84d2fa743ded38fd17c6a21f6f4ad3f8587558
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:35 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 22:32:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab84d2fa
7
8 app-misc/geoclue: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-misc/geoclue/metadata.xml | 19 +++++++++++--------
13 1 file changed, 11 insertions(+), 8 deletions(-)
14
15 diff --git a/app-misc/geoclue/metadata.xml b/app-misc/geoclue/metadata.xml
16 index 668d225821c3..e64fa36fc587 100644
17 --- a/app-misc/geoclue/metadata.xml
18 +++ b/app-misc/geoclue/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="modemmanager">Enable geolocation through 3G or GPS enabled hardware through <pkg>net-misc/modemmanager</pkg>.</flag>
29 - <flag name="zeroconf">Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare</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="modemmanager">Enable geolocation through 3G or GPS enabled hardware through <pkg>net-misc/modemmanager</pkg>.</flag>
37 + <flag name="zeroconf">Enable retrieval of GPS location from Android devices with https://wiki.gnome.org/Apps/GeoclueShare</flag>
38 + </use>
39 + <upstream>
40 + <remote-id type="freedesktop-gitlab">geoclue/geoclue</remote-id>
41 + </upstream>
42 </pkgmetadata>