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 58CA01382C5 for ; Fri, 9 Apr 2021 01:34:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98933E0936; Fri, 9 Apr 2021 01:34:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 768F7E0934 for ; Fri, 9 Apr 2021 01:34:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1D394340C04 for ; Fri, 9 Apr 2021 01:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9618B640 for ; Fri, 9 Apr 2021 01:34:33 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1617932008.42d26ac6b1a96927b46afa0d6681995393e9c509.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cJSON/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cJSON/Manifest dev-libs/cJSON/cJSON-1.7.14.ebuild dev-libs/cJSON/metadata.xml X-VCS-Directories: dev-libs/cJSON/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 42d26ac6b1a96927b46afa0d6681995393e9c509 X-VCS-Branch: master Date: Fri, 9 Apr 2021 01:34:33 +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: 2e0247c5-2bd7-4991-82a5-4003dc7377a5 X-Archives-Hash: f3a4ac1604ace523fe5e0cafad41a517 commit: 42d26ac6b1a96927b46afa0d6681995393e9c509 Author: Matt Turner gentoo org> AuthorDate: Sun Jan 3 23:36:31 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 9 01:33:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d26ac6 dev-libs/cJSON: Add new package Signed-off-by: Matt Turner gentoo.org> dev-libs/cJSON/Manifest | 1 + dev-libs/cJSON/cJSON-1.7.14.ebuild | 23 +++++++++++++++++++++++ dev-libs/cJSON/metadata.xml | 11 +++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-libs/cJSON/Manifest b/dev-libs/cJSON/Manifest new file mode 100644 index 00000000000..49e04f7c610 --- /dev/null +++ b/dev-libs/cJSON/Manifest @@ -0,0 +1 @@ +DIST cJSON-1.7.14.tar.gz 352028 BLAKE2B 203795f004496793fb04577df1e4a917df2424bf7866e32459584d3dc776ee13263c5e62ded01e3776973d2210e642d1066d3126e2c737bd0fa048464f3aed84 SHA512 8de1dedc123ed025a9cbe6764e5963eb0550f726d06a8f6bedfe05b84e852cd9c1587cd381669663073967f42be894a535ba239013f304ce544c3b15a6477c01 diff --git a/dev-libs/cJSON/cJSON-1.7.14.ebuild b/dev-libs/cJSON/cJSON-1.7.14.ebuild new file mode 100644 index 00000000000..f720fd1b27f --- /dev/null +++ b/dev-libs/cJSON/cJSON-1.7.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 2020 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="~amd64" +IUSE="test" + +src_configure() { + local mycmakeargs=( + -DENABLE_CJSON_TEST=$(usex test) + ) + + cmake_src_configure +} diff --git a/dev-libs/cJSON/metadata.xml b/dev-libs/cJSON/metadata.xml new file mode 100644 index 00000000000..84162a8abc7 --- /dev/null +++ b/dev-libs/cJSON/metadata.xml @@ -0,0 +1,11 @@ + + + + + mattst88@gentoo.org + Matt Turner + + + DaveGamble/cJSON + +