From 90dfda0752db5057b122d036a26a473800974ac8 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 9 Dec 2021 12:43:52 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (97.0.4692.45_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-97.0.4692.36_beta.ebuild | 61 ---------------------- .../chrome-binary-plugins-97.0.4692.45_beta.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.36_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index f413b93c30e0..48cbd24acd62 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.36-1_amd64.deb 89896480 BLAKE2B 11798528e68917e0dc6967e1833c8cf4f5d587a1df6410fee21a74517e829f732c948aaef6e59c82fd7a259608fecf046edb44234c2f9b133542d7aa5f6abb7f SHA512 8dc638ed40dfe017c2790b2875c8ecef8990e2e358c34a0042e23cdeedcbca38104f2854730aacd50735d2c93b9509b95f996ef0b120324fe2744cf792870b50 +DIST google-chrome-beta_97.0.4692.45-1_amd64.deb 90314904 BLAKE2B be7d488dd0e4592a91a689820441aac799c7d78d7eb046a643f568a54307b0e5105f60aec320f81fccb261f871c333eb36803ad726ab7fb1f88b318941ac8670 SHA512 bc84c800d35e791238a572bf2a853ea521c434928d692e01fae866c2161a882d800562a8b7ad8cc80bf52ca8948a6e7e08f48a75ab3b307295c4c4c6f56c97b8 DIST google-chrome-stable_96.0.4664.93-1_amd64.deb 89382396 BLAKE2B 90bf10e172a32b8fedcbed445c8eac82d1fee802633e27f4c53116705a378f2c34faeb9f8bdaf0a9be8aeb09dcaa905ad038e1467e4ebd0dbaa2030adf46f7cf SHA512 c787882a764653e5369c65587a761e6286d702fd959dd1aa83930ccec5c9a38e7fa66c70935b9ca8e1cca6657b1a1c014ed12f542aced3388152e52e312723c9 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.36_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.36_beta.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.36_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.45_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_beta.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4692.45_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