commit: 9c47998a795d69926fea34ffcd91a65553c118ff Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:19:45 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 23:20:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c47998a
dev-libs/json-glib: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/json-glib/metadata.xml | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/dev-libs/json-glib/metadata.xml b/dev-libs/json-glib/metadata.xml index b22a0e7839e3..a753ac3849a1 100644 --- a/dev-libs/json-glib/metadata.xml +++ b/dev-libs/json-glib/metadata.xml @@ -1,15 +1,30 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Bernard Cafarelli</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <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. + <maintainer type="person"> + <email>[email protected]</email> + <name>Bernard Cafarelli</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <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. -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> + 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> + <upstream> + <remote-id type="gnome-gitlab">GNOME/json-glib</remote-id> + </upstream> </pkgmetadata>
