From 251fc888581c203a95f60ba79a2159c88d018cf3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 29 Jul 2023 17:20:33 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (117.0.5911.2_alpha) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...hrome-binary-plugins-116.0.5845.32_alpha.ebuild | 62 ---------------------- ...chrome-binary-plugins-117.0.5911.2_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-117.0.5911.2_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 348abb38e583..401b3e039d52 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_116.0.5845.50-1_amd64.deb 96779600 BLAKE2B 51ae7009339837fc005e7b0e585a5ffee0ea2b9f04e0115adfbacc766186867665146e005cdd2aad8af20d0c15618f62febdb567f3f26efd6cc10fc3fcfe9d0c SHA512 43001731559294e8c1df7177e729547f057bec164b5d65e4d61f27610c3d211620cc253f5b2855a0818845c3d69d9c72594ad330e960ed7e62e1f9ae0c7cc046 DIST google-chrome-stable_115.0.5790.110-1_amd64.deb 95889816 BLAKE2B 30d244f9fdf2506513ea07bfe0c9ee0b57b2922b8bdb49198a6b32eec1ccd28292d270408cec64b8c4e0c7322ce22dbfffeab93dd1bef7618b52261f8ed4326d SHA512 67f02436ab455a941789274dd80f8b2dd8b1a87f01aab395b977140a1432f725657afe9d8518f9ec1b661c70a28aa9e42161659c1b59d35faaff47f3871764ff -DIST google-chrome-unstable_116.0.5845.32-1_amd64.deb 96923060 BLAKE2B 386d41f91ce370bcecc448f13f89baa4cded5ae84d0f63e85fdabe661b83ce8411740b1e79b60cc330c78b78c90e0e36a6414f94c9bcec9a34ddad0938845f33 SHA512 cd03bf20ce446f5c23747a78f156821dc222b506e50dbf3e2611fa86f4e9798a2f610354b43ba2fddbb9fd51b954974ff79667b85d2a389bcae8d00a3bac3d24 +DIST google-chrome-unstable_117.0.5911.2-1_amd64.deb 103443924 BLAKE2B 13698e9c7f13592047fd4b34eba666ab13d1fce313acedbcb219dec4c6828508b6d1f07ec4f49545dfa356bd68297474834794359c87df549077485335a1b394 SHA512 c1c4eb59e6fb028040f59b5bed8e2c9747ebeb9ae92ab332b945ba9405fb23af2f5cc8196c2a4a838eae61ca082524b5f71e320632a79d57c9af9ebed8c9f145 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-116.0.5845.32_alpha.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2023 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-117.0.5911.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-117.0.5911.2_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-117.0.5911.2_alpha.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2023 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