From 1238f2e4118c37457a46ad90779c82d05f98431b Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 14 Oct 2020 19:39:24 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (87.0.4280.20) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-87.0.4280.11_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-87.0.4280.20_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.11_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 5150cf62c07f..92f1f2871b9e 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_86.0.4240.75-1_amd64.deb 71150268 BLAKE2B 0c23a141809f1915805c4a6dabd7edbf7bb46eb49df91586842cf6cd9cf28ce930847da21aed42bf198908c39124cc7b312d501814b3ca591072aea6708d34e4 SHA512 2e5378f29153f0225ac0344093644fda5d78876016debe985109de387b7b70670c2f49896dee2ff2f6c295e0967784e4b18da1001baa74af5fbb2619235db7ec DIST google-chrome-stable_86.0.4240.75-1_amd64.deb 71150488 BLAKE2B e94c5dd726b578f753348f692d32e3a731b50f02d12dfb151435477fa2c1785a0abcff8c2cdfe340d04eb89e4b87c28903d632047e783aa018cb2ec9898d0bfe SHA512 a6fddd9a7c5ff66cc9143a1435dc4bc4b4ff2150ceeb0aef3d31d1152f3e1d381e48869f39ffcd6ca76b91d3c9710923f02dd5963cb3fcd8fb1a5b930e8dd239 -DIST google-chrome-unstable_87.0.4280.11-1_amd64.deb 76191448 BLAKE2B a4d0abd8045822518c936fbef1d55eeee93376eb053a7d30ec335a7f8cd3aeffc90cc00781434c285e4a82a9da73c559bd21a90573a87775571409f6f381fdf8 SHA512 5f1fe1afe598eb1d3436a666902eda4d389c30362a112251782303e8caa323d30f3ccaae4de6aadf0fa6c6e860295d80ff3c29245d999a0dcf8aa4e8b048baab +DIST google-chrome-unstable_87.0.4280.20-1_amd64.deb 76227092 BLAKE2B 1c2717f29cf38c03ea673ebbcf1e2ca1c8dc54446c24c043e9c4e56fd06b9cde4ceb076cb732bc9f3042010d0589d4714625e442eb8f4e6548eabfc025b404f2 SHA512 e00b2bb4915d4067b466d273b9ff9bf07a958fbde8dc155badea7b7038a6d3e5676fcb85667782582aa1bd63fc60dfecc04682bdd2847926deb0f05162fcba18 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.11_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.11_alpha.ebuild deleted file mode 100644 index 645ebaaf6be2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.11_alpha.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-87.0.4280.20_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_alpha.ebuild new file mode 100644 index 000000000000..645ebaaf6be2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-87.0.4280.20_alpha.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