repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

"Matt Jolly" <[email protected]>
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1787043183.08fcd707d48790d5dd998718de6dcaea57215090.kangie@gentoo>
commit:     08fcd707d48790d5dd998718de6dcaea57215090
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 08:53:03 2026 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:53:03 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08fcd707

www-plugins/chrome-binary-plugins: automated update (153.0.8003.0_alpha)

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest         |  2 +
 ...chrome-binary-plugins-153.0.8003.0_alpha.ebuild | 63 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest
index 7e6232b9945c..6a922be7ca10 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -14,3 +14,5 @@ DIST google-chrome-unstable_151.0.7872.0-1_amd64.deb 133358176 BLAKE2B 43c65fef9
 DIST google-chrome-unstable_152.0.7953.3-1_amd64.deb 140356220 BLAKE2B 9358ad75421a8cf1372bc5a2234f610dee28ced2aadd4c28a5a7f41889f92364e106ba62f4975029685fe6ce92359c0e30ee0be9e2dbd7ef33e58a213451ec19 SHA512 f3bb6021ff4186e829b542e8a08b9890880e9a9a4d62119259a386f3d491273b853714cf98cf13a7d562028224dd3d3022d23149ab35f1efa58dcfdbd574c9c8
 DIST google-chrome-unstable_153.0.7993.0-1_amd64.deb 141131672 BLAKE2B 3b27b7548931fee5bc8806dd438e52024b3256ad9b6667134f63c18aa920de7a89f5770a35f1208171ad8dd63c24dbaa3fedeee12a80d90d808dc3d9770b855f SHA512 3d9820c8b3c3dd476807a64c69d6176decd0507ba78c1caff1755837783b523c513a5eeb08fe72c5984a33010979a3ceca86574395799b45ae64c2e5a1fffea2
 DIST google-chrome-unstable_153.0.7993.0-1_arm64.deb 133263124 BLAKE2B 407b7b1868905060df2ecab388ecc445d439b15bd63b24a5115c59d59db76ece4ba0d4e732dbe135347b31951a93cbb79414270eabac5313a7f674425d5c9a93 SHA512 68cefa2a698adeb6007b48bdffd77c972d7b7996e2227a25e18770da0d439291ed7f4f3394e89c477d10dace0d74ddeea1fbb38eff69f7aeb70f88242d783f8b
+DIST google-chrome-unstable_153.0.8003.0-1_amd64.deb 141466128 BLAKE2B 4a435d4d13f10b9fd5bebd060ab175fe0c9840bad909df00097de4a8b5f7d590117bfcdd0b5e2adba434c73d04da9aed87ed8580c385511a984ec797ca022056 SHA512 9fc14fbe918a75823f4a8ae90771147fffb7b3e78f6f990453ae1d74aa0701ed31b25e74b3fd9a5d12b25336e4ab858434adec8a84c67538aeb5a4b50f44ecb9
+DIST google-chrome-unstable_153.0.8003.0-1_arm64.deb 133653136 BLAKE2B ccb7c92f651e914d12f971e59962659ed4a8edfd208634ed50223b0350faf566813f37751efe8f7256f236b8e9c12ae97fd5e74be6071f0e96de1d8917d9e8e6 SHA512 340c0f6aa3892a6d5ef24dcf2c1e669052734e91e77330116d2fa3e8591f6e44ee9c448baf994d040381a1ce960888aad4360388571fe467d1a9504aea173da2

diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-153.0.8003.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-153.0.8003.0_alpha.ebuild
new file mode 100644
index 000000000000..242237db0437
--- /dev/null
+++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-153.0.8003.0_alpha.ebuild
@@ -0,0 +1,63 @@
+# 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="
+	amd64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb )
+	arm64? ( https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_arm64.deb )
+"
+S="${WORKDIR}/${CHROMEDIR}"
+
+LICENSE="google-chrome"
+KEYWORDS="-* ~amd64 ~arm64"
+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
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.