commit: 9039ef0196b67028435f2e22b1d86860a7df2c61 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr> AuthorDate: Fri Feb 14 23:24:02 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Fri Feb 14 23:24:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9039ef01
Revert "dev-cpp/cpp-jwt: no revdep" This reverts commit b36b78aaf2117e609a574968cd324cd5fe490584. Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr> dev-cpp/cpp-jwt/Manifest | 1 + dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild | 29 ++++++++++++++++++++++++++ dev-cpp/cpp-jwt/metadata.xml | 11 ++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-cpp/cpp-jwt/Manifest b/dev-cpp/cpp-jwt/Manifest new file mode 100644 index 000000000..721a82e54 --- /dev/null +++ b/dev-cpp/cpp-jwt/Manifest @@ -0,0 +1 @@ +DIST cpp-jwt-1.5_pre20220727.tar.gz 1246602 BLAKE2B 577730b06d63d245f125e605e68ae53f2d4b4e27d0417b5e91df29d228dd97ae0ac2f708fd9d7a89ee410535587586346e30890c832d30abc482a2057a19bc4b SHA512 3652c41e8ac42b5aed2a2c9294fb229bfc8126fe0cce5277a1724bae6b48aed9c1e9ff5498d33406be0a51d83068ca81813f6282d080e9af833d1517c388395d 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..1d6766a43 --- /dev/null +++ b/dev-cpp/cpp-jwt/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> + <name>Samuel Bauer</name> + <email>[email protected]</email> +</maintainer> +<upstream> + <remote-id type="github">arun11299/cpp-jwt</remote-id> +</upstream> +</pkgmetadata>
