commit: 8fa25c3d580ae03b6c4249e446bc0a67af1ef3c8 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 23:33:58 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Mar 12 04:56:38 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa25c3d
www-plugins/chrome-binary-plugins: automated update (147.0.7727.3_beta) Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-plugins/chrome-binary-plugins/Manifest | 1 + .../chrome-binary-plugins-147.0.7727.3_beta.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index fc94890d38b8..a16b91ecede3 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -3,6 +3,7 @@ DIST google-chrome-beta_143.0.7499.40-1_amd64.deb 117949484 BLAKE2B 9d61a2a0fea9 DIST google-chrome-beta_144.0.7559.31-1_amd64.deb 118815912 BLAKE2B 92f6dff1da3e18e097b60ed2826f903abb0901a2f6ea37b3859ab9eb1a3b66f35d8eeea77f63a48c05535fde493815cefd5b695e72b42b31fcd6f18c5a0382ee SHA512 0ef8115594bc850111a876ca4f85a995b23b75fd581c26efe8ac807ee9f3bc77e15f3c24fc6423565fd8326c139e3065d1080d247304b99848e3a4f0d8087c3e DIST google-chrome-beta_145.0.7632.45-1_amd64.deb 121087192 BLAKE2B 3b5f44ac08414f9aa4194a628c722c7cd0035b76c448beb511389136e4574961696e1c094b6e576557f576b4bb1e004394220bf8d2cbf55d3402cd3c6ecd8835 SHA512 38bff481636fa32c9e6fe20826cbcc71b6445d7afb18770c977e20569aac427398ceb1f919e77e6e6371c42a02cd21adf39e4ae9f097ac2fa3fdcb9a503bd716 DIST google-chrome-beta_146.0.7680.65-1_amd64.deb 127512716 BLAKE2B a4e62c6e1186197cfbd2e38c72c5e37c6466cffd0d606301b5bfa78476b68de28745e7b72d890e6b21c15185eebffd981d2f03b440f593efb938de80342ea9f6 SHA512 6c5899435cf3c287664a524957cadb6cbcfb325630f37b56c67497b775139b71366b2ad8d4e3fb2deda50901d50d7dbc62565ecc49182a746e82ff67086139e7 +DIST google-chrome-beta_147.0.7727.3-1_amd64.deb 124734840 BLAKE2B f99a2e4b453fdb25b9b9ed30ea747d8ae8f5d65e278e7a72d9cc3e97d6856be62f6239fc9f821d6dc8d1a8225fe87521f15b0f3af47fb0cbc8b2481cce017d54 SHA512 d5b45c9f9a7f05274eafd6aa9503949201f46071415ef305e4db24a3014b40d9c852a7ab6967f445547265e762b26677b4ec8183ac6b36715c5356102a989324 DIST google-chrome-stable_141.0.7390.107-1_amd64.deb 120556940 BLAKE2B 30075afc39ba771aa9d40cc366efd4d52296cdc269dfef0f5e8ee457181622ef00e614417c62b894b792d58c381d56f77ee3c92e2d8e6efed6f698074dd38488 SHA512 d5ae65f08224a64151c4348ecc8459a50e8ae2d00b0688a5216be2c9faad44962309a1c57bd091b7974a35b6cd8ea8a51c2213c2a9e4c09898ab2938d01f00ae DIST google-chrome-stable_142.0.7444.175-1_amd64.deb 117885136 BLAKE2B 35a125f731147ba38759e83f820425568f1c029730f484633317269228be1f8e26ebae28f13e61cc37e26b5af19443e749d79e6cffa135f0e45812ca1c0628fd SHA512 d046e1e59787330e8e13360cecd827dc9e2dd55712ca3b39306e860b2e5ff85c6d25135f120ba2fe6985e929add560e19971036bacb6b4b5dad5ba14adb36ce7 DIST google-chrome-stable_143.0.7499.169-1_amd64.deb 117840328 BLAKE2B ba4cffacff5c002cd8dba3fa8c8e105ebfdcf04884186de0a60cfaa6861662a615c9dd9738cd312ce48ddaee1f62bca2137ee7c872da3aa82ef7a4c44d65b800 SHA512 0c3f3cb76be5c2ffb72f97937b0f7a4079cf04088a00e7debe1bed3325d5e6e6d7a6d60b2fb9a34d389ace8340781aad4221c94c7bae7520eecff25532918254 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-147.0.7727.3_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-147.0.7727.3_beta.ebuild new file mode 100644 index 000000000000..0e735527188d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-147.0.7727.3_beta.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 +}
