From fc91b12fbb4879911e9812f564ce5661e4cee031 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 30 Apr 2021 21:07:27 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (92.0.4491.6) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-92.0.4484.7_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-92.0.4491.6_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4484.7_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4491.6_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 396eff9fe701..0e29cd28fab5 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.27-1_amd64.deb 80906960 BLAKE2B 70df3307986ac6d6c9e0d6401ee50568f73c477279177ebb4c9753845ebfbc1687ae901c9e7eb8f63a36edc9bd47b86d3dacf3ee838f307398faa6f0afb5e7db SHA512 cf08eaaad735b0ceb575d7151fe641b131e3ffa34a71e7ab750232cc99ebdc4d56c1a0d6641046c4218369cab847f37e1baa74af7cd24084cd25b9313ad70b89 DIST google-chrome-stable_90.0.4430.93-1_amd64.deb 83324908 BLAKE2B 401dc1e4fdc648ac1c63acd09d5794a99ade58eb9044d96afd31934be18e164802414a38d51b1aadda8d81762260f8b110c7af09c5428bf0b842a6691992a9bd SHA512 4af2047a652aa386dca4756b39a854ceea712fcff7ac0d51c1c3803bac927f583f63af22fda86ced6813996559dc3799f19b01529dce8fc4e998c5eed55c1ca0 -DIST google-chrome-unstable_92.0.4484.7-1_amd64.deb 78776016 BLAKE2B c7d2541d4b5bc0ac321036f1cfae5377d16029064f793123396a1b58760f7c3dcbaad2ea61a7f67386943ab235696af505b40b0e08aca6d977a40395bb199262 SHA512 69f2601c3d41cd8d1361bfa1f88afd908390f9ff1f38b371af5cbca664c65f3b5f16683933858f0730e7165797250b1eb879d3d3505db7a9eacc7b9e494619b7 +DIST google-chrome-unstable_92.0.4491.6-1_amd64.deb 79874312 BLAKE2B 7298a7e3c493a64143af5923ea1c018adb175eaf65d30a380aef12ae1a7414d995cedd83f1df3e3b3ac95b26a667b9345ba2b30d1fca3c1e8feca40e4e65dbeb SHA512 45f7c4b5eb588c5e191ddbe76feef67458c5b09cbe34f96ffd7cde9cb916ba401ed0e0c1cf6c8aa2c06fccd38a407f78145186eae19289f73ff90cf96e30a047 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4484.7_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4484.7_alpha.ebuild deleted file mode 100644 index 969dd2f57c6a..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4484.7_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.4491.6_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4491.6_alpha.ebuild new file mode 100644 index 000000000000..969dd2f57c6a --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4491.6_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