From 321d79118d0b43bcab323b9bf31138d9f68c82b8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 Dec 2022 08:16:08 +0000 Subject: www-plugins/chrome-binary-plugins: automated update (109.0.5414.25_beta) Signed-off-by: Sam James --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-108.0.5359.71_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-109.0.5414.25_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.71_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 115fa213f836..c10a4410b400 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_108.0.5359.71-1_amd64.deb 93074376 BLAKE2B 3953c33bcb6c5cf0b58de871f6fd2eca2371c420c3e1da47f5dfdd585109ae0aa0ff002c7dd2370336ab9b26804bf11fb66b0d10a3985de7c1f22d352ef91ec5 SHA512 3d089f77cf7ceadf3d5291468edc622ea5242ff86f39ddc6b17188dedbcc448147e6dc73998dac8b79d43af93d84846ed4e36738a5be9c48a1bd860b1ff79005 +DIST google-chrome-beta_109.0.5414.25-1_amd64.deb 92948572 BLAKE2B d7df7f0b2c5bef54925863e69b128b88078540007826a9d802fddb6cf1bbb69f0d1b2790d45114721ae41089a23647ac3b3a4358be91adc384e6758c3d6be9a8 SHA512 b533da39ffe95d79dbb8c990a365851da641d1610d9c6a509dded2a1c741b2e2356c5f881e666f19ebff6ee29a0289f3a9b5afbb080faf96e9aa65077faf2492 DIST google-chrome-stable_108.0.5359.94-1_amd64.deb 93010300 BLAKE2B c6e087f3b74405e956905a846daeba05d3d68d9eb1948d250c118f4f4d160c89df4a29cbd2e5fd3b76b55e735333a4902689d64abda5b59381beac3f20b3bf12 SHA512 5d9dae8fe2c7a837cfe4a70891b2492df428606c673b07320eb02948c9b4ce3ace46c6a478f92b30a0c8e0df7a5570e86c2b1b5ba332fafcca3ac70f9c12dff1 DIST google-chrome-unstable_109.0.5414.10-1_amd64.deb 92903624 BLAKE2B a07a74624a5828ba90721740b225f5047fa4a1a1b10ff92d7e4515782da5f0f3c32d441f350d400ffb8d10bf7a63b5dce87d3be6ed7a0a576f72c22cce1ede8a SHA512 b06822b6de4ad8da8a61e97e924d56c1201f2c34c841f32b7433b7200ea86dcc886c05e83586a114b45c93f749106554dcdd6467500b724fd151b5a079e15631 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.71_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.71_beta.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-108.0.5359.71_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-109.0.5414.25_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_beta.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-109.0.5414.25_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