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 0DE22158095 for ; Sun, 7 Aug 2022 09:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C2B4E0DEA; Sun, 7 Aug 2022 09:13:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 447C4E0DFB for ; Sun, 7 Aug 2022 09:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 22E23340FFC for ; Sun, 7 Aug 2022 09:13:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5170A56D for ; Sun, 7 Aug 2022 09:13:11 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1659607319.cb9bf1b6ba1ebc4da55e945c5a88df671007aefd.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/cpp-jwt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/cpp-jwt/Manifest dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild dev-cpp/cpp-jwt/metadata.xml X-VCS-Directories: dev-cpp/cpp-jwt/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: cb9bf1b6ba1ebc4da55e945c5a88df671007aefd X-VCS-Branch: master Date: Sun, 7 Aug 2022 09:13:11 +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: 9d80b837-b83f-428e-a1ed-91ef9606d406 X-Archives-Hash: 7ec23e19bd8022566ac41c6014e73f39 commit: cb9bf1b6ba1ebc4da55e945c5a88df671007aefd Author: Samuel Bauer yahoo fr> AuthorDate: Wed Jul 27 00:29:24 2022 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Aug 4 10:01:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb9bf1b6 dev-cpp/cpp-jwt: new ebuild Signed-off-by: Samuel Bauer yahoo.fr> dev-cpp/cpp-jwt/Manifest | 2 ++ dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild | 29 ++++++++++++++++++++++++++ dev-cpp/cpp-jwt/metadata.xml | 8 +++++++ 3 files changed, 39 insertions(+) diff --git a/dev-cpp/cpp-jwt/Manifest b/dev-cpp/cpp-jwt/Manifest new file mode 100644 index 000000000..5bf0d775d --- /dev/null +++ b/dev-cpp/cpp-jwt/Manifest @@ -0,0 +1,2 @@ +DIST cpp-jwt-1.5_pre20220727.tar.gz 1246602 BLAKE2B 577730b06d63d245f125e605e68ae53f2d4b4e27d0417b5e91df29d228dd97ae0ac2f708fd9d7a89ee410535587586346e30890c832d30abc482a2057a19bc4b SHA512 3652c41e8ac42b5aed2a2c9294fb229bfc8126fe0cce5277a1724bae6b48aed9c1e9ff5498d33406be0a51d83068ca81813f6282d080e9af833d1517c388395d +EBUILD cpp-jwt-1.5_pre20220727.ebuild 671 BLAKE2B 056b82ba54b0168c1f3a98808495b79dbe5af4f41b810e820c352f3b8d4fdeca29522d0b14cd0aaf0365224962a326432db2a571795a8235390cfbc672e2b6b2 SHA512 1835b8fc1a07d40d7c336a850883dd16e2218a2342dd39dde4fdfa503ae433657a5bdd2b0c2616dc2d405de34b484512350a76f22daa9e62e363aa6b40f9e4e6 diff --git a/dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild b/dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild new file mode 100644 index 000000000..ce4088eaa --- /dev/null +++ b/dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake vcs-snapshot + +DESCRIPTION="JSON Web Token library for C++" +HOMEPAGE="https://github.com/arun11299" +SRC_URI="https://github.com/arun11299/cpp-jwt/archive/e12ef06218596b52d9b5d6e1639484866a8e7067.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="test? ( dev-cpp/gtest ) + dev-libs/openssl + dev-cpp/nlohmann_json" +RDEPEND="${DEPEND}" + +IUSE="examples test" +RESTRICT="!test? ( test )" +src_configure() { + local mycmakeargs=( + -DCPP_JWT_BUILD_EXAMPLES=$(usex examples) + -DCPP_JWT_BUILD_TESTS=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-cpp/cpp-jwt/metadata.xml b/dev-cpp/cpp-jwt/metadata.xml new file mode 100644 index 000000000..1325168f8 --- /dev/null +++ b/dev-cpp/cpp-jwt/metadata.xml @@ -0,0 +1,8 @@ + + + + + Samuel Bauer + samuel.bauer@yahoo.fr + +