Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/files/, dev-qt/qtwebengine/
Date: Sat, 09 Dec 2017 23:02:19
Message-Id: 1512836331.9fc33af6d26ab78fa51e4570e972502cad3bb9ee.chiitoo@gentoo
1 commit: 9fc33af6d26ab78fa51e4570e972502cad3bb9ee
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 16:16:15 2017 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 16:18:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9fc33af6
7
8 dev-qt/qtwebengine: remove unneeded patch
9
10 The ICU 60.1 patch is not needed, nor does it apply on 5.9999/5.10.
11
12 Package-Manager: Portage-2.3.17, Repoman-2.3.6
13
14 .../qtwebengine/files/qtwebengine-5.9.3-icu-60.1.patch | 16 ----------------
15 dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild | 2 --
16 dev-qt/qtwebengine/qtwebengine-5.9999.ebuild | 2 --
17 3 files changed, 20 deletions(-)
18
19 diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.9.3-icu-60.1.patch b/dev-qt/qtwebengine/files/qtwebengine-5.9.3-icu-60.1.patch
20 deleted file mode 100644
21 index 9866ab92..00000000
22 --- a/dev-qt/qtwebengine/files/qtwebengine-5.9.3-icu-60.1.patch
23 +++ /dev/null
24 @@ -1,16 +0,0 @@
25 -Fix build with >=ICU-60
26 -
27 -Bug: https://bugs.gentoo.org/639220
28 -Bug: https://bugreports.qt.io/browse/QTBUG-64925
29 -
30 ---- a/src/3rdparty/chromium/components/url_formatter/url_formatter.cc
31 -+++ b/src/3rdparty/chromium/components/url_formatter/url_formatter.cc
32 -@@ -488,7 +488,7 @@
33 - // are added to the allowed set. The list has to be updated when a new
34 - // version of Unicode is released. The current version is 9.0.0 and ICU 60
35 - // will have Unicode 10.0 data.
36 --#if U_ICU_VERSION_MAJOR_NUM < 60
37 -+#if U_ICU_VERSION_MAJOR_NUM < 60 || defined(TOOLKIT_QT)
38 - const icu::UnicodeSet aspirational_scripts(
39 - icu::UnicodeString(
40 - // Unified Canadian Syllabics
41
42 diff --git a/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild
43 index 2b51fbf7..2c0bd638 100644
44 --- a/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild
45 +++ b/dev-qt/qtwebengine/qtwebengine-5.10.9999.ebuild
46 @@ -73,8 +73,6 @@ DEPEND="${RDEPEND}
47 pax_kernel? ( sys-apps/elfix )
48 "
49
50 -PATCHES=( "${FILESDIR}/${PN}-5.9.3-icu-60.1.patch" )
51 -
52 src_prepare() {
53 use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.9.0-paxmark-mksnapshot.patch" )
54
55
56 diff --git a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild
57 index 2b51fbf7..2c0bd638 100644
58 --- a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild
59 +++ b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild
60 @@ -73,8 +73,6 @@ DEPEND="${RDEPEND}
61 pax_kernel? ( sys-apps/elfix )
62 "
63
64 -PATCHES=( "${FILESDIR}/${PN}-5.9.3-icu-60.1.patch" )
65 -
66 src_prepare() {
67 use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.9.0-paxmark-mksnapshot.patch" )