commit:     006a5c467708ab7d8e7469f4d57a070d32ca2657
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 09:35:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 09:35:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006a5c46

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-1.6.0.ebuild | 42 ------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest
index c2897932159e..ef7563b2f466 100644
--- a/dev-cpp/rapidfuzz-cpp/Manifest
+++ b/dev-cpp/rapidfuzz-cpp/Manifest
@@ -1,2 +1 @@
-DIST rapidfuzz-cpp-1.6.0.gh.tar.gz 250024 BLAKE2B 
96d70680bb9b3c3e053b385845b543f69bb4215c6be92df6b7e61559cfa0f072833a13ceadf24f73531e848517864461cd696504584ea3a489d37e56c0a03c3b
 SHA512 
ba319af67428a96df406b10b11eafa4c73762f0916d2ac4ac2860f1a25a97fc9e4e3a69c8633c8fed8ef76a0c4a8e073bc16048bde111782d0e8f00e396a4df9
 DIST rapidfuzz-cpp-1.7.0.gh.tar.gz 252646 BLAKE2B 
5d79c07e26b6bb8e84d3280c3401bad60a3ca9846977a5bf9b13787ed7951c3805c71b7e6e2e03b14e2b988381484d969e1cc885c316bcb805b403e53332b31b
 SHA512 
ed8af678a40161aa738bd3606b41fd54c1dba603c47fbdb1182527abd5667736e50f458af252e7bde954f263040cdbd662ad1c6be0a5caa5289f0a351dfd6d9e

diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.6.0.ebuild 
b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.6.0.ebuild
deleted file mode 100644
index 99e66055cc0f..000000000000
--- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022 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="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       test? (
-               >=dev-cpp/catch-3
-       )
-"
-
-src_prepare() {
-       # apparently "C++ best practices" don't mind fetching random stuff
-       # at build time
-       sed -i -e '/aminya/,/^)/d' test/CMakeLists.txt || die
-       find -name 'CMakeLists.txt' -exec \
-               sed -i -e 's:project_warnings::' {} + || die
-
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DRAPIDFUZZ_BUILD_TESTING=$(usex test)
-       )
-       cmake_src_configure
-}

Reply via email to