From 1e9bddfd615266d3031af0e584891b8a366c4ed1 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 1 May 2024 12:11:58 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (126.0.6439.0_alpha) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-126.0.6423.2_alpha.ebuild | 60 ---------------------- ...chrome-binary-plugins-126.0.6439.0_alpha.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6423.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6439.0_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index e3a7fee3bf00..e012f47796ff 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_125.0.6422.14-1_amd64.deb 108113440 BLAKE2B 7fa0a315794e4145e46c5f326a821cc749b06e5ceb81ece147fafc951010d7bf16ab70cba3c6c742c806fc856f85d8392a9c6c5d247d27ef2f7c0c4f96e61a11 SHA512 233926123ef4810420ef8ad19899388cbb35e5e54f39a869bf6a9f01892c90429fba0c89f1ad177139188bfb449302f17454a3b5927f779a774f550c74d772ae DIST google-chrome-stable_124.0.6367.118-1_amd64.deb 107002536 BLAKE2B 9b002b55926eabb1b75afd295535cd59879af5f2daca44cef2a32e416d2b68acd78d42844f0734ff128acb8591f385e4d3b4bd44269d9770b494da7132058e98 SHA512 8cfe6fe839fcc655751540d4362c8830ec516602a741505be17794fb767ac8f0b3802785acbd4b3dda4f8a0602728d8cc3128fe2a25dc2b2279ba63595179b44 -DIST google-chrome-unstable_126.0.6423.2-1_amd64.deb 107780680 BLAKE2B 7e0a86cc9c315768aa9bd4dba7e682bddc2f2a21a2ff0cf5528113e7f4ee9f05b16cf8b63fdeae8c933b7e006b933072d700db2f7767f3a215c51b2169c8ea3e SHA512 c79f5bf7865aa64cc304051bdad3590c9b625d0599f6c3215b742306a1a00fa9a5b31ecca17f2bed0d265aeb62431035ad8a9a506d7cd8ebbb1a0ef9537ab545 +DIST google-chrome-unstable_126.0.6439.0-1_amd64.deb 107966840 BLAKE2B f334e17504643573638695a704a611d4e7394485fff87b31479db35ec3107bca06ade05b5cef7a9a76d219c924035ec82e1bcba214721f1d9dc8e5cfa63f5846 SHA512 c806bec48c6bff63dfb7697c344b1b6878a03826f5a9fc358565b2ef37966c44681c930c18d5225bfb31d2db184832f8f98617049da64bbd01b84fd2fb1f196b diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6423.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6423.2_alpha.ebuild deleted file mode 100644 index 3dabec912ba2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6423.2_alpha.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-126.0.6439.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6439.0_alpha.ebuild new file mode 100644 index 000000000000..3dabec912ba2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-126.0.6439.0_alpha.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