From 44119adc0e5cc263f410351cea15c79878100993 Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 25 Sep 2024 16:40:04 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (130.0.6723.6_beta) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-129.0.6668.42_beta.ebuild | 60 ---------------------- .../chrome-binary-plugins-130.0.6723.6_beta.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-129.0.6668.42_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.6_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 1a1ba9f343e9..20795eb1bab7 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_129.0.6668.42-1_amd64.deb 111925504 BLAKE2B 12ac4e642da5af1b571f7062a734a13063a08557b51087bc4a92272e9d57ab91a083dfbebdddb1b7a1983e949f033ed4d1d7d393d819f2114bbdf7f883d5f8d0 SHA512 2c37992ed218c8b1018197a4491a405f7753e583f70a38b781a5a75c19de1da78842ea7e6eade0ad0fe18b6c685151fd19562c618067ad66dc4afb6a6d8932d8 +DIST google-chrome-beta_130.0.6723.6-1_amd64.deb 114171872 BLAKE2B d621fdea660d9dae098c9b4bfa6f062d9adfe0009410363579cb6b75affa78496e8b37422d3157f228b36679a1c655fe8100f63144b743aea582eeeae897b418 SHA512 6187170c0a9d6d2afed97a4f194c775130a9408e1d8688938c6ba8ba547a311e5ae593adf53faff871bd92642831fbd8c2156f1b111cffa6c3fca02c5563a0e3 DIST google-chrome-stable_129.0.6668.70-1_amd64.deb 111860972 BLAKE2B 451ffde9ecc3bcbf09c4089aeafab26528fb6fc64d70592c3605ded810c047b5c4867e7278ea077fc3c7cf81be9656d365432d42f143e06d5563312bf351fb32 SHA512 4d8a2bac65c34ab2ecea7300e18d978540ceb208765ba0c59bdf3cdcc165387d0196bb15dec9ac7e64f7198885d632e5f0079a1fc69b0cb7cf0f714a6513039e DIST google-chrome-unstable_130.0.6710.0-1_amd64.deb 114280168 BLAKE2B 040b582aae7800ead1704171feb1403d40a07c11141c851950a28c404e0348b57c13d4ea293d3504bfd112bdc213a1c1cc32859518c244d940847521846b8b65 SHA512 8d87d24942c6f4586e8c48723ee56225fda7c92a75388d60069848797b86392f6388ba2014035859e0a12e5555e59b208f77e8f5357908f19f4f1cc9665007ef diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-129.0.6668.42_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-129.0.6668.42_beta.ebuild deleted file mode 100644 index 3dabec912ba2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-129.0.6668.42_beta.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-130.0.6723.6_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.6_beta.ebuild new file mode 100644 index 000000000000..3dabec912ba2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6723.6_beta.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