From 2af7d72f21f122e48f31237b1ac62ace537435c8 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 22 Aug 2020 11:09:28 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (86.0.4238.0) Package-Manager: Portage-3.0.1, Repoman-2.3.23_p49 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-86.0.4229.0_alpha.ebuild | 60 ---------------------- .../chrome-binary-plugins-86.0.4238.0_alpha.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 61 insertions(+), 61 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index fcdecca5edc1..483629212028 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_85.0.4183.76-1_amd64.deb 70232488 BLAKE2B 1946ede1863764cf0c285c96082bb84ea037e9fc1c226467a3b82e3e01260ea08e5a1d212267517f5905a64e60f8cf341d02b94a17ad1e8b2d320c96a4e607ca SHA512 6f31a0f98ebd980987312d3717c9608679ae535f5bc7421ee63bd67e1f5a183f515919457941871528dcdf6145d037013124acfff5dedf9e17d704cc3f662a0a DIST google-chrome-stable_84.0.4147.135-1_amd64.deb 69582256 BLAKE2B 097bc8af640109c39d9aa140666545a2c74e491735ac27bdc2858d1d40366d48da4e49ff5002934e0f8af142654ab45088e7d503a550b67dd4c995f011799fb9 SHA512 f5c94220b6955bce86e9e6ff68f8727c7627f51147948490ebddaeb3cab5a124251690a4c6e013ecd579ac6c7c5b1a3bbf20f49404fccc10eed140da3cf38e89 -DIST google-chrome-unstable_86.0.4229.0-1_amd64.deb 70589564 BLAKE2B b9ce66ca95995808404f9ea84fd99d93997271492364464b951e020f9f04e414e7585058848e269852c7f48d1d43d02b4259b6184529e0c87378754f967869eb SHA512 b97916505a0eecd5781f687090a6bb1896e7119f91406a29b551bc4ed0692b39767a5f6550c4c24a6ac52df3de5ef5e4eb05a6c01a09a8b86d609279ed7e9423 +DIST google-chrome-unstable_86.0.4238.0-1_amd64.deb 70973552 BLAKE2B 5b016afee9cac1692b60466dc96f960dbc900b35f97cc5d4eeb49a8c297e71efb20fdba126631eee477e1156dca6e9d6abc069a89890acd4bb4d029050397125 SHA512 f1b1111fb20749b97ddd6c30f31368d2901f4ffc73d7782742b0c57e86aa1e58749a7c429162923d45b37b0f195db55f20eddc9c81ebaf4f92bdad2eb3b546a9 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild deleted file mode 100644 index 5ab3a0cae742..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4229.0_alpha.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 2012-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit multilib 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 - -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" -KEYWORDS="-* ~amd64" - -LICENSE="google-chrome" -RESTRICT="bindist mirror strip" - -RDEPEND=" - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss -" - -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-86.0.4238.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild new file mode 100644 index 000000000000..5ab3a0cae742 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild @@ -0,0 +1,60 @@ +# Copyright 2012-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit multilib 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 + +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" +KEYWORDS="-* ~amd64" + +LICENSE="google-chrome" +RESTRICT="bindist mirror strip" + +RDEPEND=" + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss +" + +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