Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/rapidfuzz-cpp/
Date: Sun, 30 Oct 2022 06:39:58
Message-Id: 1667111926.ca7e2e6f3fab6aa1be87c4f5dc60f7cd8a6fc806.mgorny@gentoo
1 commit: ca7e2e6f3fab6aa1be87c4f5dc60f7cd8a6fc806
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 05:53:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 06:38:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca7e2e6f
7
8 dev-cpp/rapidfuzz-cpp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-cpp/rapidfuzz-cpp/Manifest | 2 --
13 dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.7.0.ebuild | 42 ------------------------
14 dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.8.0.ebuild | 42 ------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/dev-cpp/rapidfuzz-cpp/Manifest b/dev-cpp/rapidfuzz-cpp/Manifest
18 index 4e7aaa9035db..900a346f34ac 100644
19 --- a/dev-cpp/rapidfuzz-cpp/Manifest
20 +++ b/dev-cpp/rapidfuzz-cpp/Manifest
21 @@ -1,3 +1 @@
22 -DIST rapidfuzz-cpp-1.7.0.gh.tar.gz 252646 BLAKE2B 5d79c07e26b6bb8e84d3280c3401bad60a3ca9846977a5bf9b13787ed7951c3805c71b7e6e2e03b14e2b988381484d969e1cc885c316bcb805b403e53332b31b SHA512 ed8af678a40161aa738bd3606b41fd54c1dba603c47fbdb1182527abd5667736e50f458af252e7bde954f263040cdbd662ad1c6be0a5caa5289f0a351dfd6d9e
23 -DIST rapidfuzz-cpp-1.8.0.gh.tar.gz 280419 BLAKE2B ae6b7694df3f8ba97b369608bb02783bdd48572e80a9d4f0ee51585975aaee1c0ee058862b94a7a8e46f835b03c04d134143ed07fb5c6d412b4b5cff8686c6d3 SHA512 35729c90494b419fefd9c6bbd03e42cc485d421defcd65bf5dee776d4d0756318a90456980914ccebc100b1bb388474db54638a8628efd496764c604d6221688
24 DIST rapidfuzz-cpp-1.9.0.gh.tar.gz 281385 BLAKE2B 4afc48edd9c8270200645eb77065bf212b9579b90b3916e261bbe69fd60f67c1e510c3ae4ef9877a26c3313063717b362e01c6cf799a0f9fc3429799d9b2dca6 SHA512 d95c90f9118811d650d859a20f847c71427acbc8c4f907f49d23b069cd6d1a848749d32f8fbff7326828b7a030c3f488acacba5845a72a0057ccf4c3088badf4
25
26 diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.7.0.ebuild b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.7.0.ebuild
27 deleted file mode 100644
28 index 99e66055cc0f..000000000000
29 --- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.7.0.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit cmake
38 -
39 -DESCRIPTION="Rapid fuzzy string matching in C++"
40 -HOMEPAGE="https://github.com/maxbachmann/rapidfuzz-cpp/"
41 -SRC_URI="
42 - https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${PV}.tar.gz
43 - -> ${P}.gh.tar.gz
44 -"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -BDEPEND="
53 - test? (
54 - >=dev-cpp/catch-3
55 - )
56 -"
57 -
58 -src_prepare() {
59 - # apparently "C++ best practices" don't mind fetching random stuff
60 - # at build time
61 - sed -i -e '/aminya/,/^)/d' test/CMakeLists.txt || die
62 - find -name 'CMakeLists.txt' -exec \
63 - sed -i -e 's:project_warnings::' {} + || die
64 -
65 - cmake_src_prepare
66 -}
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - -DRAPIDFUZZ_BUILD_TESTING=$(usex test)
71 - )
72 - cmake_src_configure
73 -}
74
75 diff --git a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.8.0.ebuild b/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.8.0.ebuild
76 deleted file mode 100644
77 index 6fb280d52d37..000000000000
78 --- a/dev-cpp/rapidfuzz-cpp/rapidfuzz-cpp-1.8.0.ebuild
79 +++ /dev/null
80 @@ -1,42 +0,0 @@
81 -# Copyright 2022 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=8
85 -
86 -inherit cmake
87 -
88 -DESCRIPTION="Rapid fuzzy string matching in C++"
89 -HOMEPAGE="https://github.com/maxbachmann/rapidfuzz-cpp/"
90 -SRC_URI="
91 - https://github.com/maxbachmann/rapidfuzz-cpp/archive/v${PV}.tar.gz
92 - -> ${P}.gh.tar.gz
93 -"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~riscv"
98 -IUSE="test"
99 -RESTRICT="!test? ( test )"
100 -
101 -BDEPEND="
102 - test? (
103 - >=dev-cpp/catch-3
104 - )
105 -"
106 -
107 -src_prepare() {
108 - # apparently "C++ best practices" don't mind fetching random stuff
109 - # at build time
110 - sed -i -e '/aminya/,/^)/d' test/CMakeLists.txt || die
111 - find -name 'CMakeLists.txt' -exec \
112 - sed -i -e 's:project_warnings::' {} + || die
113 -
114 - cmake_src_prepare
115 -}
116 -
117 -src_configure() {
118 - local mycmakeargs=(
119 - -DRAPIDFUZZ_BUILD_TESTING=$(usex test)
120 - )
121 - cmake_src_configure
122 -}