commit:     09eae70ec0e4cd469c3ce69a418131b24ef5ad3c
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 22 08:50:51 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> 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 <davidroman96 <AT> 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
+}

Reply via email to