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/json-glib/
Date: Sat, 29 Oct 2022 23:21:18
Message-Id: 1667085610.9c47998a795d69926fea34ffcd91a65553c118ff.mattst88@gentoo
1 commit: 9c47998a795d69926fea34ffcd91a65553c118ff
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:45 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:20:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c47998a
7
8 dev-libs/json-glib: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/json-glib/metadata.xml | 35 +++++++++++++++++++++++++----------
13 1 file changed, 25 insertions(+), 10 deletions(-)
14
15 diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml
16 index b22a0e7839e3..a753ac3849a1 100644
17 --- a/dev-libs/json-glib/metadata.xml
18 +++ b/dev-libs/json-glib/metadata.xml
19 @@ -1,15 +1,30 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="person">
24 - <email>voyageur@g.o</email>
25 - <name>Bernard Cafarelli</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>gnome@g.o</email>
29 - <name>Gentoo GNOME Desktop</name>
30 - </maintainer>
31 - <longdescription>JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Many high-level languages already provide native modules for parsing, generating and manipulating JSON data streams. JSON-GLib is a C library based on GLib and released under the terms of the GNU Lesser General Public License version 2.1. It provides a parser and a generator GObject classes and various wrappers for the complex data types employed by JSON, such as arrays and objects.
32 + <maintainer type="person">
33 + <email>voyageur@g.o</email>
34 + <name>Bernard Cafarelli</name>
35 + </maintainer>
36 + <maintainer type="project">
37 + <email>gnome@g.o</email>
38 + <name>Gentoo GNOME Desktop</name>
39 + </maintainer>
40 + <longdescription>
41 + JSON-GLib is a library providing serialization and deserialization support
42 + for the JavaScript Object Notation (JSON) format described by RFC 4627. Many
43 + high-level languages already provide native modules for parsing, generating
44 + and manipulating JSON data streams. JSON-GLib is a C library based on GLib
45 + and released under the terms of the GNU Lesser General Public License
46 + version 2.1. It provides a parser and a generator GObject classes and
47 + various wrappers for the complex data types employed by JSON, such as arrays
48 + and objects.
49
50 -JSON-GLib uses GLib native data types and the generic value container GValue for ease of development. It also provides integration with the GObject classes for direct serialization into, and deserialization from, JSON data streams.</longdescription>
51 + JSON-GLib uses GLib native data types and the generic value container GValue
52 + for ease of development. It also provides integration with the GObject
53 + classes for direct serialization into, and deserialization from, JSON data
54 + streams.
55 + </longdescription>
56 + <upstream>
57 + <remote-id type="gnome-gitlab">GNOME/json-glib</remote-id>
58 + </upstream>
59 </pkgmetadata>