Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/
Date: Mon, 25 Apr 2022 21:48:58
Message-Id: 1650923189.86be362a5745fddc096a042e7446dc4b1d3adba4.conikost@gentoo
1 commit: 86be362a5745fddc096a042e7446dc4b1d3adba4
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 23 16:09:41 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 21:46:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86be362a
7
8 dev-libs/cJSON: remove whitespace in DESCRIPTION
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25168
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 dev-libs/cJSON/cJSON-1.7.15.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/cJSON/cJSON-1.7.15.ebuild b/dev-libs/cJSON/cJSON-1.7.15.ebuild
19 index c9555ca553bf..495764e4b1bd 100644
20 --- a/dev-libs/cJSON/cJSON-1.7.15.ebuild
21 +++ b/dev-libs/cJSON/cJSON-1.7.15.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 2021 Gentoo Authors
24 +# Copyright 2021-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 inherit cmake
30
31 -DESCRIPTION=" Ultralightweight JSON parser in ANSI C"
32 +DESCRIPTION="Ultralightweight JSON parser in ANSI C"
33 HOMEPAGE="https://github.com/DaveGamble/cJSON"
34 SRC_URI="https://github.com/DaveGamble/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"