From d664dfa849fa216ed1d88520f25f5f7fc04b4700 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 4 Dec 2020 09:36:33 +0100 Subject: www-plugins/chrome-binary-plugins: automated update (89.0.4343.0) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-88.0.4324.27_alpha.ebuild | 62 ---------------------- .../chrome-binary-plugins-89.0.4343.0_alpha.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.27_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4343.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 08d8c698a4c7..5e3165f05ff0 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_88.0.4324.27-1_amd64.deb 75183000 BLAKE2B cff78d5cd119dcec7c59169d57466f84a7970bc46412ad517b1f98fc39a48f1a463f17c290a711cfce8b022cdb32fa15588a41e66b8bbb3f4d4bb1083cc22099 SHA512 c445acbeea848f9231392eba74f835cd61943d8162410831985f80b8ef7693f1b413857c22ec0d0d452c61f6106985822359c443baa862c0c5dce8b25b1ff989 DIST google-chrome-stable_87.0.4280.88-1_amd64.deb 72446160 BLAKE2B 308e73cd83f3f760bb5f6cc6dd077f3b6af9c986493bef76b6aba505bc8105746752df26e05e7d557ea45bf1986f61ab0011b85a6613ba05033f4c93764ac42b SHA512 19eea1d1be171cab60ce5135572da9388b4b72e313118478b53f65c0bf2293733809282736b98ef828a208b7426e5191258f8c666cba7510b8bf5c92d0010a47 -DIST google-chrome-unstable_88.0.4324.27-1_amd64.deb 75174972 BLAKE2B 5ea5343e550a5451b77f343530b898ada88671e39725c2dbe20a2ee8f2772033e46f58facbe14e447196803c1ecde1cf01e4cb1d8728bb47deb339b2865dc68a SHA512 2169d70396040c32237c549d0d79cb3d444521f567b8c6fe27eea9f10db281c715ac8df3b4e7d49eae580174ccf0f48d46a14aac4211ed66f1a58d6db94c6adb +DIST google-chrome-unstable_89.0.4343.0-1_amd64.deb 79593880 BLAKE2B 637a5b25f5dfa6aef08187f74bca9f209a23482d3d629cf016a731803cd1237cb20122cc70a87cc23ba811289866636f70b54ee74845b43edf7a05f4cde575d3 SHA512 9cb5adf62d39a3d83c86147db222a36e16b0e2a6a8b4eaa0fd3c98c00ead91b86270fa00bf562cb24681fa3423ef3d15e16b5249de3db6f3aa8cc7f4c12eab5b diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.27_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.27_alpha.ebuild deleted file mode 100644 index 645ebaaf6be2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-88.0.4324.27_alpha.ebuild +++ /dev/null @@ -1,62 +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 - KEYWORDS="-* ~amd64" - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV%_beta}-1 - KEYWORDS="-* ~amd64" - ;; - *) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV}-1 - KEYWORDS="-* amd64" - ;; -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" - -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-89.0.4343.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4343.0_alpha.ebuild new file mode 100644 index 000000000000..645ebaaf6be2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-89.0.4343.0_alpha.ebuild @@ -0,0 +1,62 @@ +# 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 + KEYWORDS="-* ~amd64" + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV%_beta}-1 + KEYWORDS="-* ~amd64" + ;; + *) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV}-1 + KEYWORDS="-* amd64" + ;; +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" + +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