commit:     78a0bc6f74241182fc55089bf1706959b5b46a85
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 18:46:24 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 19:08:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a0bc6f

dev-cpp/rapidfuzz-cpp: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-cpp/rapidfuzz-cpp/Manifest                   |  2 --
 dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.5.ebuild | 32 ------------------------
 dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.1.1.ebuild | 32 ------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest
index b96ceee8a7c1..46654e6e1479 100644
--- a/dev-cpp/rapidfuzz-cpp/Manifest
+++ b/dev-cpp/rapidfuzz-cpp/Manifest
@@ -1,3 +1 @@
-DIST rapidfuzz-cpp-3.0.5.gh.tar.gz 309782 BLAKE2B 
fd7547e5c40696c217c8ea2aa98fb83b98606cde7439a5d51c80b4de30002896d9e95365d3c6ac56c32d8a8432c94ce2050b856a7e850a3f37035c5d0ece795f
 SHA512 
4e0a7e28a54612fb11eb331449aa4fdfde1fbd2bf59b295f9eb68903cd647a639fa04d71aa7a8c88ddb7be6646cd3d0f1f5400eb53644b0ae96590037e74f771
-DIST rapidfuzz-cpp-3.1.1.gh.tar.gz 310477 BLAKE2B 
2227b61c56a37854336698e0649e8db6f0c5432f60f4501805cd16add3c6324f203788006d92e0271ec67a74916c5ac5a6290edbc7437ba2014fd25e6a0e415f
 SHA512 
204ee06c1e51b786f0a2efd32a1c2467c3bff2738e8258e6e8fe44b5569afe7c665af1051fdd05dcc98704f3045f5bd2afcba5dba3fc0b34e2facf8944478b48
 DIST rapidfuzz-cpp-3.2.0.gh.tar.gz 311140 BLAKE2B 
334626f70a94d81168f24f64c2cf1fb0062581478cbc9b7506cf289c1f4a4007a0129918eb588584c4bf6ec33580ca7e85fe91725f9ddc8cd54f4e874551b381
 SHA512 
cf306fc4a6c0b6fc1a1c3b0b235aa54588bd87a5d07f96c1bc9711a08159ca71580b5958e66e8b4358d34e522041934903079aabe6e5a450cece7d6db6edcbe0

diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.5.ebuild 
b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.5.ebuild
deleted file mode 100644
index 09332916ea08..000000000000
--- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Rapid fuzzy string matching in C++"
-HOMEPAGE="https://github.com/rapidfuzz/rapidfuzz-cpp/";
-SRC_URI="
-       https://github.com/rapidfuzz/rapidfuzz-cpp/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       test? (
-               >=dev-cpp/catch-3
-       )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DRAPIDFUZZ_BUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}

diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.1.1.ebuild 
b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.1.1.ebuild
deleted file mode 100644
index 09332916ea08..000000000000
--- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Rapid fuzzy string matching in C++"
-HOMEPAGE="https://github.com/rapidfuzz/rapidfuzz-cpp/";
-SRC_URI="
-       https://github.com/rapidfuzz/rapidfuzz-cpp/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       test? (
-               >=dev-cpp/catch-3
-       )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DRAPIDFUZZ_BUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}

Reply via email to