Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/template-glib/
Date: Sun, 30 Oct 2022 01:50:31
Message-Id: 1667094551.0fc13daa4576d7d89488f320425a2aa2ddf55886.mattst88@gentoo
1 commit: 0fc13daa4576d7d89488f320425a2aa2ddf55886
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:50 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 01:49:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc13daa
7
8 dev-libs/template-glib: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/template-glib/metadata.xml | 23 ++++++++++++++---------
13 1 file changed, 14 insertions(+), 9 deletions(-)
14
15 diff --git a/dev-libs/template-glib/metadata.xml b/dev-libs/template-glib/metadata.xml
16 index 14cc9d571919..ad978234f469 100644
17 --- a/dev-libs/template-glib/metadata.xml
18 +++ b/dev-libs/template-glib/metadata.xml
19 @@ -1,13 +1,18 @@
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>Template-GLib is a templating library for GLib. It includes a simple template
28 - format along with integration into GObject-Introspection for properties and
29 - methods. It separates the parsing of templates and the expansion of templates
30 - for faster expansion. You can also define scope, custom functions, and more
31 - with the embedded expression language.</longdescription>
32 + <maintainer type="project">
33 + <email>gnome@g.o</email>
34 + <name>Gentoo GNOME Desktop</name>
35 + </maintainer>
36 + <longdescription>
37 + Template-GLib is a templating library for GLib. It includes a simple
38 + template format along with integration into GObject-Introspection for
39 + properties and methods. It separates the parsing of templates and the
40 + expansion of templates for faster expansion. You can also define scope,
41 + custom functions, and more with the embedded expression language.
42 + </longdescription>
43 + <upstream>
44 + <remote-id type="gnome-gitlab">GNOME/template-glib</remote-id>
45 + </upstream>
46 </pkgmetadata>