Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/, www-client/chromium/files/
Date: Fri, 15 Feb 2019 20:57:30
Message-Id: 1550264171.82d04f6fd11ef6601e17364aaee1c77995a16adc.floppym@gentoo
1 commit: 82d04f6fd11ef6601e17364aaee1c77995a16adc
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 20:56:11 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 20:56:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d04f6f
7
8 www-client/chromium: drop obsolete patches
9
10 Closes: https://bugs.gentoo.org/673456
11 Package-Manager: Portage-2.3.59_p2, Repoman-2.3.12_p67
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 www-client/chromium/chromium-72.0.3626.96.ebuild | 4 ---
15 www-client/chromium/files/chromium-math.h-r0.patch | 29 ------------------
16 www-client/chromium/files/chromium-memcpy-r0.patch | 35 ----------------------
17 www-client/chromium/files/chromium-stdint.patch | 21 -------------
18 www-client/chromium/files/chromium-webrtc-r0.patch | 34 ---------------------
19 5 files changed, 123 deletions(-)
20
21 diff --git a/www-client/chromium/chromium-72.0.3626.96.ebuild b/www-client/chromium/chromium-72.0.3626.96.ebuild
22 index b34fe2996fc..fd355e67ee9 100644
23 --- a/www-client/chromium/chromium-72.0.3626.96.ebuild
24 +++ b/www-client/chromium/chromium-72.0.3626.96.ebuild
25 @@ -141,10 +141,6 @@ GTK+ icon theme.
26 PATCHES=(
27 "${FILESDIR}/chromium-compiler-r7.patch"
28 "${FILESDIR}/chromium-widevine-r4.patch"
29 - "${FILESDIR}/chromium-webrtc-r0.patch"
30 - "${FILESDIR}/chromium-memcpy-r0.patch"
31 - "${FILESDIR}/chromium-math.h-r0.patch"
32 - "${FILESDIR}/chromium-stdint.patch"
33 )
34
35 pre_build_checks() {
36
37 diff --git a/www-client/chromium/files/chromium-math.h-r0.patch b/www-client/chromium/files/chromium-math.h-r0.patch
38 deleted file mode 100644
39 index 6c7c747053a..00000000000
40 --- a/www-client/chromium/files/chromium-math.h-r0.patch
41 +++ /dev/null
42 @@ -1,29 +0,0 @@
43 -From 9f63f94a11abc34d40ede8b8712fa15b5844a8c0 Mon Sep 17 00:00:00 2001
44 -From: Tom Anderson <thomasanderson@××××××××.org>
45 -Date: Sat, 27 Jan 2018 20:03:37 +0000
46 -Subject: [PATCH] Fix build with glibc 2.27
47 -
48 -BUG=806340
49 -TBR=hamelphi@××××××××.org
50 -
51 -Change-Id: Ib4e5091212d874d9ad88f3e9a1fdfee3ed7e0d5e
52 -Reviewed-on: https://chromium-review.googlesource.com/890059
53 -Reviewed-by: Thomas Anderson <thomasanderson@××××××××.org>
54 -Reviewed-by: Philippe Hamel <hamelphi@××××××××.org>
55 -Commit-Queue: Thomas Anderson <thomasanderson@××××××××.org>
56 -Cr-Commit-Position: refs/heads/master@{#532249}
57 ----
58 -
59 -diff --git a/components/assist_ranker/ranker_example_util.cc b/components/assist_ranker/ranker_example_util.cc
60 -index 54d4dbd..ceedd8f 100644
61 ---- a/components/assist_ranker/ranker_example_util.cc
62 -+++ b/components/assist_ranker/ranker_example_util.cc
63 -@@ -2,6 +2,8 @@
64 - // Use of this source code is governed by a BSD-style license that can be
65 - // found in the LICENSE file.
66 -
67 -+#include <math.h>
68 -+
69 - #include "components/assist_ranker/ranker_example_util.h"
70 - #include "base/bit_cast.h"
71 - #include "base/format_macros.h"
72
73 diff --git a/www-client/chromium/files/chromium-memcpy-r0.patch b/www-client/chromium/files/chromium-memcpy-r0.patch
74 deleted file mode 100644
75 index dd2fd57d26a..00000000000
76 --- a/www-client/chromium/files/chromium-memcpy-r0.patch
77 +++ /dev/null
78 @@ -1,35 +0,0 @@
79 -From 4942f56ceb6d60d6f54ebca8e6eba8ba01c278e8 Mon Sep 17 00:00:00 2001
80 -From: Tomas Popela <tomas.popela@×××××.com>
81 -Date: Thu, 7 Dec 2017 22:33:34 +0000
82 -Subject: [PATCH] memcpy used without including string.h
83 -
84 -Compiling Chromium with Clang 4.0.1 and using libstdc++ will fail on using
85 -memcpy without including string.h.
86 -
87 -Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel
88 -Change-Id: Idced1d5de3baf6b520d4a2d61774120642ead1a8
89 -Reviewed-on: https://chromium-review.googlesource.com/813737
90 -Reviewed-by: Thomas Anderson <thomasanderson@××××××××.org>
91 -Reviewed-by: vmpstr <vmpstr@××××××××.org>
92 -Commit-Queue: Thomas Anderson <thomasanderson@××××××××.org>
93 -Cr-Commit-Position: refs/heads/master@{#522579}
94 ----
95 - cc/paint/raw_memory_transfer_cache_entry.cc | 2 ++
96 - 1 file changed, 2 insertions(+)
97 -
98 -diff --git a/cc/paint/raw_memory_transfer_cache_entry.cc b/cc/paint/raw_memory_transfer_cache_entry.cc
99 -index 9e4660c685ee..95ad50b1a338 100644
100 ---- a/cc/paint/raw_memory_transfer_cache_entry.cc
101 -+++ b/cc/paint/raw_memory_transfer_cache_entry.cc
102 -@@ -4,6 +4,8 @@
103 -
104 - #include "cc/paint/raw_memory_transfer_cache_entry.h"
105 -
106 -+#include <string.h>
107 -+
108 - namespace cc {
109 -
110 - ClientRawMemoryTransferCacheEntry::ClientRawMemoryTransferCacheEntry(
111 ---
112 -2.15.1
113 -
114
115 diff --git a/www-client/chromium/files/chromium-stdint.patch b/www-client/chromium/files/chromium-stdint.patch
116 deleted file mode 100644
117 index 877443954fa..00000000000
118 --- a/www-client/chromium/files/chromium-stdint.patch
119 +++ /dev/null
120 @@ -1,21 +0,0 @@
121 -From 0235c2b657d936f3cdb09053776e5929fc84704b Mon Sep 17 00:00:00 2001
122 -From: Tomas Popela <tomas.popela@×××××.com>
123 -Date: Wed, 31 Jan 2018 18:57:07 +0000
124 -Subject: [PATCH] Add missing stdint include
125 -
126 -diff --git a/chrome/browser/vr/sample_queue.cc b/chrome/browser/vr/sample_queue.cc
127 -index c2ca777ce90c..53cb3aab1576 100644
128 ---- a/chrome/browser/vr/sample_queue.cc
129 -+++ b/chrome/browser/vr/sample_queue.cc
130 -@@ -2,6 +2,8 @@
131 - // Use of this source code is governed by a BSD-style license that can be
132 - // found in the LICENSE file.
133 -
134 -+#include <stdint.h>
135 -+
136 - #include "chrome/browser/vr/sample_queue.h"
137 -
138 - namespace vr {
139 ---
140 -2.16.2
141 -
142
143 diff --git a/www-client/chromium/files/chromium-webrtc-r0.patch b/www-client/chromium/files/chromium-webrtc-r0.patch
144 deleted file mode 100644
145 index e14b185acb9..00000000000
146 --- a/www-client/chromium/files/chromium-webrtc-r0.patch
147 +++ /dev/null
148 @@ -1,34 +0,0 @@
149 -From 7f90e2cceda0458cf56026eb6ccffb961a47804b Mon Sep 17 00:00:00 2001
150 -From: Raphael Kubo da Costa <raphael.kubo.da.costa@×××××.com>
151 -Date: Fri, 13 Oct 2017 15:49:32 +0200
152 -Subject: [PATCH] IWYU: Include math.h for round(3).
153 -
154 -math.h was being implicitly included, which can break the build with
155 -alternative libc implementations.
156 -
157 -Bug: None
158 -Change-Id: I969b320b65d0f44abb33d3e1036cfbcb859a4952
159 -Reviewed-on: https://webrtc-review.googlesource.com/9384
160 -Reviewed-by: Tommi <tommi@××××××.org>
161 -Commit-Queue: Raphael Kubo da Costa (rakuco) <raphael.kubo.da.costa@×××××.com>
162 -Cr-Commit-Position: refs/heads/master@{#20292}
163 ----
164 - p2p/base/port.cc | 2 ++
165 - 1 file changed, 2 insertions(+)
166 -
167 -diff --git a/p2p/base/port.cc b/p2p/base/port.cc
168 -index a1b478d11..81aa0aadb 100644
169 ---- a/third_party/webrtc/p2p/base/port.cc
170 -+++ b/third_party/webrtc/p2p/base/port.cc
171 -@@ -10,6 +10,8 @@
172 -
173 - #include "p2p/base/port.h"
174 -
175 -+#include <math.h>
176 -+
177 - #include <algorithm>
178 - #include <vector>
179 -
180 ---
181 -2.15.0.rc2
182 -