From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-cpp/boxed-cpp/Manifest | 1 - dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild | 32 -------------------------------- dev-cpp/boxed-cpp/metadata.xml | 11 ----------- 3 files changed, 44 deletions(-) delete mode 100644 dev-cpp/boxed-cpp/Manifest delete mode 100644 dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild delete mode 100644 dev-cpp/boxed-cpp/metadata.xml (limited to 'dev-cpp/boxed-cpp') diff --git a/dev-cpp/boxed-cpp/Manifest b/dev-cpp/boxed-cpp/Manifest deleted file mode 100644 index 81d09249b434..000000000000 --- a/dev-cpp/boxed-cpp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST boxed-cpp-1.4.3.tar.gz 14342 BLAKE2B 6487e8aade6d32c9dd059f43b1795c33b82806e8c42adbb84bc67a475dec8b31c3d15c41eaef64773f373e5e597ea02a229242510d828e2a176bd5b294c9d506 SHA512 6e74ee2cf4215db7685ce6087ef15bff61064e747141ef8a6bd2ee2a813fe62b73a9a406f80d0367ed7111cb993039de1ae1bb647d7b60f18d25a21acd3cc207 diff --git a/dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild b/dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild deleted file mode 100644 index 30d168907fb7..000000000000 --- a/dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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/boxed-cpp" -SRC_URI="https://github.com/contour-terminal/boxed-cpp/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=( - -DBOXED_TESTING=$(usex test) - ) - - cmake_src_configure -} diff --git a/dev-cpp/boxed-cpp/metadata.xml b/dev-cpp/boxed-cpp/metadata.xml deleted file mode 100644 index 2c39eff14c89..000000000000 --- a/dev-cpp/boxed-cpp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - stkw0@disroot.org - David Roman - - - contour-terminal/boxed-cpp - - -- cgit v1.3.1