From 97925e121f27455984b7c37ccaf9e3ee6c294455 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 14 Sep 2023 11:52:40 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (118.0.5993.11_alpha) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...hrome-binary-plugins-118.0.5993.11_alpha.ebuild | 62 ++++++++++++++++++++++ ...chrome-binary-plugins-118.0.5993.3_alpha.ebuild | 62 ---------------------- 3 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.11_alpha.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.3_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index dacb75eebe58..6a56df03dff7 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_118.0.5993.11-1_amd64.deb 104140736 BLAKE2B 1e4b838c9655c4b6f6869248f810434ce71c8e1f810c5cb3daa899743a359fb529d5791f7578d67c5dcab5a07dd87c1e69e117f8e7a3e89867e7b7078a01390f SHA512 7583358a34a344ab3d07d5ffb4cb7704c59cf5aac5900f053d5a6d03bbfb3124c32106de994588f90f3dd8398ecb5354348d7745e93f0e1791528b34672e2e2f DIST google-chrome-stable_117.0.5938.62-1_amd64.deb 103478016 BLAKE2B 495b7fd4b2cf14fa3d2300a13e631d55a96183c508549f3f2c1dfa54a40b3dbfb6078aaba0198e3ad0bc1c05f8f45ebbefc79a934df37c187ab3638950c08145 SHA512 8de241ce32910af84db2e64da008beedbe7e39ec0b677be6c7c6f7b03b3e7488c880bd5ca7abb8d08e1b9ba10320b12664326817cac5fefba2a5d8e777337ade -DIST google-chrome-unstable_118.0.5993.3-1_amd64.deb 104102528 BLAKE2B e4432f38dfa9bcf51b3ce458ebd9c51f5abc8e2a4e8ad1b5ff73c30af71f21bc625aa98f1c177a9273be4c65b5ddbda0e08a78dca5529210a7a1488688d3afc2 SHA512 1cd71e53df999f6755312affac1ea34afd740587f3d78038ffec457bc53d34cb4ef4eaf8f12816adbc13cc243e49cdfbc351483a0605ecdccfd434fd0993d4da +DIST google-chrome-unstable_118.0.5993.11-1_amd64.deb 104161464 BLAKE2B 350ab9f3fd797fbfc658913671f1a4406cfef0fe29966f00a8d2fcd0df5f94da6da2f2ac9efcd79b9789393d41b9817ea2034b2d4963f3a3c8bb916afeccad1d SHA512 fd2c780e3731f643276bf31074adfcbc8334b10ea0bbb55681de95a3a55b21b1e446301ca461bfa757d1fbf08e2ee29366d19aaea32294e487ecdf8b6cdb1884 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.11_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.11_alpha.ebuild new file mode 100644 index 000000000000..238a410c5c55 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.11_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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.3_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.3_alpha.ebuild deleted file mode 100644 index 238a410c5c55..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-118.0.5993.3_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 -} -- cgit v1.2.3-65-gdbad