From dd60a8c04214a50939b9d23726853170246704a4 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 14 Jun 2023 10:05:54 -0400 Subject: www-plugins/chrome-binary-plugins: automated update (114.0.5735.133) Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-114.0.5735.106.ebuild | 62 ---------------------- .../chrome-binary-plugins-114.0.5735.133.ebuild | 62 ++++++++++++++++++++++ 3 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.133.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 2a982694cad9..ad8930ccf7a7 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_115.0.5790.24-1_amd64.deb 95225388 BLAKE2B 35575fe8f71e1ec9778b8ae4b295c687b79062aa4f6bbf06848ad87c2f892e9df15cccb4f63b98cffa4a215e794574be028d22c1ad997f443bd7982048b35b78 SHA512 c59071d485c4ec29fa1afbe8312c2e2d28b20a3d7b25c01aa47fa27e185812a07fbb0ba9be589725347096ef0fd25349c0d929c76cc40a155d3e0bb260b1f970 -DIST google-chrome-stable_114.0.5735.106-1_amd64.deb 93850844 BLAKE2B c9b221440c82439424c2dceebdd0a9636c65c682bd0f0b6b22387fb412728d9588e3c3130e0e4e54c95d9072e57f5606458c82d19e5d4af20f8ab0f68b40dc71 SHA512 fb9c4cd882839f56013cca7535ca4b2e3779a3148654225515039d3d8ee0f21bdd1a0e1631918c4ec729041258b471a7b2acedb8027b5e55af1cc1c8cd642609 +DIST google-chrome-stable_114.0.5735.133-1_amd64.deb 94355016 BLAKE2B ae2340709fdd37bd751413954626ede2dd902d83031e8b348bd6bb3eb0e2af7b0f3c44f01a7f7831391d462c76ee828791a513db2daa1c56c3133bd04ef0b41f SHA512 0b1a18c44efb72ed3e69a5f78419ff5fa973df42b18a8becfcc3d4f6825957c637e9396d07756f910f2d9c7c85a3e2b64cc30cca18182ae8811feadd609f159d DIST google-chrome-unstable_116.0.5817.0-1_amd64.deb 96107168 BLAKE2B 8b2314a868034f1ed1b2feb954bfb4ceb68a1370d7c08f7be715fa1107a07068db165d0c3399054c56db3e84758ef0427e6dab69edfdf1b8b8234269083b7422 SHA512 b90bb418ee31487a81aa32f67111ac7b8c871b4dc5c3752cfdd3710b6579b3e513c41f96bc28c67fa95b79541009c6e607b4d2fd0c64df3f9401b5951079cde3 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.ebuild deleted file mode 100644 index d94dd5bfe69b..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.106.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-114.0.5735.133.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.133.ebuild new file mode 100644 index 000000000000..d94dd5bfe69b --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-114.0.5735.133.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