From b3a44635e9bf4181ee8af442d38d66561ec0f8c2 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 21 May 2021 09:38:12 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (92.0.4512.4) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-92.0.4503.0_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-92.0.4512.4_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4512.4_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 51b8475b1673..b9022780ce56 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_91.0.4472.69-1_amd64.deb 83326824 BLAKE2B b89edbee8597c619e3ffcee85ac4264145ac09bbaffdd64af7097245977cebc00a5e2794ba23c1fe6420c0c74764b42d4aafaf109a8d9155912ad37e5fdc4b9f SHA512 6db4e58292ff74ad25f55b326c55f83bec3dc0449286d202babf4fcfddc2b849582e1f9662b7fdbd2008011604b368b2d69c98be86275d741c20dcbfd3366573 DIST google-chrome-stable_90.0.4430.212-1_amd64.deb 83325072 BLAKE2B ec9848bf93af6d210e5d9a44c33b1bec6e610b23316946958011f299178e8178be86af0d814f971f7c4c69547cab1c29ca3deb7e57fca0f9cbb619819f560f29 SHA512 88161900c0173e4832e504b92dea8e21e7a7ea6a30c898cfc161b4c71dc005f53710ea8b40c70936c7a76ef81c18d1f1a11c3df102d95eda2daef2eff30808bd -DIST google-chrome-unstable_92.0.4503.0-1_amd64.deb 80400956 BLAKE2B cf08df54268a883be8512cad4a4cf8be59d815e432dddd501149ab1cccf5c9a6370256dbae9ae59e4f09bdcd983447818d53c5e826b8fea1f08ecfb5f31e0f11 SHA512 ee099526b98ca4cf93cf60ddc24173e0cb84361f0c6e4f2e58fa274a3f6d129fdf1a7c20541800b2c904f3ee26417e08ec12b3eddc180fafeed1ce67eb36fb22 +DIST google-chrome-unstable_92.0.4512.4-1_amd64.deb 80900932 BLAKE2B 582e097e6585afd14a08a8ea5d1fac4e3a54326f71d451b752671d242bdcd3a1a7c47e2b4d65b9d2788e428629f79bac82b911b3db44fb50671ae6daa0e9c733 SHA512 2551a57fc2869e2000b50fe81edc5c76bda26723607f50c9ea4b19a6336c66172e4f90931827b257a0e21e53eb2360043efcaa9aaacb37c4df601526d803c602 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild deleted file mode 100644 index 969dd2f57c6a..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4503.0_alpha.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib 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-92.0.4512.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4512.4_alpha.ebuild new file mode 100644 index 000000000000..969dd2f57c6a --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4512.4_alpha.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit multilib 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