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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAF09138359 for ; Mon, 13 Jul 2020 15:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19234E088C; Mon, 13 Jul 2020 15:54:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3D17E088C for ; Mon, 13 Jul 2020 15:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6C7D34F314 for ; Mon, 13 Jul 2020 15:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4025C27F for ; Mon, 13 Jul 2020 15:54:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1594655650.a10b6c8da6191df8c415d75e0d67bb7f27d59db7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/json-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/json-c/metadata.xml X-VCS-Directories: dev-libs/json-c/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a10b6c8da6191df8c415d75e0d67bb7f27d59db7 X-VCS-Branch: master Date: Mon, 13 Jul 2020 15:54:17 +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: 30a29dca-9bc8-44e6-843d-2f81578b3831 X-Archives-Hash: b0bb3fb3425935e74dd9e095f7dfc6ce commit: a10b6c8da6191df8c415d75e0d67bb7f27d59db7 Author: Marco Leogrande gmail com> AuthorDate: Wed Jul 8 06:10:21 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 13 15:54:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10b6c8d dev-libs/json-c: fix long description formatting Reword description, indent it properly, and remove whitespace at EOL. Signed-off-by: Marco Leogrande gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16635 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/json-c/metadata.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/json-c/metadata.xml b/dev-libs/json-c/metadata.xml index 4165aa7d278..7f12c818ab4 100644 --- a/dev-libs/json-c/metadata.xml +++ b/dev-libs/json-c/metadata.xml @@ -17,11 +17,11 @@ Enable RDRAND Hardware RNG Hash Seed -"A JSON implementation in C" is probably the better description, and then -"JSON-C implements a reference counting object model that allows you to -easily construct JSON objects in C, output them as JSON formatted -strings and parse JSON formatted strings back into the C -representation of JSON objects. + JSON-C is a JSON implementation written in C. It implements a + reference counting object model that allows you to easily + construct JSON objects in C, output them as JSON formatted strings + and parse JSON formatted strings back into the C representation of + JSON objects. json-c/json-c