From 484fb0c8c4667ffe3b1c89b45742d39b5024cd01 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Mon, 26 Apr 2021 21:23:58 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (90.0.4430.93) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-90.0.4430.85.ebuild | 61 ---------------------- .../chrome-binary-plugins-90.0.4430.93.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.85.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.93.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 028e59f730af..5d9ef551805a 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.19-1_amd64.deb 77694420 BLAKE2B b069b659f6bde7d6219a6947abe060a7458405884f0b7997a1bf1de0a9304b519536ed6d0eb5b5dca6f7787a5b6c9e04af33e0368db2bb9e058ca4b18df82583 SHA512 434c9a0a6d7c41a6f1f84b236d8c2f1d6dcfd9f4ae9eb4cf35f42d76dfcf701b622864de92ed36ddd0a294ff010414596673bdff79015dc0db7874e84dd30a44 -DIST google-chrome-stable_90.0.4430.85-1_amd64.deb 83333276 BLAKE2B bc6f310403c83c41d9ea0069cb22eb640ead3efd6140f3b071806f04874a386a7cb0c3be9ccd6752ffb28cf09f8675dabb25d454d107f1e8a8ec713cf6dedfee SHA512 7a1453161acaeb67bc8ce2df15fd2870b903968581567761ef939ea91665fd36f71019b37193f7d667c79e8c25a9222be5523947eb50bbf1e4b5f79c6468ff69 +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 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.85.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.85.ebuild deleted file mode 100644 index 575d76b0e179..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.85.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-90.0.4430.93.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.93.ebuild new file mode 100644 index 000000000000..575d76b0e179 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-90.0.4430.93.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