summaryrefslogtreecommitdiff
path: root/dev-util/cpptest
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r--dev-util/cpptest/Manifest1
-rw-r--r--dev-util/cpptest/cpptest-2.0.0-r1.ebuild29
-rw-r--r--dev-util/cpptest/metadata.xml17
3 files changed, 0 insertions, 47 deletions
diff --git a/dev-util/cpptest/Manifest b/dev-util/cpptest/Manifest
deleted file mode 100644
index 0294c6290a74..000000000000
--- a/dev-util/cpptest/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cpptest-2.0.0.tar.bz2 440323 BLAKE2B 7d703a9a41c6fc355f97d2074b71fc5c700ee2483386984147c399c096eebeec7f2a980f0678e1a4d9979a7795d3f7ff7d70cbf8b483e055a420de985aa40f2e SHA512 41b5f7989198a79dca29f7d579c4d3918e5c3bbc0f91f77317ae074af8daaa8e5ee8add7c29c8e345cb95b08524839cecc7659a8d95ee95712e205b8838c5029
diff --git a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
deleted file mode 100644
index 2ac45314b772..000000000000
--- a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Simple but powerful unit testing framework for C++"
-HOMEPAGE="https://github.com/cpptest/cpptest"
-SRC_URI="https://github.com/cpptest/cpptest/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="1" # for soversion 1.x.x
-KEYWORDS="amd64 ~arm ppc ppc64 x86"
-IUSE="doc"
-
-RDEPEND="!dev-util/cpptest:0"
-BDEPEND="doc? ( app-text/doxygen )"
-
-DOCS=( AUTHORS BUGS NEWS README )
-
-src_configure() {
- econf \
- --disable-static \
- $(use_enable doc)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/dev-util/cpptest/metadata.xml b/dev-util/cpptest/metadata.xml
deleted file mode 100644
index bb1714970bea..000000000000
--- a/dev-util/cpptest/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
- <longdescription lang="en">
- CppTest is a portable and powerful, yet simple, unit testing framework for handling
- automated tests in C++. The focus lies on usability and extendability.
- Several output formats are supported and new ones are easily added.
- </longdescription>
- <upstream>
- <remote-id type="github">cpptest/cpptest</remote-id>
- <remote-id type="sourceforge">cpptest</remote-id>
- </upstream>
-</pkgmetadata>