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 428EA1584AD for ; Tue, 22 Apr 2025 08:52:13 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 23D1334131D for ; Tue, 22 Apr 2025 08:52:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2121A1104B1; Tue, 22 Apr 2025 08:52:12 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 141911104B1 for ; Tue, 22 Apr 2025 08:52:12 +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 C3E4D34131D for ; Tue, 22 Apr 2025 08:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3363A2547 for ; Tue, 22 Apr 2025 08:52:10 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1745311851.09eae70ec0e4cd469c3ce69a418131b24ef5ad3c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/reflection-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/reflection-cpp/Manifest dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild X-VCS-Directories: dev-cpp/reflection-cpp/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 09eae70ec0e4cd469c3ce69a418131b24ef5ad3c X-VCS-Branch: dev Date: Tue, 22 Apr 2025 08:52:10 +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: e79cd461-5c54-4d04-aa98-cf908e311d06 X-Archives-Hash: 84dc842789bc9a70838ac4356418f699 commit: 09eae70ec0e4cd469c3ce69a418131b24ef5ad3c Author: David Roman gmail com> AuthorDate: Tue Apr 22 08:50:51 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 22 08:50:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09eae70e dev-cpp/reflection-cpp: add 0.2.0 Signed-off-by: David Roman gmail.com> dev-cpp/reflection-cpp/Manifest | 1 + dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-cpp/reflection-cpp/Manifest b/dev-cpp/reflection-cpp/Manifest index 79a1116e9..9ff3abe01 100644 --- a/dev-cpp/reflection-cpp/Manifest +++ b/dev-cpp/reflection-cpp/Manifest @@ -1 +1,2 @@ DIST reflection-cpp-0.1.0.tar.gz 17746 BLAKE2B aa472f84ea7aa941043b88aa8dde3c37058cf971a1f2e65f9c7c3ddea83bf9aed490a61d525fdadc3e5c66ca3d3737a0994d723d1d0b6e68adbafa0f2ecc6828 SHA512 fbc12b0e4aae206b6eff67d1e0aea7a49e7bfa4183070d708e7bfe70326af7e7e9f0ed0b350af92d2c0ee50c23c4e971e13e9d068bfb23972a417ac6cc828143 +DIST reflection-cpp-0.2.0.tar.gz 18412 BLAKE2B e14b5c14402077f8a894da0ad6645949a5983e43b7313c735ac19b95b190c861f530d2f31cd7c5ca405d434fc7c90071678b7e6129ab3a92ddd5f813495ef280 SHA512 67c560dc15d7f522350b1599b0255da12551429e52b28864fa9ad1aab2a45e7a2f806f2810dfb4a6e88fedfe6e9a9e8d124dd3bc0f37e96e9b56dbb3fee33191 diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild new file mode 100644 index 000000000..d75d58174 --- /dev/null +++ b/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Boxing primitive types in C++" +HOMEPAGE="https://github.com/contour-terminal/reflection-cpp" +SRC_URI="https://github.com/contour-terminal/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + test? ( + dev-cpp/catch:0 + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DREFLECTION_TESTING=$(usex test) + ) + + cmake_src_configure +} 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 8A39C1584AD for ; Tue, 22 Apr 2025 09:28:21 +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 706AF342FEA for ; Tue, 22 Apr 2025 09:28:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 724271104B8; Tue, 22 Apr 2025 09:28:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 667C81104B1 for ; Tue, 22 Apr 2025 09:28:17 +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 185E8342FA0 for ; Tue, 22 Apr 2025 09:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7256F254D for ; Tue, 22 Apr 2025 09:28:15 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1745311851.09eae70ec0e4cd469c3ce69a418131b24ef5ad3c.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/reflection-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/reflection-cpp/Manifest dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild X-VCS-Directories: dev-cpp/reflection-cpp/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 09eae70ec0e4cd469c3ce69a418131b24ef5ad3c X-VCS-Branch: master Date: Tue, 22 Apr 2025 09:28:15 +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: 4e5ad2e1-f5c3-4963-a369-79d3310b0683 X-Archives-Hash: abf2ab3530c2670aa8c99591cec29832 Message-ID: <20250422092815._xpPCDg1-fmm0ULGylA-x_9mAuQEMmdsYPYPX_bpoMs@z> commit: 09eae70ec0e4cd469c3ce69a418131b24ef5ad3c Author: David Roman gmail com> AuthorDate: Tue Apr 22 08:50:51 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue Apr 22 08:50:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=09eae70e dev-cpp/reflection-cpp: add 0.2.0 Signed-off-by: David Roman gmail.com> dev-cpp/reflection-cpp/Manifest | 1 + dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-cpp/reflection-cpp/Manifest b/dev-cpp/reflection-cpp/Manifest index 79a1116e9..9ff3abe01 100644 --- a/dev-cpp/reflection-cpp/Manifest +++ b/dev-cpp/reflection-cpp/Manifest @@ -1 +1,2 @@ DIST reflection-cpp-0.1.0.tar.gz 17746 BLAKE2B aa472f84ea7aa941043b88aa8dde3c37058cf971a1f2e65f9c7c3ddea83bf9aed490a61d525fdadc3e5c66ca3d3737a0994d723d1d0b6e68adbafa0f2ecc6828 SHA512 fbc12b0e4aae206b6eff67d1e0aea7a49e7bfa4183070d708e7bfe70326af7e7e9f0ed0b350af92d2c0ee50c23c4e971e13e9d068bfb23972a417ac6cc828143 +DIST reflection-cpp-0.2.0.tar.gz 18412 BLAKE2B e14b5c14402077f8a894da0ad6645949a5983e43b7313c735ac19b95b190c861f530d2f31cd7c5ca405d434fc7c90071678b7e6129ab3a92ddd5f813495ef280 SHA512 67c560dc15d7f522350b1599b0255da12551429e52b28864fa9ad1aab2a45e7a2f806f2810dfb4a6e88fedfe6e9a9e8d124dd3bc0f37e96e9b56dbb3fee33191 diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild new file mode 100644 index 000000000..d75d58174 --- /dev/null +++ b/dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Boxing primitive types in C++" +HOMEPAGE="https://github.com/contour-terminal/reflection-cpp" +SRC_URI="https://github.com/contour-terminal/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + test? ( + dev-cpp/catch:0 + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DREFLECTION_TESTING=$(usex test) + ) + + cmake_src_configure +}