summaryrefslogtreecommitdiff
path: root/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-20 21:43:12 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-07-20 21:43:12 +0000
commit917e7b831db1cb3af64f44da46900caf5caae224 (patch)
treebbe4782a495d068218cbd57ac338de30ea3854c6 /dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild
parenta0356a11c3e23fea4a351ca99a20c4101cca1f2a (diff)
downloadbaldeagleos-repo-917e7b831db1cb3af64f44da46900caf5caae224.tar.gz
baldeagleos-repo-917e7b831db1cb3af64f44da46900caf5caae224.tar.xz
baldeagleos-repo-917e7b831db1cb3af64f44da46900caf5caae224.zip
Adding metadata
Diffstat (limited to 'dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild')
-rw-r--r--dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-3.0.4.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}