From 22c97569e4a4475750573c6d87249ff6249a2628 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 10 Jun 2022 14:09:41 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (102.0.5005.115) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-102.0.5005.115.ebuild | 62 ++++++++++++++++++++++ .../chrome-binary-plugins-102.0.5005.61.ebuild | 62 ---------------------- 3 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.115.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.61.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 49dc0da067b1..25ccea7b76d9 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_103.0.5060.42-1_amd64.deb 89519052 BLAKE2B 72c579dc6c4f7a31a7cdde3c2d507c32146d0bf0cada75308e941879052a1e1467bca297873122e71b5661a5a7935d75e15b256fb12ecccb5775082e0ab1bc54 SHA512 288199417348a05472061f732e10268ae83d37aacd724a408e6ce483ac4c134e150fc1732533d4fb348743c4e8d12ff3de3e6d76cd34329e2c09dbbda35afaf2 -DIST google-chrome-stable_102.0.5005.61-1_amd64.deb 84701968 BLAKE2B d5a1d0f7cbdfdddaec3ca4e41a63798ee1f9f28c71284e61ac1f0d3c6d5944ac4e6dddd8042608b81ea8243e4c3a90ec7e2fa216e15952d18b2f075d36305e84 SHA512 dd701b99febf7d927657f38716d90f3a0b967ae75dac5f6e8fbf9df632c8a531ccb9f37ee09340ad730b4fe40d0564c1b64201121d2d3e4e503f3f167ca632cd +DIST google-chrome-stable_102.0.5005.115-1_amd64.deb 84778724 BLAKE2B e6dfdff02c2ad33fcedbc18437417c7cb6306c518d0a723f7e4fdf865b460a9d06a08554ec83ae40eacc8bccba3bb525b97787c740699515210be6c463127b39 SHA512 ba8ae03b467039bc9dc6d18df57f1d9fb04f289b8f9a24cad465d6d9b35fbf32e14fac23d9b66446b733979ba2e283287a77a6e473271bf10c8eaee80f704925 DIST google-chrome-unstable_104.0.5098.0-1_amd64.deb 89993208 BLAKE2B 55459cd403a9c05a12ccd90d6704ca30709851df3681e101b83c53b0ee28f459e2a7466db6680963e1f2750529f92203f4024d42d82441fe4cbb9317490ab149 SHA512 bfbe61754cd75cdc6eb4fcaff80b375c23862b0304a15ba6951c47158aa265f9596fd02970ae5a9dc9e89b06c4220af95714c1577c39e1aa3dd76c645ea36149 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.115.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.115.ebuild new file mode 100644 index 000000000000..a8c4f73dffbd --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.115.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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.61.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.61.ebuild deleted file mode 100644 index a8c4f73dffbd..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.61.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 -} -- cgit v1.2.3-65-gdbad