From 7be85cb77590d60813b3749bbbdca6e2ccb70d4c Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sat, 19 Mar 2022 11:37:40 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (101.0.4947.0_alpha) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-101.0.4929.5_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-101.0.4947.0_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4929.5_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4947.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 1c384934de56..19043dc9df7c 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.46-1_amd64.deb 83545416 BLAKE2B cf75c470f0d33989762e92462a7560eaaa1a096540e3adf12512b3d4ca26adaffa825654e7886d6a0a10476bb13493e8d7f4014804d0ab27c3f564f26ed3a897 SHA512 4a5d0c3073c7fc1f8070d91f9a6783235c6e16da6a22a0de970525e6bf4643bd9e0848c978d10819fcaf31efb90f98b90abfc3e5d4c544f54b63f0e7587c214b 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 +DIST google-chrome-unstable_101.0.4947.0-1_amd64.deb 84486320 BLAKE2B cb59717432228eea6cf4bb60bf0c284cff00f44f93778c4d403cb6cf0aeaa7844c2b3cf6d9f4f0d68a15e5385bf6f073a393aa0981ddeebe186e51b2148fbc60 SHA512 3c49c3e41928403cd9b8d776b944a2b5c08ef8eaa462c12bff8be2123798bab7b3a293c63334b44f6d7b902d474b8233686dac0e28a6d04bd5ec035a5f8cffa4 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4929.5_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4929.5_alpha.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4929.5_alpha.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-101.0.4947.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4947.0_alpha.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4947.0_alpha.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