From c74c146aa986745ed9ed68ac782a60c32394f16c Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Tue, 1 Mar 2022 22:34:04 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (99.0.4844.51) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-98.0.4758.102.ebuild | 62 ---------------------- .../chrome-binary-plugins-99.0.4844.51.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.102.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 4ece2bb19708..59d47d2ecf45 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_99.0.4844.51-1_amd64.deb 83064824 BLAKE2B f2a0683890c93b8fc8755f2a49e29a6a3101cd20df13b22caeb6c533b010e4af05654b53c6e73324159ab46be849f2844a9524fa571b4646232a9fdc4cd89de1 SHA512 9a4244e4291da87bc7c5005b5ee32105cd933b5f2f8cb089320d919b86f8118c1ff5b0c40c57387d684639762f25f96fc0eea58c36493af69ab52901293db74f -DIST google-chrome-stable_98.0.4758.102-1_amd64.deb 90840348 BLAKE2B 70853126ce8d7b5c2c98ffbf56dec5adbd6c856cb282e298ccb132f19f5cfdc36b4eed66618111afc2fb67c7877cffc689a009d6cb01ce997465f2d7a12a8282 SHA512 6f3d722aadd03bbcfb9fee1b812632a6c055c3b321e458221c56e0af0123eee8e539bbe880f7b6695cf95ac3f84f50074bcf7c2a948864c2ef68b3081868ffc4 +DIST google-chrome-stable_99.0.4844.51-1_amd64.deb 83028384 BLAKE2B 280c1d0de18522f6ec95d0a33310b1785d6f0a092d27e5f1bcb0fc4272c4dfffdb61039c4dee4649e803cd3d40f6f9563fa7765700adc303a5cc628ee93d5c0b SHA512 f0fa5c6c23d9e8373aafa14622ed4362cbf3a101691ce309864e4aa0030dc3bf7b8e7c8ce294c06106b26eb6b8dc0f2b80376bf2a49d703fc9f6597961b9432e DIST google-chrome-unstable_100.0.4896.12-1_amd64.deb 83478284 BLAKE2B 7c0088b65d236f6b821a6e9cb99dc0d8caa3c020c85a7072aa9295df65380626b79177358deeccb125f8b4d2dc579bcac1f9d2a478855ac01679ca2868ad9c5c SHA512 71e985134fc0b6270ab7edc8c24105e830cb4a78def0743e05ec34660dafc1654b00edf0f370a2bdb5fc46489bcc48bc600f7457b5460ecdda77c250e418823b diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.102.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.102.ebuild deleted file mode 100644 index a8c4f73dffbd..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-98.0.4758.102.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit 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 - sys-libs/glibc -" - -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-99.0.4844.51.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51.ebuild new file mode 100644 index 000000000000..a8c4f73dffbd --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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 + sys-libs/glibc +" + +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