mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-cpp/jarowinkler-cpp: treeclean
Closes: https://bugs.gentoo.org/875350 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST jarowinkler-cpp-1.0.2.gh.tar.gz 10375 BLAKE2B e55f6e72ea66e553c047bfd2df8d4337430292391138595cd148686bc79a326e195cd55d81fe3b46aa41e7a852c0ea8bfb5891e6207ed3af538eea7597accd5a SHA512 8eeae55ff64dcc434dd8f8d33c03c9b9c828f54cd6a6a028e376763036e445fa6db81b5a9a19d84d023c6bf3968223c3f9a9e4220feb6f537e9c1b2c4f21cb11
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Fast Jaro and Jaro Winkler distance"
|
||||
HOMEPAGE="https://github.com/maxbachmann/jarowinkler-cpp/"
|
||||
SRC_URI="
|
||||
https://github.com/maxbachmann/jarowinkler-cpp/archive/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~riscv"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
>=dev-cpp/catch-3
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DJARO_WINKLER_BUILD_TESTING=$(usex test)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mgorny@gentoo.org</email>
|
||||
<name>Michał Górny</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">maxbachmann/jarowinkler-cpp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -501,13 +501,6 @@ dev-python/kazoo
|
||||
# Use media-sound/mpd if looking for a modern alternative. Removal on 2022-11-07.
|
||||
media-sound/rplay
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2022-10-05)
|
||||
# Originally added for dev-python/rapidfuzz. Now the algorithm has been
|
||||
# inlined into rapidfuzz, and the package is semi-deprecated.
|
||||
# No revdeps left in ::gentoo.
|
||||
# Removal on 2022-11-04. Bug #875350.
|
||||
dev-cpp/jarowinkler-cpp
|
||||
|
||||
# Sam James <sam@gentoo.org> (2022-10-04)
|
||||
# Regression for some Intel LCDs which may cause physical damage
|
||||
# Please upgrade to 5.19.13 if affected!
|
||||
|
||||
Reference in New Issue
Block a user