commit: 683f97e6e20eed7bcf0107e04eed2a39c4a8cfc2 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Fri Jan 16 08:01:00 2026 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Sat Jan 17 03:37:28 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683f97e6
www-plugins/chrome-binary-plugins: automated update (144.0.7559.59) Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-plugins/chrome-binary-plugins/Manifest | 1 + .../chrome-binary-plugins-144.0.7559.59.ebuild | 60 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 08930a271796..e1add412341d 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -4,4 +4,5 @@ DIST google-chrome-beta_144.0.7559.31-1_amd64.deb 118815912 BLAKE2B 92f6dff1da3e 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 +DIST google-chrome-stable_144.0.7559.59-1_amd64.deb 119196224 BLAKE2B faaea8134554f5770839c9fbc9aabcadf4f22e915e70cf52627ffdf3647e08cfd7d9bd65d2d82fb370f7d8eaa5bff31b04ff3c322f2a8624e3d5ac6f911d31af SHA512 e228b5e258728177c5d54000155fd5d21035355d740b4d34fc46057a87f9d5cc2668d2b3e1d5b7ffefaa24708649d77661b69f0e29452551329f17086ba19583 DIST google-chrome-unstable_145.0.7587.4-1_amd64.deb 120024916 BLAKE2B e91c66d0829c19552d7cdbb5c9b2a6ee1a52d1c427c89dfb7a6eee2d8ab53a8dd7534c51802ce34c1e7805a04f16a78c908864cbf8cadb5c0a2b8c2525489ce5 SHA512 b3ececd7b72021f4ee738f5adbb88970043dd771e6ec17c604384824647836810c42694b948bc4db9657af4837b78b9ad69aa67044589ebda55d8b304b03f8d1 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-144.0.7559.59.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-144.0.7559.59.ebuild new file mode 100644 index 000000000000..7d2b13a21076 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-144.0.7559.59.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 +}
