From 855ab014ecba8ea4b625f6e95e53c74db0b76a68 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Tue, 15 Mar 2022 22:32:10 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (99.0.4844.74) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-99.0.4844.51.ebuild | 62 ---------------------- .../chrome-binary-plugins-99.0.4844.74.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.74.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 94640159bca5..0e2464449e25 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_100.0.4896.30-1_amd64.deb 83594408 BLAKE2B b075585b039281c1b51a43a49e01a4fc19fd746b434bac54c6be4d798364ce1d3211744292ab906ca7d258f3b57174f08113d968a834db82ce96a49056882d02 SHA512 7a55efe448066b3eb8ba08b24392d2e24bb3c994e9440a0d4f3cad1a394d614f256d2422636be9d07b83e8381d09d0140f351d90939f1f7c840b261210c7117e -DIST google-chrome-stable_99.0.4844.51-1_amd64.deb 83028384 BLAKE2B 280c1d0de18522f6ec95d0a33310b1785d6f0a092d27e5f1bcb0fc4272c4dfffdb61039c4dee4649e803cd3d40f6f9563fa7765700adc303a5cc628ee93d5c0b SHA512 f0fa5c6c23d9e8373aafa14622ed4362cbf3a101691ce309864e4aa0030dc3bf7b8e7c8ce294c06106b26eb6b8dc0f2b80376bf2a49d703fc9f6597961b9432e +DIST google-chrome-stable_99.0.4844.74-1_amd64.deb 82966576 BLAKE2B 3b37fc61faf37a2423bdaf7da326a95093898e5585f24a4c84897550832dcfc4d09a7ebabc4c5aed96547242bb2a2db067d72044af1462999b03b45412e7d105 SHA512 7b29f66bb33af55e820d9bb942cab5c5c0940327b35d7eb5f078399a6f853cc322b0b730375ac4a03d45c75544ea8ce959417be8a629f053d7f477b485a9f77f DIST google-chrome-unstable_101.0.4929.5-1_amd64.deb 87522080 BLAKE2B d9d8f2d6e2c1353338c475a32c6bb543012ddf569bd6139bfdbcd05c31784db032d676a5f1b4c5b44d652081a892d57aee95d93444f205411f37585be4fce21e SHA512 1217ace3531c2cc8f4d246aee7d5a4c3f5140a01b396a9c9c75e47417f1c16cb6f5e2ec530c79e0fd9cf0496e6e4584919c2d9200dd2aef550f968e81bac22a7 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 deleted file mode 100644 index a8c4f73dffbd..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.51.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.74.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.74.ebuild new file mode 100644 index 000000000000..a8c4f73dffbd --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-99.0.4844.74.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