commit:     521d549f660116b3e33191cf14da826226559c81
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 15:19:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 15:22:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521d549f

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-2.1.1.ebuild | 32 ------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest
index f7816d3b8aea..2ec866789d53 100644
--- a/dev-cpp/rapidfuzz-cpp/Manifest
+++ b/dev-cpp/rapidfuzz-cpp/Manifest
@@ -1,2 +1 @@
-DIST rapidfuzz-cpp-2.1.1.gh.tar.gz 294473 BLAKE2B 
71dc85cc8b5b11224ee26b3be117869e26c4fe43a780baa5629282675c2a9ca523deb22fbe58c15f265b53960fa0a8310b99ecd2fc412b2dbaacd3983dd69ab9
 SHA512 
802f465a1e3e21e6417c40e77e241a4e50a996f6aa70739f25cee228490fff4f2b366d6029beea9639769493f63520e5242665a91a6f105ebf1feb377a3a2e50
 DIST rapidfuzz-cpp-2.2.3.gh.tar.gz 299404 BLAKE2B 
e45cf997cb6454aae781cb67663bcc12a0b507efd88b9293a4ec3424fb67ff713983e77041808488abad3d710a5a81aa45295f838908a8fdbad1f980a8eeb00f
 SHA512 
5ef4833334ccc3309d43ae4a2644eb57fa2a382b797c791b150b8d78451d7e6d57a8af23d0b7645eecfe539a128d2d8585e2a7380b6772b23cf8fd71d6a7f38b

diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.1.ebuild 
b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.1.ebuild
deleted file mode 100644
index d2237c7d8073..000000000000
--- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 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/maxbachmann/rapidfuzz-cpp/";
-SRC_URI="
-       https://github.com/maxbachmann/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