From aad28ea6cea83580d6f6e7dceebc96557cfc38ca Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Thu, 6 Jun 2024 14:11:23 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (125.0.6422.141) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-125.0.6422.112.ebuild | 60 ---------------------- .../chrome-binary-plugins-125.0.6422.141.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.112.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.141.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index f3e65f9c1d17..c3c685899169 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_126.0.6478.17-1_amd64.deb 108440520 BLAKE2B 659520004a017eba014a563478daacd7a7c505d1c8d524b5f1918c98f6acf6ec83e2c2457a5d2325e6688cd98c78fd6696bc3ba11213599ad850c3fed6a4642b SHA512 e999bec82a795f2549564208ac81ca7a5d43f769d711bba9e21ef7dc21c1315969e6db8ed91f8138ccc1707f901ef719904c5b50f1199e6baba5b23bca7ad95a -DIST google-chrome-stable_125.0.6422.112-1_amd64.deb 107624500 BLAKE2B 6f8a0ed8a57bd084024d5268b4e0d2c825db7efe313f7ec6f569e88b20254870a1855adb30f6191d48ab802b47e1b309595b1c4ccf2546cec089b036ce114edb SHA512 f6e22ae7b327266c0b68cad16eb3705ce4dd800f6aecb648c24ce82d26024d7c85103fac1689afb96ee3ef42626c4094f0a53c2629c173720814f78ca2bbc946 +DIST google-chrome-stable_125.0.6422.141-1_amd64.deb 107630040 BLAKE2B a138fd90d7d7786d409a2f29a150198bdec8480be781fb873b0b7352b72fa13c656cc3e663e2f1159344edf66d54b47511dca6447b7b832d5a4dd1e9cde8d4cc SHA512 e8bee099295c49d9113702b41f365d4aaa074c2f585e700dca52068b245c0be0db7e79453b529d773ad5d7aac79acb1a07d0829fcd5b486e274a7e0efb973d01 DIST google-chrome-unstable_127.0.6485.0-1_amd64.deb 108980512 BLAKE2B b3fe4651477df400bdc731c6394bad044cdbece0268cc7d577d3dbb6f2d9b2951f7283d3f94053f78d2abfa3b378591b79f69673ee320489abaec2589213671c SHA512 a7e840f77995381ef5534edc2c2a73c1755e87b735607bdb1768a242ffda12304f8fb4706a7d93fa635bbe3ad0de0bd30190f92f6a5e47fb94f2a85dbc367637 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.112.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.112.ebuild deleted file mode 100644 index 01e48ea7c665..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.112.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2012-2024 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 -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.141.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.141.ebuild new file mode 100644 index 000000000000..01e48ea7c665 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-125.0.6422.141.ebuild @@ -0,0 +1,60 @@ +# Copyright 2012-2024 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 +} -- cgit v1.2.3-65-gdbad