From 951aa810e9441332e33299497b00fcabb56ae985 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 3 May 2022 12:50:03 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (102.0.5005.27_beta) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 + ...chrome-binary-plugins-101.0.4951.34_beta.ebuild | 62 ---------------------- ...chrome-binary-plugins-102.0.5005.27_beta.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4951.34_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.27_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8ec6850f31a8..6d36aafab5b2 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1 +1,3 @@ +DIST google-chrome-beta_102.0.5005.27-1_amd64.deb 88169476 BLAKE2B 47c81eb5e3943541221ce3d912b668d2ea30dde2f9e9a019c19ebdb476a3f9be5a2c99afa438fa8fc3511250523158f3792d41aa2af9fb9389f0c43a54907746 SHA512 205adefb0a0de9bdf34225e6375a3cb8e196ba201d34af6bcc7be39d4221be457783b424e0458eb7f1faa08facdd248c9ae18c8adc5d0f4fad339462c64b8da8 DIST google-chrome-stable_101.0.4951.54-1_amd64.deb 88719356 BLAKE2B fdf476093adb36f24e55a95a23cc515dc8de42dc0b069c031c34569d51c97000982a6876d737ed81a888784ebda38dfd97959707f31f37f84706381c836a7732 SHA512 46ebc53c806f179a5f9ab570c1097c2d35fc437dd4f5bd3fb34e758dc4f306771ceb05f8df7d450584355abf35bae34c0e70903e4f0312e2d3caa34491c8f622 +DIST google-chrome-unstable_102.0.4997.0-1_amd64.deb 84892352 BLAKE2B 756ec3091e0dba5891bf75fdaafe4c16cff2a17f5a764be26401cc850d8f71f800c36ecb4672527034a5ec99712125643e7db74c594cf83853f4d56cb032b3b3 SHA512 d8ba6b2867164cfe7f6a4878333413c4ecc5cc30ffba6db5dcf49151ead9823657745c08ceb6521fa584f44f93a79bcf307f2dc045f62a703db220a60c2e1e47 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4951.34_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4951.34_beta.ebuild deleted file mode 100644 index 48788b628112..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-101.0.4951.34_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-102.0.5005.27_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.27_beta.ebuild new file mode 100644 index 000000000000..48788b628112 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-102.0.5005.27_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