From f64b642ab95288d2de0eaf1be03b22329ac63ea6 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 3 May 2023 10:54:58 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (113.0.5672.63) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-112.0.5615.165.ebuild | 62 ---------------------- .../chrome-binary-plugins-113.0.5672.63.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.165.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.63.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 952e8d89291b..e71535d20dc7 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_113.0.5672.53-1_amd64.deb 95531296 BLAKE2B e46e041bea4943e22de6ba78b504d682ba15cec49d62af4f181d955ec50fdb0105304791e773773c87f13ea32d39c459c53bf1309dcc14e385bcaf542052435c SHA512 ee0f67924c3a6b05dc832703f8f2d0764e7c16946b93914065bde9b823b01c4fc5b1c41ae331d2aa4d9fa1aca422a110eb9e310b5faaa4949068a45efb2fb615 -DIST google-chrome-stable_112.0.5615.165-1_amd64.deb 93992344 BLAKE2B 6b0e19710b0b4ce71266e0de7a6aa780a015761e41f85da6aa102260d524cbac22a748d7fa983c8d81d66d04f0ce23e08b8e14a80939dbac9b210b5d4752a314 SHA512 7184b4e40bfb89a99abf678d91dbcba11cdd1fadc1dd3a271e0b709f0553f604865eff424d4bdbde5cfdc43b42d0396931bdfb256daf5e7af132f40687d59309 +DIST google-chrome-stable_113.0.5672.63-1_amd64.deb 94962744 BLAKE2B 79469bfe87892a853234cbe4a496bd53fe1e5a407ea3b5aa750d6a14879f451461abd06e4309be2f565a2a50c338634cdc077a13c8b0c5b439bb909947391d1c SHA512 6904d1273b1843322299b505a20f4cd1e8884d1a804c93dc5d88d4bf31a165e16a809b43f1ebc814c4e249c87c6befd86fc0e54a6ef00b2a715f75db94593b61 DIST google-chrome-unstable_114.0.5720.4-1_amd64.deb 94402852 BLAKE2B 356f3c8eb6e9d2880bc9061e996174c61f106dd0bcd60d7d69c359bde6342ba02e5dc7310252bfbc471881d9b100ed835c20fc261f6d53d1ec488c4a15e4324c SHA512 7ed5f6fd423103278bbdfc1baf73dcd2c34eccdf22f96b10b497e385617b30c967055db88f31fbd6ab711605e1d1d6652cf1c014fbd629e4ceece2a0b3beca2b diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.165.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.165.ebuild deleted file mode 100644 index d94dd5bfe69b..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-112.0.5615.165.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 2012-2023 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-113.0.5672.63.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.63.ebuild new file mode 100644 index 000000000000..d94dd5bfe69b --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-113.0.5672.63.ebuild @@ -0,0 +1,62 @@ +# Copyright 2012-2023 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