diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-cpp/reflection-cpp | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-cpp/reflection-cpp')
| -rw-r--r-- | dev-cpp/reflection-cpp/Manifest | 3 | ||||
| -rw-r--r-- | dev-cpp/reflection-cpp/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-cpp/reflection-cpp/reflection-cpp-0.2.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-cpp/reflection-cpp/reflection-cpp-0.3.0.ebuild | 32 | ||||
| -rw-r--r-- | dev-cpp/reflection-cpp/reflection-cpp-0.4.0.ebuild | 32 |
5 files changed, 110 insertions, 0 deletions
diff --git a/dev-cpp/reflection-cpp/Manifest b/dev-cpp/reflection-cpp/Manifest new file mode 100644 index 000000000000..6ca357da482c --- /dev/null +++ b/dev-cpp/reflection-cpp/Manifest @@ -0,0 +1,3 @@ +DIST reflection-cpp-0.2.0.tar.gz 18412 BLAKE2B e14b5c14402077f8a894da0ad6645949a5983e43b7313c735ac19b95b190c861f530d2f31cd7c5ca405d434fc7c90071678b7e6129ab3a92ddd5f813495ef280 SHA512 67c560dc15d7f522350b1599b0255da12551429e52b28864fa9ad1aab2a45e7a2f806f2810dfb4a6e88fedfe6e9a9e8d124dd3bc0f37e96e9b56dbb3fee33191 +DIST reflection-cpp-0.3.0.tar.gz 20479 BLAKE2B 5cdb51309b6a629ba3f231a76d571e0be2aeea49a6309ad4b68f0bb7b632b92e9e550b17a0816fadaace39c2d170eb9c26ef91c02a52e49fd06370c9c368a2ba SHA512 b4a05099249ee155131664f40cd09f2902e4aca7f70a234c9ad66592d31c6f9a49c3bb2dba6cb3ed3762e262216c354be2fe8851145fe43402e2b31c6aae36d7 +DIST reflection-cpp-0.4.0.tar.gz 20562 BLAKE2B 0273d442d3ba3f30d6f13a6c126178b901bbc8ba0506884b1e6970a5ab738da3d4f7e9eea7f04cf5f898508e851ce76ed95bf11b19b05c791bedb88969f17480 SHA512 07032449bf84d402184af0e99d44617dd63a054f08b96d4254a980eeeb3bfb29f9d2ceef54ad1ed4d273cd4ff99d4c3f4a31b1a2e43b47efe12f0e6085804316 diff --git a/dev-cpp/reflection-cpp/metadata.xml b/dev-cpp/reflection-cpp/metadata.xml new file mode 100644 index 000000000000..f69d4d36718f --- /dev/null +++ b/dev-cpp/reflection-cpp/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"> + <email>stkw0@disroot.org</email> + <name>David Roman</name> + </maintainer> + <upstream> + <remote-id type="github">contour-terminal/reflection-cpp</remote-id> + </upstream> +</pkgmetadata> 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 000000000000..d75d58174a80 --- /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 +} diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.3.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.3.0.ebuild new file mode 100644 index 000000000000..d75d58174a80 --- /dev/null +++ b/dev-cpp/reflection-cpp/reflection-cpp-0.3.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 +} diff --git a/dev-cpp/reflection-cpp/reflection-cpp-0.4.0.ebuild b/dev-cpp/reflection-cpp/reflection-cpp-0.4.0.ebuild new file mode 100644 index 000000000000..d75d58174a80 --- /dev/null +++ b/dev-cpp/reflection-cpp/reflection-cpp-0.4.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 +} |
