From c151373f49128740facf7a847112c3138d66248a Mon Sep 17 00:00:00 2001 From: Matt Jolly Date: Wed, 25 Sep 2024 16:40:35 +1000 Subject: www-plugins/chrome-binary-plugins: automated update (131.0.6724.0_alpha) Signed-off-by: Matt Jolly --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-130.0.6710.0_alpha.ebuild | 60 ---------------------- ...chrome-binary-plugins-131.0.6724.0_alpha.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6710.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-131.0.6724.0_alpha.ebuild (limited to 'www-plugins/chrome-binary-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 20795eb1bab7..918f944b9ef4 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ 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 +DIST google-chrome-unstable_131.0.6724.0-1_amd64.deb 114284944 BLAKE2B d76612851b40ba21cdcaf460bc42f55aa040494f2d3a5255ed2fd6f5744a0bde104da5a747da03b647c1a58006c926a4080719085c626dc1f7ae4bec3ac0e240 SHA512 4bd860be8703a2da0923ac8bef80d131f360df7795b44dbf2358d285732d63e996ef1acc27eb018b0a888086ff405cf5479cdb9b8c049c05d453cd10cea52ac0 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6710.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6710.0_alpha.ebuild deleted file mode 100644 index 3dabec912ba2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-130.0.6710.0_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-131.0.6724.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-131.0.6724.0_alpha.ebuild new file mode 100644 index 000000000000..3dabec912ba2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-131.0.6724.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