From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id AC7A01582EF for ; Fri, 14 Feb 2025 06:37:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 93569343187 for ; Fri, 14 Feb 2025 06:37:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E025A110471; Fri, 14 Feb 2025 06:37:33 +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 bobolink.gentoo.org (Postfix) with ESMTPS id D82BB110471 for ; Fri, 14 Feb 2025 06:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A61A3430D3 for ; Fri, 14 Feb 2025 06:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98A2719DE for ; Fri, 14 Feb 2025 06:37:31 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1739514999.b36b78aaf2117e609a574968cd324cd5fe490584.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: b36b78aaf2117e609a574968cd324cd5fe490584 X-VCS-Branch: dev Date: Fri, 14 Feb 2025 06:37:31 +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: ee9b4660-c024-42ed-a442-66ca4fbc2cfb X-Archives-Hash: 93309c98a513717da5c4b72589abc9d2 commit: b36b78aaf2117e609a574968cd324cd5fe490584 Author: Samuel Bauer yahoo fr> AuthorDate: Fri Feb 14 06:36:39 2025 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Fri Feb 14 06:36:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b36b78aa dev-cpp/cpp-jwt: no revdep Signed-off-by: Samuel Bauer 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 deletions(-) diff --git a/dev-cpp/cpp-jwt/Manifest b/dev-cpp/cpp-jwt/Manifest deleted file mode 100644 index 721a82e54..000000000 --- a/dev-cpp/cpp-jwt/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index ce4088eaa..000000000 --- a/dev-cpp/cpp-jwt/cpp-jwt-1.5_pre20220727.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 deleted file mode 100644 index 1d6766a43..000000000 --- a/dev-cpp/cpp-jwt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Samuel Bauer - samuel.bauer@yahoo.fr - - - arun11299/cpp-jwt - -