From 50160f0b2dcb2fd03aa6f176cb52f565584c04bc Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 16 Dec 2021 13:36:54 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (97.0.4692.56_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-97.0.4692.45_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-97.0.4692.56_beta.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.56_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 66519699679f..3b274cc3f61c 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_97.0.4692.45-1_amd64.deb 90314904 BLAKE2B be7d488dd0e4592a91a689820441aac799c7d78d7eb046a643f568a54307b0e5105f60aec320f81fccb261f871c333eb36803ad726ab7fb1f88b318941ac8670 SHA512 bc84c800d35e791238a572bf2a853ea521c434928d692e01fae866c2161a882d800562a8b7ad8cc80bf52ca8948a6e7e08f48a75ab3b307295c4c4c6f56c97b8 +DIST google-chrome-beta_97.0.4692.56-1_amd64.deb 90818156 BLAKE2B d099fdd76e71d1140fe423853204e365f49a4dd5d94695b7e6482c6613383f2913e7254eada42b4783831bbec740d7fb596b9223a955d289f30e21a252600455 SHA512 27785efebc55bf24649aac6dd8def4c0f679fec1cf433c4e925e949f95dce62c31343a681b9c06b8e3e29cf666407a5b71505cfad9c6fa1cfffe33af99bb6dee DIST google-chrome-stable_96.0.4664.110-1_amd64.deb 89348996 BLAKE2B 5a5bcf7adad3351b6b45b375f5a03a8b50045733b14762bd5209d2423a1a0fdc95053356e3f0891445b61a6bc9dd6e0ecea1070f1ef247deb876a9f11f71da38 SHA512 b68f4d36321b026696ba15775164ad262e0a699f7e31bdfc414cedbf937fd5f4039528aa1d90d5efae0067720ddd00c783b98335d2f8e4b99f364525d85f31c6 DIST google-chrome-unstable_98.0.4750.0-1_amd64.deb 90172328 BLAKE2B 3bbbe40309ca7e47d31693f36793f0d0d3e2b8d4ffc595b2e9966530a60e3cc20bf10ecd05575ecf750e32d1e9c23641a8f3b9cc3a764b95efffc028e68c9ae7 SHA512 715cd0a76d5ec1bbd3ef1df1ee3299fc2d49eaf7b77d918db18a1a7e3c79a09a80617cb06361bd45d905be97398af03d73e3b95b70b1d7bc46701b8797cbe0ad diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 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 -" - -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-97.0.4692.56_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.56_beta.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.56_beta.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 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 +" + +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