summaryrefslogtreecommitdiff
path: root/dev-cpp/boxed-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/boxed-cpp')
-rw-r--r--dev-cpp/boxed-cpp/Manifest1
-rw-r--r--dev-cpp/boxed-cpp/boxed-cpp-1.4.3.ebuild32
-rw-r--r--dev-cpp/boxed-cpp/metadata.xml11
3 files changed, 0 insertions, 44 deletions
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 @@
-<?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/boxed-cpp</remote-id>
- </upstream>
-</pkgmetadata>