summaryrefslogtreecommitdiff
path: root/dev-util/hfstospell
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-util/hfstospell
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-util/hfstospell')
-rw-r--r--dev-util/hfstospell/Manifest5
-rw-r--r--dev-util/hfstospell/files/hfstospell-0.5.1-gcc-10-fix.patch24
-rw-r--r--dev-util/hfstospell/hfstospell-0.5.2.ebuild (renamed from dev-util/hfstospell/hfstospell-0.5.1.ebuild)2
3 files changed, 2 insertions, 29 deletions
diff --git a/dev-util/hfstospell/Manifest b/dev-util/hfstospell/Manifest
index 54d9e7ba6083..41fb9259851f 100644
--- a/dev-util/hfstospell/Manifest
+++ b/dev-util/hfstospell/Manifest
@@ -1,4 +1,3 @@
-AUX hfstospell-0.5.1-gcc-10-fix.patch 935 BLAKE2B fdfb569d85a19b1ad939984b74b6857ae71527967a88c6be58baf6b281fe46a7fa33504387f2f344faa4bf1c03272e8760fd3b5939a8cef8d977ff1f16f55583 SHA512 73527efa09cb17a5941ac3b2f89525e45d817621dfd7eb2f6ecfa3d77e1327214234b8736d53782b3f2e593c57d94ffbe9302aeae041472e7ea99d8a2400bcf3
-DIST hfstospell-0.5.1.tar.gz 152056 BLAKE2B fa589908312bd4a4b40b88b221ee5f6bdc281d6151984a87b237372b0141157db87b3494e357d74a17f0ee137fd5ce35ec8caddb12d5bffe15930a74345cd3ee SHA512 bd8ffdd3ee822da2a57a3405b139ec1e635dc8bb293dbd9abd05912b8929df29633304e64b97522e4590a3907ddfa3aefec3e4da5ab709b9be1857cc2ecd2018
-EBUILD hfstospell-0.5.1.ebuild 740 BLAKE2B 4e1dbe72f1cd3ac7c392844fce52895eed3e265a3adf126e7d2222e47c14d7d52540790682f0a22ff94054ea880223e9b695e064b7864a149c7082b4d912154a SHA512 8b0df520dd729576530c090a8269d3057f77be1af7fb172ba9d64f8c5a4e58c9c035b2c7062622d230a60cf6a42c0ca091ec5e6693422de96c8583f7069e012d
+DIST hfstospell-0.5.2.tar.gz 152115 BLAKE2B 667c01672fd6fd6ee743a6542677ffe74e3900c27ab2754f8fa7dcc57081074bd98e8d82827fe176b2a6c9abc4565efcb3204df43110906f5a333405ec8a6bf2 SHA512 307aff3aec91ac6ffed3ebabdc2baa1a6e913431f57a80a0d0254be57fbd72e28d7592c35e0d72e5979f7e0b4c585f11b8eb91183b0877f9670a9cd5206c0140
+EBUILD hfstospell-0.5.2.ebuild 679 BLAKE2B 02dd2bda990c8e01596828dd21891332242fac8df412c48276082bc4813f9e20abdd7220a779a0aa0a2ec0e5a69263316ea3e80bff116703fe2ad51172df59d5 SHA512 ba79bce0a5b5820397db178d670825e88c4905792df3cc83adcd89d0178262b636370433b4a7f87c738e02379c5977c29f2807f7c449e60ce82815c91f5f07bb
MISC metadata.xml 254 BLAKE2B 938f68b7b21ad386a35540a09e4bb956e241dfc963d4823c3c0cd46d3449ff4fb5a1cead67ad7c35a460503d30bdbde35822535f1c2d46f2939ee190f328b846 SHA512 26047ebb40fc49bfb4393121c5c5af69caee617a1d75676be84b0f5af75564828aeeef4503c7681eaaf7e48f6c662574874336296c18e002dca8e925162a1d4c
diff --git a/dev-util/hfstospell/files/hfstospell-0.5.1-gcc-10-fix.patch b/dev-util/hfstospell/files/hfstospell-0.5.1-gcc-10-fix.patch
deleted file mode 100644
index 0998beebe7d7..000000000000
--- a/dev-util/hfstospell/files/hfstospell-0.5.1-gcc-10-fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a9d5afb14aa71893f142dfd3ae735e8930aa0f8a Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska@suse.cz>
-Date: Mon, 16 Mar 2020 11:32:10 +0100
-Subject: [PATCH] Fix a typo in wide string conversion function (#49).
-
-Revert a hunk from:
-04e4843e4c66beb61b756f3ceb2ac94628142185.
----
- main.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/main.cc b/main.cc
-index abecf46..e4fd676 100644
---- a/main.cc
-+++ b/main.cc
-@@ -61,7 +61,7 @@ static bool suggest_reals = false;
- #ifdef WINDOWS
- static std::string wide_string_to_string(const std::wstring & wstr)
- {
-- int size_needed = WideCharToMultiByte(CP_UTF8, 0, &wstr[0], (int)§wstr.size(), NULL, 0, NULL, NULL);
-+ int size_needed = WideCharToMultiByte(CP_UTF8, 0, &wstr[0], (int)wstr.size(), NULL, 0, NULL, NULL);
- std::string str( size_needed, 0 );
- WideCharToMultiByte(CP_UTF8, 0, &wstr[0], (int)wstr.size(), &str[0], size_needed, NULL, NULL);
- return str;
diff --git a/dev-util/hfstospell/hfstospell-0.5.1.ebuild b/dev-util/hfstospell/hfstospell-0.5.2.ebuild
index b3e56cf85239..f269ab5ace37 100644
--- a/dev-util/hfstospell/hfstospell-0.5.1.ebuild
+++ b/dev-util/hfstospell/hfstospell-0.5.2.ebuild
@@ -22,8 +22,6 @@ BDEPEND="virtual/pkgconfig"
S="${WORKDIR}/hfst-ospell-${PV}"
-PATCHES=( "${FILESDIR}/hfstospell-0.5.1-gcc-10-fix.patch" )
-
src_prepare() {
default
eautoreconf