From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/
Date: Fri, 17 May 2024 16:00:12 +0000 (UTC) [thread overview]
Message-ID: <1715961607.fed09f46511e1440a0af2a1b7a5fb75d21bd0c3c.mattst88@gentoo> (raw)
commit: fed09f46511e1440a0af2a1b7a5fb75d21bd0c3c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 15:52:57 2024 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 17 16:00:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed09f46
dev-libs/cJSON: Version bump to 1.7.18
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/cJSON/Manifest | 1 +
dev-libs/cJSON/cJSON-1.7.18.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-libs/cJSON/Manifest b/dev-libs/cJSON/Manifest
index 50cc2e280a86..f901e6641f9f 100644
--- a/dev-libs/cJSON/Manifest
+++ b/dev-libs/cJSON/Manifest
@@ -1 +1,2 @@
DIST cJSON-1.7.17.tar.gz 353748 BLAKE2B 11d47bebc4b6b3a8115234706f1b35af0f450725c2ee36aaf563a5d44e20a7bc0e2b83aaf15aeea3146bdad7467e96bf7d6edcd79ad4f3e5a9ffe40f002cf8d5 SHA512 4feebafa5225297fa3e6a7bf23f8d31b5c3e172f437078c5a07528522ad58ca2e9c72dd9e8611241d2b8321e9aa0a1a9af7743689d1c2001d1d9cb624aae6fa8
+DIST cJSON-1.7.18.tar.gz 354726 BLAKE2B 293c483ed39028a23a49994698be69de16274500298893711d5767c381f51802c52f4981e074b26fd9174c186f9874fdc1811f49272c1b90f8fb82a1a315db60 SHA512 2accb507c6b97222eb5f0232c015b356cf6d248d1247049928731aa8e897378245e62395c232b1ec57d28d1e53ac72c849be85e59c33616a382d40473649f66b
diff --git a/dev-libs/cJSON/cJSON-1.7.18.ebuild b/dev-libs/cJSON/cJSON-1.7.18.ebuild
new file mode 100644
index 000000000000..81d883d596a3
--- /dev/null
+++ b/dev-libs/cJSON/cJSON-1.7.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+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"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+ cmake_src_prepare
+
+ sed -i -e '/-Werror/d' CMakeLists.txt || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_CJSON_TEST=$(usex test)
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2024-05-17 16:00 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 16:00 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 15:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/ Matt Turner
2024-06-20 21:46 Sam James
2024-06-20 21:46 Sam James
2024-06-20 20:35 Arthur Zamarin
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:11 Sam James
2024-06-20 16:22 Sam James
2024-06-20 16:22 Sam James
2024-03-07 23:24 Andreas Sturmlechner
2024-02-22 20:33 Arthur Zamarin
2024-02-08 7:44 Sam James
2024-02-07 20:53 Sam James
2024-02-07 19:14 Sam James
2024-02-07 19:14 Sam James
2024-02-07 18:52 Sam James
2024-02-07 18:52 Sam James
2024-02-07 18:52 Sam James
2024-01-03 8:53 WANG Xuerui
2023-12-26 17:15 Matt Turner
2023-10-04 3:30 Matt Turner
2023-09-26 14:14 Matt Turner
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-09-08 9:29 Sam James
2023-07-15 16:01 Matt Turner
2023-07-14 5:46 Arthur Zamarin
2022-11-25 10:18 Arthur Zamarin
2022-11-25 7:16 Sam James
2022-11-25 6:39 Arthur Zamarin
2022-11-25 5:44 Sam James
2022-10-07 7:03 Michał Górny
2022-10-04 5:12 Yixun Lan
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-04-25 21:48 Conrad Kostecki
2022-01-24 5:55 Matt Turner
2021-11-09 22:05 Jakov Smolić
2021-11-04 0:42 Jakov Smolić
2021-10-29 11:16 Sam James
2021-08-28 22:39 Matt Turner
2021-06-18 5:10 Matt Turner
2021-06-18 5:10 Matt Turner
2021-06-18 5:10 Matt Turner
2021-05-08 2:08 Thomas Deutschmann
2021-04-27 22:03 Sam James
2021-04-27 22:02 Sam James
2021-04-09 1:45 Matt Turner
2021-04-09 1:39 Matt Turner
2021-04-09 1:34 Matt Turner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1715961607.fed09f46511e1440a0af2a1b7a5fb75d21bd0c3c.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox