From 7ca8ccce7036d8833c6dc37433ce1a8c496e3ea7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Sep 2022 01:24:49 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (106.0.5249.21_alpha) Signed-off-by: Sam James --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...hrome-binary-plugins-106.0.5249.12_alpha.ebuild | 62 ---------------------- ...hrome-binary-plugins-106.0.5249.21_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.12_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.21_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 7144b5eea644..63fee3e91af8 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_106.0.5249.21-1_amd64.deb 92063912 BLAKE2B 63c33685021a5e13b66075831aca96d3f30edbe76671520445da99527b2b5efc0826fdc8516884c0cbe699dc355c7c616c9b4251951505e70260da3784742688 SHA512 3bf1776c2bffe79224e0a7a4c405d25ca15a2ebdfbdf700d8c7d7dcb9ef37c511e4ba4fbe14d8e9ebb851522650875e545163a48c32e809f7affb4799dc9dae7 DIST google-chrome-stable_105.0.5195.52-1_amd64.deb 91313552 BLAKE2B 16cb2666e16fd6dac0864af0b1bf2c6327d884fa3bc2bd8b69ebb29751efb5901423d2cd97d8dfc71f0dec81acdccaf0f67e693d9a993bbae5448a2f95979798 SHA512 6ae52004f53aa93262b16eb3585cbd664e7c9fd9b97381204181732d9b9c7d874430658e48e33ecd21c90da51332ac5d9ce35302bdc8ca8554a349313944c222 -DIST google-chrome-unstable_106.0.5249.12-1_amd64.deb 92025760 BLAKE2B e181afc2bf6c10990e11494afaa82e8dd9795ecbdec7e50ebeec9ff5d6eb035fb5aedbb0eb3b12d8a5583b5d5238a24593644c672e404ae2ca5bc8fb10adda1b SHA512 43af1eb7d71bdad5dcddef5af9e2552ce11e5c5cef2ff0ba4ca4ace3cd2bb173139258c6a8b5e3c3afaf920876254bed96761c368b09cd53db018c1f1bbbccef +DIST google-chrome-unstable_106.0.5249.21-1_amd64.deb 92076388 BLAKE2B 2c73d7b44052189702d437d17cab2d157685e03d770b96b6f669cc7400cc6bcfc65e0218fcd5ce7b8acc4384564763fa800669f76eb2d41f0190f27f44fca9ee SHA512 a01e0d51dda0731f93eb40954a31a3b09507c46e818e45f4be4fdec8e36f2bbda56e3ec513ce552128483c501f7b9fd79c75fc4732956e71cc293f64f523341d diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.12_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.12_alpha.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.12_alpha.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2022 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-106.0.5249.21_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.21_alpha.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.21_alpha.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2022 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