commit:     5e445c8cecd154b4444dd14cfbc5ba019f9ec021
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 10:32:16 2026 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 10:32:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e445c8c

dev-cpp/catch: drop 3.8.1-r1, 3.11.0

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-cpp/catch/Manifest              |  1 -
 dev-cpp/catch/catch-3.11.0.ebuild   | 46 -------------------------------------
 dev-cpp/catch/catch-3.8.1-r1.ebuild | 46 -------------------------------------
 3 files changed, 93 deletions(-)

diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest
index a9d90a816fdb..cf1771b825bb 100644
--- a/dev-cpp/catch/Manifest
+++ b/dev-cpp/catch/Manifest
@@ -1,5 +1,4 @@
 DIST Catch-1.12.2.tar.gz 377265 BLAKE2B 
bc27b4daee950f8fb93d65f3aed032e72bc856ee27a8dc28c35b89e33f414d68ba4cf00951e476688eddf9e4c0514036bd6916fa6cfa9e3359e6c625984f114f
 SHA512 
ed963cdca9fe307ee02928677f81cafcb41cd607faaa315182fdf898d0f2aa28f0be2141bd642f46fdfac400c38f6d065e00a595a1e5879fe2335c4a3851e844
 DIST Catch2-2.13.10.tar.gz 662225 BLAKE2B 
d8a2fb0e6f6a6f1ea25a860975ab596404ed41f4aed979a3c86da0140ce580fc3cbe12d44c1c936bac9ce8ec1813b2cb5d7d161be46c6924026f9645ca13aeaa
 SHA512 
33c2292d5d315128a73f8cff27e92f86f3af30c45ce199297110b3cd2bf7d67a972fbcf7415aed1c467c384e0e3c63900c90faedff1d74c9d94b9e3e43df5ee2
-DIST Catch2-3.11.0.tar.gz 1411487 BLAKE2B 
0abc33273d0ef9c734cacc2b355a0a2aa8dc74fdc9eea72f944d200eb4653733297add8b0419c6342fdfcdc9a92429e5a3f229f3c0866e3ea09952e64d3c2b4f
 SHA512 
a95495142f915d6e9c2a23e80fe360343e9097680066a2f9d3037a070ba5f81ee5559a0407cc9e972dc2afae325873f1fc7ea07a64012c0f01aac6e549f03e3f
 DIST Catch2-3.12.0.tar.gz 1416567 BLAKE2B 
bb210f8dd242fc7cedbbec3f7dcb79e6ec75d2f01a877dfafb148ab44eda10878a929961e87cc26662feda713d3dc5b77ef8ced81dd619f5217e19ac8dd91b7f
 SHA512 
acb3f463a7404d6a3bce52e474075cdadf9bb241d93feaf147c182d756e5a2f8bd412f4658ca186d15ab8fed36fc587d79ec311f55642d8e4ded16df9e213656
 DIST Catch2-3.8.1.tar.gz 1197623 BLAKE2B 
c1c57e0610796a5bce124de184d4d0c6f7cac5c6ca149b41bf63f1c06304bf8ad3ac0886eb872488c785fea46dbdcefc25be4ab42c279bdb0e111380a73edaf5
 SHA512 
071f407dfefa84c3f766e32de48525dcaa50f5c5b0a2e2e9e615fdfff8d36476c7a28c9c27f4030fcf2f5f612043124efe61582bc2c174ddb62b4f307f74ffc5

diff --git a/dev-cpp/catch/catch-3.11.0.ebuild 
b/dev-cpp/catch/catch-3.11.0.ebuild
deleted file mode 100644
index 310ba6525102..000000000000
--- a/dev-cpp/catch/catch-3.11.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/catchorg/Catch2.git";
-else
-       MY_P=${PN^}2-${PV}
-       SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-       S="${WORKDIR}/${MY_P}"
-
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/catchorg/Catch2";
-
-LICENSE="Boost-1.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DCATCH_DEVELOPMENT_BUILD=ON
-               -DCATCH_ENABLE_WERROR=OFF
-               -DCATCH_BUILD_TESTING=$(usex test)
-       )
-       use test && mycmakeargs+=(
-               -DPython3_EXECUTABLE="${PYTHON}"
-       )
-
-       cmake_src_configure
-}

diff --git a/dev-cpp/catch/catch-3.8.1-r1.ebuild 
b/dev-cpp/catch/catch-3.8.1-r1.ebuild
deleted file mode 100644
index c661cf051f3b..000000000000
--- a/dev-cpp/catch/catch-3.8.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit cmake-multilib python-any-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/catchorg/Catch2.git";
-else
-       MY_P=${PN^}2-${PV}
-       SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
-       S="${WORKDIR}/${MY_P}"
-
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-fi
-
-DESCRIPTION="Modern C++ header-only framework for unit-tests"
-HOMEPAGE="https://github.com/catchorg/Catch2";
-
-LICENSE="Boost-1.0"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( ${PYTHON_DEPS} )"
-
-pkg_setup() {
-       use test && python-any-r1_pkg_setup
-}
-
-multilib_src_configure() {
-       local mycmakeargs=(
-               -DCATCH_DEVELOPMENT_BUILD=ON
-               -DCATCH_ENABLE_WERROR=OFF
-               -DCATCH_BUILD_TESTING=$(usex test)
-       )
-       use test && mycmakeargs+=(
-               -DPYTHON_EXECUTABLE="${PYTHON}"
-       )
-
-       cmake_src_configure
-}

Reply via email to