From 71f0793ca20024a84230ea66f3e44b1c06b2162c Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 27 Jan 2022 18:31:50 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (98.0.4758.74_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-98.0.4758.66_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-98.0.4758.74_beta.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.66_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.74_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index abc2122d886e..17f731e1716b 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_98.0.4758.66-1_amd64.deb 89866468 BLAKE2B 581783653dd9e944d4c6cd83703a48e3df0deb752845612fd007004b79c1bb1d2db6a6dd86e0d3774280376f5236588b96d47023ad440690d26d627400de9a73 SHA512 373d83757809efdb8921bf6ec43a85447f07509e3f440ad1d6a21279d1134397333050570630ff38f2ad75d71f1c5058341ba8fac0c394d8b624458ae2b85674 +DIST google-chrome-beta_98.0.4758.74-1_amd64.deb 90847352 BLAKE2B c25d6312cdcdb2743d23cf103aff022ec55d73b59042bc492e10401fda7b4def9ae7f9ba7da31bfb4a4ff15b872b2cb5beb338cee38a19d3f1e9b4a82bb764e3 SHA512 cbfc32af2f29263a02c5a5a5b3e0ddace3a52dbc427ba4e2583f5b22f69a9f1dafe9a1b302c839d7dea254ee3839eea102cdc36abd26af45e8f7a170831d4624 DIST google-chrome-stable_97.0.4692.99-1_amd64.deb 90862320 BLAKE2B 3573815c956195c25e3cc1c7e4738909f589ca4afc43ff168f825b35a241a847e9993fde2bff417e48ced7bfcd6f0eabfcff3378d055fd9d58cdcc324143bd71 SHA512 3a97bdb9bb7a7b66188eeaff88ca6eb5bab2586225a03c4697bc075117f1f662289bc873e90001247f4addc715d86227b718e512625cc362e6d3dbc004291701 DIST google-chrome-unstable_99.0.4840.0-1_amd64.deb 82352700 BLAKE2B bdbb75679ebfd2488f559e87b746232463a8fe9f0938aae69e8ca805dfb0f2cde50d794e22b43e7238d9d3b38b862276ded83771ffb9ab11dc94fd64191205f7 SHA512 9532e236e1b167e0c24018fc60545063f2e2a1578156935ede6296890152e88ca955dc9c560c07ab5d6eefac2444f771dc2d488a01d78ce34dd379c88099892d diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.66_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.66_beta.ebuild deleted file mode 100644 index 510260694061..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.66_beta.ebuild +++ /dev/null @@ -1,61 +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 -" - -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-98.0.4758.74_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.74_beta.ebuild new file mode 100644 index 000000000000..510260694061 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.74_beta.ebuild @@ -0,0 +1,61 @@ +# 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 +" + +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