commit: d0cceb778e514f3915468f3d83f78c1cac54a44b Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Tue Mar 10 23:41:07 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 07:52:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cceb77
www-plugins/chrome-binary-plugins: automated update (146.0.7680.71) Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-plugins/chrome-binary-plugins/Manifest | 1 + .../chrome-binary-plugins-146.0.7680.71.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index e094613423d1..fc94890d38b8 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -8,4 +8,5 @@ DIST google-chrome-stable_142.0.7444.175-1_amd64.deb 117885136 BLAKE2B 35a125f73 DIST google-chrome-stable_143.0.7499.169-1_amd64.deb 117840328 BLAKE2B ba4cffacff5c002cd8dba3fa8c8e105ebfdcf04884186de0a60cfaa6861662a615c9dd9738cd312ce48ddaee1f62bca2137ee7c872da3aa82ef7a4c44d65b800 SHA512 0c3f3cb76be5c2ffb72f97937b0f7a4079cf04088a00e7debe1bed3325d5e6e6d7a6d60b2fb9a34d389ace8340781aad4221c94c7bae7520eecff25532918254 DIST google-chrome-stable_144.0.7559.132-1_amd64.deb 118945608 BLAKE2B 768718c87f7d1bdc3567ab830d312787da9c97fc7985f49ed17aa6d7b1fdf1edf3103b598ed8cf31dbaac0109bb1faf4a93e2b60d9c1bb478916d43b8745973d SHA512 5e0b5b9e16471fc1da53e971f485d70c3ddec8a1d6ec0b0438adfb07eaa0771589c3702c4aeb3cde3b07f886dfc255223affe19a3820b722dc51a24216434205 DIST google-chrome-stable_145.0.7632.159-1_amd64.deb 121241076 BLAKE2B 45daae2bb2df2c9769fe01b3b866084e1c0e98fa0802b97e2b0f0714e2e6f84930a930139c7215c9a4e18a7694a5d34337eccbe881603694f7f037032142fe6c SHA512 2a1851ab0755d33e4ea322372071dee7770a8d9669b4d735a2ad561b1d5c57b249bc4ee8cac17d947b33b52c95a43be7e2130f4fc356d88c06253c3ceec356b3 +DIST google-chrome-stable_146.0.7680.71-1_amd64.deb 127488704 BLAKE2B c6f6e2d987c5814cab2e7de78f5f053976fefdf786b9b039bfb67ce19fe17ffeeb63dadb7aa3497cab7f881be9d69b8321231c1aa995752e1f17b4905cec6cbe SHA512 095f4a8bcd1733e49ef86ebd1191d45d650ef1deb55b32eb605590c7efe537ec3ca4c01e256b77d0b1601c28a0f9d8ed9e42bc1433d64c35ed93ee32f9481092 DIST google-chrome-unstable_147.0.7719.3-1_amd64.deb 124022760 BLAKE2B accf36d8265451ac50b447582a22fbc31e83fdd88e0a89d60cff1fc5bf7a27435f28acd1ff662389a38084430cf05db3c8293ed22347e3be0b746290cf558c00 SHA512 a7613fd620b0ea8d3c173159ee5eedc849c180dcc3d035d3d1a42bc36e2cefe275d045159ee9af73bb01071eef5931f5e10f93885ecb4962163bfabefa56c439 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-146.0.7680.71.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-146.0.7680.71.ebuild new file mode 100644 index 000000000000..e423403b65b9 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-146.0.7680.71.ebuild @@ -0,0 +1,60 @@ +# Copyright 2012-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker + +DESCRIPTION="Binary plugins from Google Chrome for use in Chromium" +HOMEPAGE="https://www.google.com/chrome/" + +case ${PV} in + *_alpha*) + SLOT="unstable" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_alpha}-1 + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + ;; +esac + +MY_PN="google-chrome-${SLOT}" +MY_P="${MY_PN}_${MY_PV}" +SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb" +S="${WORKDIR}/${CHROMEDIR}" + +LICENSE="google-chrome" +KEYWORDS="amd64" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + sys-libs/glibc +" + +for x in 0 beta stable unstable; do + if [[ ${SLOT} != ${x} ]]; then + RDEPEND+=" !${CATEGORY}/${PN}:${x}" + fi +done + +QA_PREBUILT="*" + +pkg_nofetch() { + eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures." +} + +src_install() { + insinto "/usr/$(get_libdir)/chromium-browser" + doins -r WidevineCdm +}
