diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-10-31 08:25:58 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-10-31 08:52:57 +0100 |
| commit | 1f6744ea4cbcde5541ed06531b13db0c74831b9a (patch) | |
| tree | 82740e2406b099ac70090c8d3b4b660cca420657 /dev-cpp/rapidfuzz-cpp | |
| parent | 29e4a80eced6004da0ec2e9935715b31fee78ba6 (diff) | |
| download | gentoo-1f6744ea4cbcde5541ed06531b13db0c74831b9a.tar.gz gentoo-1f6744ea4cbcde5541ed06531b13db0c74831b9a.tar.bz2 gentoo-1f6744ea4cbcde5541ed06531b13db0c74831b9a.zip | |
dev-cpp/rapidfuzz-cpp: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/rapidfuzz-cpp')
| -rw-r--r-- | dev-cpp/rapidfuzz-cpp/Manifest | 2 | ||||
| -rw-r--r-- | dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.11.3.ebuild | 32 | ||||
| -rw-r--r-- | dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.0.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest index 1c9a7e9b9142..a647233adc3c 100644 --- a/dev-cpp/rapidfuzz-cpp/Manifest +++ b/dev-cpp/rapidfuzz-cpp/Manifest @@ -1,4 +1,2 @@ -DIST rapidfuzz-cpp-1.11.3.gh.tar.gz 285399 BLAKE2B cc2aeda5e519481d718917738a62fb6747514f4fd4cf2d5a9399c4d3b0192e37f4d8e0ec3578bc84cfaba99f8644f13d1fa8af93629615c20f2d28e4507a4d4f SHA512 a27c26021e49b3b8aa0cf73947ce5696b00e32c94fedb00d8d97b4dcb76ebbf107df1813dc479a9bd26942c09577d0bb84b3aea3398f7d750ecd68de4486996c DIST rapidfuzz-cpp-2.0.0.gh.tar.gz 287804 BLAKE2B f49e5681c41da985c71b61f7deb3f50ec778c15c9ccbc0484107b7508adf22c24b707c7f6a309ff307312e3e862ff7b8e0672c528201708a4ed5f3361dd76935 SHA512 02af141b123545303d634ffe84fbe83e635f06c9ffa3a6506661e53beb22fe7221942b3e46d33b2a49ef929c5de9acfb00c48cb5685c760506c5fcf37c716f9a -DIST rapidfuzz-cpp-2.1.0.gh.tar.gz 293840 BLAKE2B 18f478dbf703d39f6a812aedf0ac031e2d5f2bb395ef3db1b84a8a28c4946eb8fc8b0408a6dfbffcdda3f8a325ed51b4ec455f47fae2cf3658abc48324c4f456 SHA512 4ade16c13aadafe079797e1bba7b4eea76c4baae0b712f7c2d7324ab7d53e319928f9d05f38a6c2cfb346cf343a17efbb035a6c59ccf7a13a3bf44240ad876e0 DIST rapidfuzz-cpp-2.1.1.gh.tar.gz 294473 BLAKE2B 71dc85cc8b5b11224ee26b3be117869e26c4fe43a780baa5629282675c2a9ca523deb22fbe58c15f265b53960fa0a8310b99ecd2fc412b2dbaacd3983dd69ab9 SHA512 802f465a1e3e21e6417c40e77e241a4e50a996f6aa70739f25cee228490fff4f2b366d6029beea9639769493f63520e5242665a91a6f105ebf1feb377a3a2e50 diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.11.3.ebuild b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.11.3.ebuild deleted file mode 100644 index e11823f7af67..000000000000 --- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.11.3.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 ~ia64 ~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 -} diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.0.ebuild b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.0.ebuild deleted file mode 100644 index 1cf4910aa2c4..000000000000 --- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-2.1.0.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 -} |
