From 38ca5cf68362478cfdbd59f923c7b2777d4f9e50 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Fri, 22 Oct 2021 07:48:47 +0200 Subject: www-plugins/chrome-binary-plugins: automated update (97.0.4676.0_alpha) Signed-off-by: Stephan Hartmann --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-96.0.4664.18_alpha.ebuild | 61 ---------------------- .../chrome-binary-plugins-97.0.4676.0_alpha.ebuild | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.18_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4676.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 08a630a0cd87..4bff0418a159 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_96.0.4664.18-1_amd64.deb 89479952 BLAKE2B 73bb9725c0134fb376187f5cff1cad714d8f7ac5e92e12132dd94d3e89ca183a02cc77c99fecea3328ef498f1255721e5103ab8f23c792ea0fa1f18373e08a28 SHA512 1ad8dd87c4caf16553880e2f661ce3a792913597292ad656c0e4eafaa1532b3899f97a724190517bd4aff99353aba008754d6a84bc90402acbfbb27989c32584 DIST google-chrome-stable_95.0.4638.54-1_amd64.deb 89046612 BLAKE2B b1c714490f81d034a3c34fb87a33f8db9737e555fbf795c2e7c81d570ff814049488f50fbb94ed8691cc50282b1c06546c8228143ae59f020075061061dda49a SHA512 eeaa1aa3787310640de72d8f6606a4d654f47138143de091e43208e13f10ae4115c5c0588cef11e49073bbf6f86646d8babc3a463e35714c64be5c61852382a6 -DIST google-chrome-unstable_96.0.4664.18-1_amd64.deb 89505028 BLAKE2B a8249d56b10ecd8c442548a54e875fabfa5f628757689e5a5bc9e89dcab182dca661f57ee029d2583836b52c8ac7a630e2fac8aa416f6b41ef34c523820aae5f SHA512 94aec9a2146593bc49b49b10bbd8f13a9b7d6e27fad891eb36bb45a7f0af09fa777b2d3a6d2a7497aec3a95734c896842d5d26cfe50f6c349057fa7f47171c4e +DIST google-chrome-unstable_97.0.4676.0-1_amd64.deb 89168844 BLAKE2B c3ee7a480e6d7ed15c0dc7d006e9d431c90195dc8ea0dc8d21494d26488c203709654b20e8e7c5543df571b30c21df048ae48be3e42957418a338ce62fb6d4e7 SHA512 2ff164f8cd64c346fb6c27da5ab42be47685cca9db47a00baa12943b42650d602f5b2fef3ea3bd40b814a4c97c9c1f316bce9a4d934aa1545a9a299ab1a9ded8 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.18_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.18_alpha.ebuild deleted file mode 100644 index e11c8c2a2bb2..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-96.0.4664.18_alpha.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 2012-2021 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 -" - -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-97.0.4676.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4676.0_alpha.ebuild new file mode 100644 index 000000000000..e11c8c2a2bb2 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-97.0.4676.0_alpha.ebuild @@ -0,0 +1,61 @@ +# Copyright 2012-2021 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 +" + +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