Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libchamplain/
Date: Mon, 31 Oct 2022 02:56:20
Message-Id: 1667184933.9df741e88736cdb46c150a9cf66531f610a26323.mattst88@gentoo
1 commit: 9df741e88736cdb46c150a9cf66531f610a26323
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:20:22 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 02:55:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df741e8
7
8 media-libs/libchamplain: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-libs/libchamplain/metadata.xml | 23 +++++++++++++----------
13 1 file changed, 13 insertions(+), 10 deletions(-)
14
15 diff --git a/media-libs/libchamplain/metadata.xml b/media-libs/libchamplain/metadata.xml
16 index 5d7c783e9b01..0913b28484c8 100644
17 --- a/media-libs/libchamplain/metadata.xml
18 +++ b/media-libs/libchamplain/metadata.xml
19 @@ -1,14 +1,17 @@
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 - <longdescription lang="en">
28 - libchamplain is a Gtk widget displaying zoomable and pannable maps that can be
29 - loaded from various network sources. It supports overlay layers, markers, and
30 - custom elements displayed on top of the maps. The library is written in C but
31 - other language mappings are also available thanks to GObject-introspection.
32 - </longdescription>
33 + <maintainer type="project">
34 + <email>gnome@g.o</email>
35 + <name>Gentoo GNOME Desktop</name>
36 + </maintainer>
37 + <longdescription lang="en">
38 + libchamplain is a Gtk widget displaying zoomable and pannable maps that can be
39 + loaded from various network sources. It supports overlay layers, markers, and
40 + custom elements displayed on top of the maps. The library is written in C but
41 + other language mappings are also available thanks to GObject-introspection.
42 + </longdescription>
43 + <upstream>
44 + <remote-id type="gnome-gitlab">GNOME/libchamplain</remote-id>
45 + </upstream>
46 </pkgmetadata>