Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/files/, app-text/libebook/
Date: Sat, 31 Oct 2020 11:16:50
Message-Id: 1604142992.892954cc08b34103186121c8e7552921ba18859b.soap@gentoo
1 commit: 892954cc08b34103186121c8e7552921ba18859b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 11:16:32 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 11:16:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892954cc
7
8 Reverts: a228bb748aa2c136269471a8efe74bee45a17af0 "app-text/libebook: Add patch for icu 68.1"
9
10 * Patch was already in, missed it when looking at the log
11
12 Closes: https://bugs.gentoo.org/751925
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 app-text/libebook/files/libebook-0.1.3-icu68.patch | 28 ----------------------
16 app-text/libebook/libebook-0.1.3.ebuild | 2 --
17 2 files changed, 30 deletions(-)
18
19 diff --git a/app-text/libebook/files/libebook-0.1.3-icu68.patch b/app-text/libebook/files/libebook-0.1.3-icu68.patch
20 deleted file mode 100644
21 index 5fef619fbf9..00000000000
22 --- a/app-text/libebook/files/libebook-0.1.3-icu68.patch
23 +++ /dev/null
24 @@ -1,28 +0,0 @@
25 -From 9ea3b4c2552770b66b83d44b6e6ccdd338296316 Mon Sep 17 00:00:00 2001
26 -From: Lars Wendler <polynomial-c@g.o>
27 -Date: Fri, 30 Oct 2020 10:52:10 +0100
28 -Subject: [PATCH] Fix build with icu-68.0
29 -
30 -icu-68.1 removed public macro definitions for TRUE and FALSE
31 -
32 -Signed-off-by: Lars Wendler <polynomial-c@g.o>
33 ----
34 - src/lib/EBOOKCharsetConverter.cpp | 2 +-
35 - 1 file changed, 1 insertion(+), 1 deletion(-)
36 -
37 -diff --git a/src/lib/EBOOKCharsetConverter.cpp b/src/lib/EBOOKCharsetConverter.cpp
38 -index 0d85fa3..c9f8be0 100644
39 ---- a/src/lib/EBOOKCharsetConverter.cpp
40 -+++ b/src/lib/EBOOKCharsetConverter.cpp
41 -@@ -124,7 +124,7 @@ bool EBOOKCharsetConverter::convertBytes(const char *const in, const unsigned le
42 - m_converterToUTF8.get(), m_converterToUnicode.get(),
43 - &outText, outText + out.size(), &inText, inText + length,
44 - nullptr, nullptr, nullptr, nullptr,
45 -- TRUE, TRUE, &status)
46 -+ true, true, &status)
47 - ;
48 - if (status==U_BUFFER_OVERFLOW_ERROR)
49 - {
50 ---
51 -2.29.2
52 -
53
54 diff --git a/app-text/libebook/libebook-0.1.3.ebuild b/app-text/libebook/libebook-0.1.3.ebuild
55 index 227b6d2509c..ebf1a337366 100644
56 --- a/app-text/libebook/libebook-0.1.3.ebuild
57 +++ b/app-text/libebook/libebook-0.1.3.ebuild
58 @@ -36,8 +36,6 @@ RDEPEND="${RDEPEND}"
59
60 S="${WORKDIR}/${MY_P}"
61
62 -PATCHES=( "${FILESDIR}"/${P}-icu68.patch )
63 -
64 src_prepare() {
65 default
66 eautoreconf