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 86F7F15808E for ; Mon, 25 Apr 2022 21:48:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0C0DE07FE; Mon, 25 Apr 2022 21:48:53 +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 375DDE0801 for ; Mon, 25 Apr 2022 21:48:52 +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 2DB513414C4 for ; Mon, 25 Apr 2022 21:48:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76B56445 for ; Mon, 25 Apr 2022 21:48:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1650923189.86be362a5745fddc096a042e7446dc4b1d3adba4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cJSON/cJSON-1.7.15.ebuild X-VCS-Directories: dev-libs/cJSON/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 86be362a5745fddc096a042e7446dc4b1d3adba4 X-VCS-Branch: master Date: Mon, 25 Apr 2022 21:48:47 +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: b7f76dce-dc26-41b2-a242-dd1cef82e155 X-Archives-Hash: dd9a33fed62ef3c44d3929f93159dfc1 commit: 86be362a5745fddc096a042e7446dc4b1d3adba4 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Apr 23 16:09:41 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Apr 25 21:46:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86be362a dev-libs/cJSON: remove whitespace in DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/25168 Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/cJSON/cJSON-1.7.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cJSON/cJSON-1.7.15.ebuild b/dev-libs/cJSON/cJSON-1.7.15.ebuild index c9555ca553bf..495764e4b1bd 100644 --- a/dev-libs/cJSON/cJSON-1.7.15.ebuild +++ b/dev-libs/cJSON/cJSON-1.7.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake -DESCRIPTION=" Ultralightweight JSON parser in ANSI C" +DESCRIPTION="Ultralightweight JSON parser in ANSI C" HOMEPAGE="https://github.com/DaveGamble/cJSON" SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"