From 173e584d26562d982864a0454a5738e9fd228b95 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 27 Aug 2020 12:07:49 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-3.0.1, Repoman-2.3.23_p49 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-84.0.4147.135.ebuild | 60 ---------------------- .../chrome-binary-plugins-85.0.4183.83.ebuild | 60 ++++++++++++++++++++++ .../chrome-binary-plugins-86.0.4238.0_alpha.ebuild | 60 ---------------------- .../chrome-binary-plugins-86.0.4240.8_alpha.ebuild | 60 ++++++++++++++++++++++ 5 files changed, 122 insertions(+), 122 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4147.135.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.83.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.8_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 44a588f557b6..8fad258a2095 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.83-1_amd64.deb 70238712 BLAKE2B 919213a02924b3720fafb566de62d5397d54495071c8e97c426642e54c43208538fe19c0df96bd0d721bc5e8870ccebf551dcffed61394876414e94f32b6c4bd SHA512 0bf9ecc8e8ce15420a41e64aa6510e9051f5ff7c46f9bc8588dcb296111ff61331e8d416915ca72438dc33f6912c2d6db2e64c6656a432cfb16f5295e42cc0b3 -DIST google-chrome-stable_84.0.4147.135-1_amd64.deb 69582256 BLAKE2B 097bc8af640109c39d9aa140666545a2c74e491735ac27bdc2858d1d40366d48da4e49ff5002934e0f8af142654ab45088e7d503a550b67dd4c995f011799fb9 SHA512 f5c94220b6955bce86e9e6ff68f8727c7627f51147948490ebddaeb3cab5a124251690a4c6e013ecd579ac6c7c5b1a3bbf20f49404fccc10eed140da3cf38e89 -DIST google-chrome-unstable_86.0.4238.0-1_amd64.deb 70973552 BLAKE2B 5b016afee9cac1692b60466dc96f960dbc900b35f97cc5d4eeb49a8c297e71efb20fdba126631eee477e1156dca6e9d6abc069a89890acd4bb4d029050397125 SHA512 f1b1111fb20749b97ddd6c30f31368d2901f4ffc73d7782742b0c57e86aa1e58749a7c429162923d45b37b0f195db55f20eddc9c81ebaf4f92bdad2eb3b546a9 +DIST google-chrome-stable_85.0.4183.83-1_amd64.deb 70228112 BLAKE2B 877582ff8586be93abc47db6ccb6b15f16dd4ca21d85826b2e97d31eeab3ac1d6cdde73791683e999f965a00324505b84cee8f5cfc7a2b62ad502a6c1c1e5b05 SHA512 e789ff39595daacc47ce5402ce1f0452d99e82350c5d24e071d85d17ceb7956183d717c7d99879eb5517b03049f9afb1407189373793805d8fae2be6961cff92 +DIST google-chrome-unstable_86.0.4240.8-1_amd64.deb 71085400 BLAKE2B 78bf5028987777a2fb4456c01a8109aa76e863197435a8db18baecac122eba41e89e9ddd825a06a26f3f4962ae855f857dc200cd5204e5c531edb58ef7268199 SHA512 43bea9be1e0b53c10ee13afab010fba80364e211dc5c42885fc9d23f603f9038863f0fe26bf46b77d7b818b030138e68acc03a1884bb6172378da9df51a78aca diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4147.135.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4147.135.ebuild deleted file mode 100644 index e6b0359aad76..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-84.0.4147.135.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-85.0.4183.83.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.83.ebuild new file mode 100644 index 000000000000..e6b0359aad76 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.83.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 +} 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 deleted file mode 100644 index 5ab3a0cae742..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4238.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.4240.8_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.8_alpha.ebuild new file mode 100644 index 000000000000..5ab3a0cae742 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4240.8_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