From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/
Date: Tue, 26 Dec 2023 17:15:45 +0000 (UTC) [thread overview]
Message-ID: <1703610941.81a8cc22db07feeee4645b1deb16d2b2d06ab072.mattst88@gentoo> (raw)
commit: 81a8cc22db07feeee4645b1deb16d2b2d06ab072
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 26 17:06:26 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 17:15:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a8cc22
dev-libs/cJSON: Version bump to 1.7.17
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/cJSON/Manifest | 1 +
dev-libs/cJSON/cJSON-1.7.17.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-libs/cJSON/Manifest b/dev-libs/cJSON/Manifest
index 58a26a623cbf..f638f3909841 100644
--- a/dev-libs/cJSON/Manifest
+++ b/dev-libs/cJSON/Manifest
@@ -1 +1,2 @@
DIST cJSON-1.7.16.tar.gz 353498 BLAKE2B 9dd519b03b24e46fd84798af32d733cec8803d3f5a4b9259352ffe7b1ba0b198a3b4dc0dbdb9cc6247787e49c48beaadc7c31368d8fd695a8ddd711cc0cbfa5b SHA512 3a894de03c33d89f1e7ee572418d5483c844d38e1e64aa4f6297ddaa01f4111f07601f8d26617b424b5af15d469e3955dae075d9f30b5c25e16ec348fdb06e6f
+DIST cJSON-1.7.17.tar.gz 353748 BLAKE2B 11d47bebc4b6b3a8115234706f1b35af0f450725c2ee36aaf563a5d44e20a7bc0e2b83aaf15aeea3146bdad7467e96bf7d6edcd79ad4f3e5a9ffe40f002cf8d5 SHA512 4feebafa5225297fa3e6a7bf23f8d31b5c3e172f437078c5a07528522ad58ca2e9c72dd9e8611241d2b8321e9aa0a1a9af7743689d1c2001d1d9cb624aae6fa8
diff --git a/dev-libs/cJSON/cJSON-1.7.17.ebuild b/dev-libs/cJSON/cJSON-1.7.17.ebuild
new file mode 100644
index 000000000000..8eab77565cca
--- /dev/null
+++ b/dev-libs/cJSON/cJSON-1.7.17.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~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:[~2023-12-26 17:15 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-26 17:15 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-05-17 16:00 Matt Turner
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-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=1703610941.81a8cc22db07feeee4645b1deb16d2b2d06ab072.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