From a09ca5c2f72a1030cda64d1245f7d6ec556434ba Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Tue, 27 Sep 2022 09:21:49 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (106.0.5249.61_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-106.0.5249.51_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-106.0.5249.61_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.51_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.61_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index f53caac6b743..aa70b18f7bde 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_106.0.5249.51-1_amd64.deb 92133400 BLAKE2B 2af13abd846a3a6b7dbd0bbc33c5322b7434c45f7426ace49bc730634d70807be7416204cd3fa5a2c904016052e5da6f10ee5d725e9aa7278595b79cb10291e1 SHA512 7c7ffc0fc6c26f229756e2f774eda883215c607fa61a7944ace4e0e9b9365b52fabc73ec7f6c2324acf6090ff452975768d861a26403fd561b81e6feeffd6ebc +DIST google-chrome-beta_106.0.5249.61-1_amd64.deb 92165564 BLAKE2B 8ef90c224d5944df7abd9ac9fc0409f9a2193df4a3ee5b2d1fe434fb5889f7e2031d801203780a31703aec68c60833e861c50c63afc4521de7b0125a6a3180b3 SHA512 d6c881b0454384a34b27664bc204560a329e6d8b172973ee2bf0d0ef2cd518729652ebbe3924ee39bccd33b77fd63b3c136f8998e34c689c30b608aca2653cd5 DIST google-chrome-stable_105.0.5195.125-1_amd64.deb 91239488 BLAKE2B 4f83bc55ef54d4e4454449c474e680fdd271c97da8e896d48efb8c953ddea4eccdb730f4b2d5d35e2830e2cd1f9f2a852906edaa43c9f8a205962e789cb6ab8f SHA512 80e4ed357e9a117e00f0a4d2531369990ad6ea542a65c21808ebb6f31bca7fda801c02a300c3afc8df12f97c424167f50a8520e5792759eb670e7b0041358cc1 DIST google-chrome-unstable_107.0.5304.10-1_amd64.deb 93488776 BLAKE2B 1bf39a73403d3c57b43b3a35b2e71c9cb134f47ba2e99364e8a6eca489cca13882bd3604c685d489bb2f72c045867e3bad9e2fe2ab9d397b6d82c2b633af97bf SHA512 c110d5f4e58303090fcb3b7a930c78308e5f5ac39c2a0a1d86166fb19cc2b78cd2c787574c5f6c41fc478051e0061853559a01dabf45a3123b89bf5cbf4baa7c diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.51_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.51_beta.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.51_beta.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-106.0.5249.61_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.61_beta.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-106.0.5249.61_beta.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