From 481f363916559dcbb758054c6a1b83834efda920 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 13 Jan 2021 22:05:48 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (88.0.4324.87) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-88.0.4324.79_beta.ebuild | 62 ---------------------- .../chrome-binary-plugins-88.0.4324.87_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.79_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.87_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3e36377dcd63..bf19ab280624 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_88.0.4324.79-1_amd64.deb 77636840 BLAKE2B d4488227fd4123e6c5cc6c42f1361795351b90ef435af9da43c90a3d4bc1a43709abbf12e8acacffa3fe3e9653616df91380e354a35284f1e7eef24a35629052 SHA512 6ab9af3ece7cac2fcdd8bb41412441c42d925c4481985ab702ebb45ca949592ed05af493ef14b405180858b916f275f75d234ca3f66f171bed42c09aece1fb89 +DIST google-chrome-beta_88.0.4324.87-1_amd64.deb 72781492 BLAKE2B a9111bbc1500ced587d21978f87b37ad1ccba58e30ef7908d7b3f57ec5c8f9ea1ef189d280726f5e49c08c94340b686024a8194666aaaabdf20e939fdb89be8a SHA512 bacecbe95dba48ac846a7e8433ce53acd0cd0e65f120130c55045584a229fb04b8fbf267f00e0949315f1cd059de8104e3a277f79c1ddff86c5e05a4c71fcc24 DIST google-chrome-stable_87.0.4280.141-1_amd64.deb 77271596 BLAKE2B 1352ccf4cfe7dd8b0876f2fc15db77866b13ea01abfdd346df601dba9a821e4a72dd447e8bc4301b4c8e9ef1cd2c782339924c3fb6171e48316b6e25f428f0e4 SHA512 35ae2181e10a0ba5d99fdb8d0b025ea792bfdd9b7bd4ea139ac292b6fbbea5be7f04b6f3b8044b82d4353b0be7578c39457048c80a03c24e74ed80a1a88a6338 DIST google-chrome-unstable_89.0.4385.0-1_amd64.deb 78021836 BLAKE2B a6f35c29f52c3c0f8b6138a7bd3611883a2346727951359f6769512b487bdb9bfd6b471d4dd69cea378b63bc09c604e98db17e93b5dd05cfcac136024389f489 SHA512 1b095943af8d53c1e45a8fb599b70f25536adf0db4339e84b5a332ef69d441953d8bed50a043effc4a0b2eb37cfac5b0e371b6bc23ca6e0b8aa73c54a295094a diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.79_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.79_beta.ebuild deleted file mode 100644 index 645ebaaf6be2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.79_beta.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 - KEYWORDS="-* ~amd64" - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" - ;; - *) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV}-1 - KEYWORDS="-* amd64" - ;; -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" - -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-88.0.4324.87_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.87_beta.ebuild new file mode 100644 index 000000000000..645ebaaf6be2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.87_beta.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 + KEYWORDS="-* ~amd64" + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + KEYWORDS="-* ~amd64" + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + KEYWORDS="-* amd64" + ;; +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" + +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