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/files/, www-client/chromium/
Date: Fri, 08 May 2020 16:23:24
Message-Id: 1588954980.a9ba713ce0be48deeb87f11ee1ad4eb4843202a8.floppym@gentoo
1 commit: a9ba713ce0be48deeb87f11ee1ad4eb4843202a8
2 Author: Stephan Hartmann <stha09 <AT> googlemail <DOT> com>
3 AuthorDate: Fri May 8 15:08:33 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 16:23:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ba713c
7
8 www-client/chromium: beta channel bump to 83.0.4103.44
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Stephan Hartmann <stha09 <AT> googlemail.com>
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/15715
14
15 www-client/chromium/Manifest | 2 +-
16 ...4103.34.ebuild => chromium-83.0.4103.44.ebuild} | 1 -
17 .../chromium/files/chromium-82-gcc-constexpr.patch | 34 ----------------------
18 3 files changed, 1 insertion(+), 36 deletions(-)
19
20 diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest
21 index ccd1a769bb5..2b527f354c7 100644
22 --- a/www-client/chromium/Manifest
23 +++ b/www-client/chromium/Manifest
24 @@ -1,3 +1,3 @@
25 DIST chromium-81.0.4044.138.tar.xz 785960928 BLAKE2B fb8ea6aae55450e820f91fc8be7948ac0155beb0fc6a05988506a78b3306ffc52e69b10d3c91e4a29fe2171f339d5331e9524d3e4cd08de57e090ce16412a673 SHA512 9f686b27b2f8ea5c15f50b0ddcd24745aec41e28af8c38618e18771401bd5cfb26939b9ac49973ea804cda458a939c1a6ad59cb24fb1937b7687c3d908183437
26 -DIST chromium-83.0.4103.34.tar.xz 802525184 BLAKE2B d5e47c96642fb9344fe43a582d035f507b714565c01b6bacbf1cd4fdb3537db28ae0e54a47bbd7f47ad4d00960ee9e40d9a10522262cba4063f95501225fce75 SHA512 467006d3b3093b078569c0ead9203e66cfd83ad14ed95a07b5f83e49451a0e9f4506b3ce35c97106b4540b55484d6cd33afbacf92385ace261e78d5c1cc0188e
27 +DIST chromium-83.0.4103.44.tar.xz 802603488 BLAKE2B 3f36c311519c85604d6b627b8ae56e60fc617f0290ca34ed05473482782b0db88f4171077531d3ec3efa4c633200a883b4e80fafb1bd37828476f1863d1cdcd5 SHA512 78664cfc37c898410d08b3cf71faf63e6980711b9ae69b020b93b2fab5bcd9c191c0fd91eed21b5ccaabc032ff530f3ae5b9845f7f23c72c3e492ef356da9c6f
28 DIST setuptools-44.1.0.zip 858569 BLAKE2B f59f154e121502a731e51294ccd293d60ffccadacf51e23b53bf7ceba38858948b86783238061136c827ac3373ea7ea8e6253d4bb53f3f1dd69284568ec65a68 SHA512 4dfb0f42d334b835758e865a26ecd1e725711fa2b9c38ddc273b8b3849fba04527bc97436d11ba1e98f1a42922aa0f0b9032e32998273c705fac6e10735eacbf
29
30 diff --git a/www-client/chromium/chromium-83.0.4103.34.ebuild b/www-client/chromium/chromium-83.0.4103.44.ebuild
31 similarity index 99%
32 rename from www-client/chromium/chromium-83.0.4103.34.ebuild
33 rename to www-client/chromium/chromium-83.0.4103.44.ebuild
34 index fd3bf1f334a..eea3d4b18ea 100644
35 --- a/www-client/chromium/chromium-83.0.4103.34.ebuild
36 +++ b/www-client/chromium/chromium-83.0.4103.44.ebuild
37 @@ -170,7 +170,6 @@ PATCHES=(
38 "${FILESDIR}/chromium-78-protobuf-export.patch"
39 "${FILESDIR}/chromium-79-gcc-alignas.patch"
40 "${FILESDIR}/chromium-80-gcc-quiche.patch"
41 - "${FILESDIR}/chromium-82-gcc-constexpr.patch"
42 "${FILESDIR}/chromium-82-gcc-noexcept.patch"
43 "${FILESDIR}/chromium-82-gcc-incomplete-type.patch"
44 "${FILESDIR}/chromium-82-gcc-template.patch"
45
46 diff --git a/www-client/chromium/files/chromium-82-gcc-constexpr.patch b/www-client/chromium/files/chromium-82-gcc-constexpr.patch
47 deleted file mode 100644
48 index 30a83395d08..00000000000
49 --- a/www-client/chromium/files/chromium-82-gcc-constexpr.patch
50 +++ /dev/null
51 @@ -1,34 +0,0 @@
52 -From 5812cd9bc2c15a034db24e0d2a43cc923d8a66cc Mon Sep 17 00:00:00 2001
53 -From: Jose Dapena Paz <jdapena@××××××.com>
54 -Date: Thu, 20 Feb 2020 13:00:16 +0100
55 -Subject: [PATCH] GCC: DOMRect constexpr equal operator depends on non constexpr operators
56 -
57 -Make accessors of DOMRectReadOnly constexpr so the equal operator can be
58 -also constexpr.
59 -
60 -../../third_party/blink/renderer/core/geometry/dom_rect.h: In function ‘constexpr bool blink::operator==(const blink::DOMRect&, const blink::DOMRect&)’:
61 -../../third_party/blink/renderer/core/geometry/dom_rect.h:38:15: error: call to non-‘constexpr’ function ‘double blink::DOMRectReadOnly::x() const’
62 -
63 -Bug: 819294
64 -Change-Id: Ic1fed89c5480ce4eedaaf7add2779d000b77cc48
65 ----
66 -
67 -diff --git a/third_party/blink/renderer/core/geometry/dom_rect_read_only.h b/third_party/blink/renderer/core/geometry/dom_rect_read_only.h
68 -index 0c3f84c..71f193e 100644
69 ---- a/third_party/blink/renderer/core/geometry/dom_rect_read_only.h
70 -+++ b/third_party/blink/renderer/core/geometry/dom_rect_read_only.h
71 -@@ -31,10 +31,10 @@ class CORE_EXPORT DOMRectReadOnly : public ScriptWrappable {
72 -
73 - DOMRectReadOnly(double x, double y, double width, double height);
74 -
75 -- double x() const { return x_; }
76 -- double y() const { return y_; }
77 -- double width() const { return width_; }
78 -- double height() const { return height_; }
79 -+ constexpr double x() const { return x_; }
80 -+ constexpr double y() const { return y_; }
81 -+ constexpr double width() const { return width_; }
82 -+ constexpr double height() const { return height_; }
83 -
84 - double top() const { return geometry_util::NanSafeMin(y_, y_ + height_); }
85 - double right() const { return geometry_util::NanSafeMax(x_, x_ + width_); }