From fee986e2cd16fec285ed7bf5a2bced64c6b3e742 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 10 Apr 2024 11:43:19 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (124.0.6367.29_beta) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-124.0.6367.18_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-124.0.6367.29_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.29_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index cd2f9aa63a67..68e815af715f 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_124.0.6367.18-1_amd64.deb 107695296 BLAKE2B b511199e7aa7c891f5ff568f7e581cb797026a390c29b889e900c1510940a4142dff2e8b4e4cab8deb22931e72f50e7fdacfbc841e0ebbe1845cde2f29098961 SHA512 3aa43ab0e69db1bd26c8ce1bfaa992557c4c2b321dfeae203c7938a9e79a0daf68ab82b9931f2ab68d49e8350947abc96b0aad321cd4f87b82d8f9b1dedaeb34 +DIST google-chrome-beta_124.0.6367.29-1_amd64.deb 106855148 BLAKE2B 855237e1b8a76fa4f9107755b61f060fefb849b575492602640d7ee75f3f5f7ef08b37a948e4f1c2fa2a2d19b3c879adcf4dcb00dab8ab61f48d1a73c7a79af4 SHA512 8565f0fd8037d067b93a172d221853da96d740c70c52f2f7d2e2bc6b294cfc43b84324ae7fb6b9fddea16157818f7c61bd05a83b9d6dc07f33d21c19d6171102 DIST google-chrome-stable_123.0.6312.105-1_amd64.deb 107229972 BLAKE2B 995c45a3c2d0ee9c670bd84b08ad3ca0eb34700391315125cd39a52e89846099f89e7cb626d9290d63333bafc93ef18df73bad2f76908a077dcda216db65f047 SHA512 b5bc4a3ae20d60bf2fa05ae332d14892b3395c538572259a03ea2baf5a9293e71af23d37794cbc40c7378f9389fa76de07124df9df90831088df1411cd30855e DIST google-chrome-unstable_125.0.6382.3-1_amd64.deb 107312012 BLAKE2B c3921593d991e3a42d28cf3b21a1e1c1b3628200b3f5f3111d40abd0b217f3e79c20b759e9feba4c28f42585efdba0284751cbeb9c4dccc4755dd11c3c819b4e SHA512 c512a52bf2d300be72b60b2efed47690f8e93a4681dbf560080abe295819a52d49ab1d7c8720c2cb5d527a0bfebabd4359d1254578eac8fcff27b83dec40ad6f diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild deleted file mode 100644 index 8002828065ef..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.18_beta.ebuild +++ /dev/null @@ -1,62 +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 - -KEYWORDS="-* ~amd64" - -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" - -LICENSE="google-chrome" -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 - -S="${WORKDIR}/${CHROMEDIR}" -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-124.0.6367.29_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.29_beta.ebuild new file mode 100644 index 000000000000..8002828065ef --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-124.0.6367.29_beta.ebuild @@ -0,0 +1,62 @@ +# 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 + +KEYWORDS="-* ~amd64" + +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" + +LICENSE="google-chrome" +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 + +S="${WORKDIR}/${CHROMEDIR}" +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