commit:     7e8a594eb8b2e78a371e561786441bbca0c4ab56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 12:29:24 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 13:27:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8a594e

dev-cpp/rapidfuzz-cpp: Remove old

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

 dev-cpp/rapidfuzz-cpp/Manifest                   |  1 -
 dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild | 32 ------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest
index 8af1fdc7a3ec..ab2c79c90d7e 100644
--- a/dev-cpp/rapidfuzz-cpp/Manifest
+++ b/dev-cpp/rapidfuzz-cpp/Manifest
@@ -1,2 +1 @@
-DIST rapidfuzz-cpp-3.0.4.gh.tar.gz 301889 BLAKE2B 
eb4b27a0a6b4e5268036bb0fd79e57136685daf307d808de27515279bed63e1b934f504e9f7c22a20fbb028d322df824fce33398685708a2db3d11de93bd77d3
 SHA512 
c9cc50f7d68756d81a5d2c5efdd76e859fe5a199bf5e45179effcd85e32f0bb98b593b93c2aa57950a04c3d827af98efb13096b9669329881d658ababc059fd5
 DIST rapidfuzz-cpp-3.0.5.gh.tar.gz 309782 BLAKE2B 
fd7547e5c40696c217c8ea2aa98fb83b98606cde7439a5d51c80b4de30002896d9e95365d3c6ac56c32d8a8432c94ce2050b856a7e850a3f37035c5d0ece795f
 SHA512 
4e0a7e28a54612fb11eb331449aa4fdfde1fbd2bf59b295f9eb68903cd647a639fa04d71aa7a8c88ddb7be6646cd3d0f1f5400eb53644b0ae96590037e74f771

diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild 
b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild
deleted file mode 100644
index e9c6bbefe8e2..000000000000
--- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.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 ~ia64 ~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