From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31D07158020 for ; Sat, 29 Oct 2022 23:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E4E7E0921; Sat, 29 Oct 2022 23:21:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 141B0E0921 for ; Sat, 29 Oct 2022 23:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EBB33410D5 for ; Sat, 29 Oct 2022 23:21:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB094721 for ; Sat, 29 Oct 2022 23:21:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1667085610.9c47998a795d69926fea34ffcd91a65553c118ff.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/json-glib/metadata.xml X-VCS-Directories: dev-libs/json-glib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9c47998a795d69926fea34ffcd91a65553c118ff X-VCS-Branch: master Date: Sat, 29 Oct 2022 23:21:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: af70d40e-f3c5-4b27-b23b-e2e393b2bb65 X-Archives-Hash: dd06bf0bd2e396fecfdfaf6c09d497d5 commit: 9c47998a795d69926fea34ffcd91a65553c118ff Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 21:19:45 2022 +0000 Commit: Matt Turner gentoo 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 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 @@ - - voyageur@gentoo.org - Bernard Cafarelli - - - gnome@gentoo.org - Gentoo GNOME Desktop - - 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. + + voyageur@gentoo.org + Bernard Cafarelli + + + gnome@gentoo.org + Gentoo GNOME Desktop + + + 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. + 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. + + + GNOME/json-glib +