From 2585d5fd2b47a5d2bc434d7b16b989d67581bffb Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Wed, 30 Sep 2020 21:34:24 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (86.0.4240.68) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-86.0.4240.53_beta.ebuild | 60 ---------------------- .../chrome-binary-plugins-86.0.4240.68_beta.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.53_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.68_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index f87d79388ef9..5fd7997c7dc2 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.53-1_amd64.deb 71203392 BLAKE2B 4341f21755c423c492bf1c878cfa062a50651511b14da794d13de31ed7a1eadc8cb5a5eee211c076154099861cfcbfb9bf4ff8d96c0512b7fd57ac98714e839a SHA512 a24312521d71fbd01075f10650371aa294e959773e766d675cedf3ce86468d711a85e91a7db7b93270a06a8b430c8d090958eaa9a480d17c1b9a4f8884bda34a +DIST google-chrome-beta_86.0.4240.68-1_amd64.deb 71155468 BLAKE2B 6b1608251d401665f51cd0ca830c265fd89ed0ee81fb51c80de00d5bf1c0fb890a88464ced51c536cc1ce2ece395d236690d72e137c77732324e7534932987f0 SHA512 67fd5818580d1ada3d513dc9b5ea50cf010c244306f54d42ae08ad48b81659eb5331b8b07c2808202e8f78c449366ea3500c30be88c5d29fe48821c9f9566b38 DIST google-chrome-stable_85.0.4183.121-1_amd64.deb 70233788 BLAKE2B d713968d7ae6ff1715c9b44cf045fa9ec679ec4ced84b10527db3a1d6d2d979fa453bbe4372fbef684084e8c03d0712fbcf3339b0007e4de2631366cb56c2e85 SHA512 343610f549e6e73fddcd334b343d375b2543b75e59d75ed5da391281e7e5d56e64e5bab1b19002f20576186185b88a2306c33a6200528d3cc2d5e7d32b254ef1 DIST google-chrome-unstable_87.0.4270.0-1_amd64.deb 71972180 BLAKE2B 739fce44888323ecb1106cac758a1a1821ed198cce08e5d370c2fa38ab3ad3572c586e886b2bebb5d82a89c571bd94616729024903bac87a6befbaade345cbd6 SHA512 017f01abf97d04da55f5a316c2dba9c2f6340b6410024416843205c188caa7fa6931ffdd8b03e5316c0906ce8e5fcd536647637b8ef405c1f508675f250c55d2 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.53_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.53_beta.ebuild deleted file mode 100644 index 5ab3a0cae742..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.53_beta.ebuild +++ /dev/null @@ -1,60 +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 - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV%_beta}-1 - ;; - *) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV}-1 - ;; -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" -KEYWORDS="-* ~amd64" - -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-86.0.4240.68_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.68_beta.ebuild new file mode 100644 index 000000000000..5ab3a0cae742 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.68_beta.ebuild @@ -0,0 +1,60 @@ +# 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 + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + ;; +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" +KEYWORDS="-* ~amd64" + +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