From ba19270dcd942b45acf1fc15e6145ae0cf8362b8 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Thu, 9 Jun 2022 10:07:31 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (103.0.5060.42_beta) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-103.0.5060.33_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-103.0.5060.42_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.33_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.42_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8e939f7e26d4..49dc0da067b1 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.33-1_amd64.deb 85767180 BLAKE2B 0fad1e3cd583003d7f04a437a08260aab84f8b28d885ebf7012cd92d563fb8c74cbd5832092335ee47ab016d23391155cc7a071d74777e18a02e3ce66b482851 SHA512 dfbecdb2a0d2b4c06e112a27f07ebfc299f6aff47a0e002907fd0cecc048d4768dec1752a14c41a18e440007983cf92c6c44e9a24ccfbb06e316ed317c44da03 +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-unstable_104.0.5098.0-1_amd64.deb 89993208 BLAKE2B 55459cd403a9c05a12ccd90d6704ca30709851df3681e101b83c53b0ee28f459e2a7466db6680963e1f2750529f92203f4024d42d82441fe4cbb9317490ab149 SHA512 bfbe61754cd75cdc6eb4fcaff80b375c23862b0304a15ba6951c47158aa265f9596fd02970ae5a9dc9e89b06c4220af95714c1577c39e1aa3dd76c645ea36149 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.33_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.33_beta.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.33_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-103.0.5060.42_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.42_beta.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-103.0.5060.42_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