From e66351c24dddb0823ba6fd5ed3c042355fac5d9e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 30 Jul 2020 13:49:06 -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-85.0.4183.39_beta.ebuild | 60 ---------------------- .../chrome-binary-plugins-85.0.4183.49_beta.ebuild | 60 ++++++++++++++++++++++ .../chrome-binary-plugins-86.0.4209.2_alpha.ebuild | 60 ---------------------- .../chrome-binary-plugins-86.0.4214.2_alpha.ebuild | 60 ++++++++++++++++++++++ 5 files changed, 122 insertions(+), 122 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.39_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.49_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4209.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4214.2_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index cb27276499f4..785ed1df8da3 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.39-1_amd64.deb 70232228 BLAKE2B 3279a672a6620115fdba2f49d7e64164b459139603c23037bba15557c1391feca76725659877f18c1d74fbb25910f952383de2d126b353902f4fc801d1cc3379 SHA512 a8356226319949cc7fe60feb472347731e8ed442677e6692749b5fdb9887762604c4ab0647dac16e5c05942c08fdfc4b408f31ad537723b5e7faa3113f8db12b +DIST google-chrome-beta_85.0.4183.49-1_amd64.deb 70230688 BLAKE2B ff5b3d2263dbc02e8a594a9615ae97393496d67231e1f126b6fafb96e692e6dfd43e4f0df571c5b8ecb2cd63b4c42c1552c012090509b7c124f8fff04837cf60 SHA512 f38623f788effd9a142e86220d3eb338fd5696fe205e1e640991127e936d61a5c963ddc1e2df40672e6259666dcb06d5f5d7e91126e457240b0a22e06dfff9d8 DIST google-chrome-stable_84.0.4147.105-1_amd64.deb 69636412 BLAKE2B 5285517bf0c085fdf669063d33e14f35ba071a86a0be787e6b6e893e210ca273e0abe32142ab7718abb66c75d7a5c2f67f3c0eb8d889012f3f8157b5ea5091af SHA512 c81b87de21399a2a3447f1a657b5730a4bb439598a9426ea1e4e770e0e5b9e1b96a513dd6d27aea09ee614fb4f2b2b7efab22b086276967c07f77c5f037ef422 -DIST google-chrome-unstable_86.0.4209.2-1_amd64.deb 70143348 BLAKE2B 2a691fd0686b1701a7d6c34149648d4db20e71234ccaab0c752ef193943935d8929b117b07cff83f98fa89339d53a8041f20fb60e5de190b1572f0c83bd39d99 SHA512 ad53cb6fe522f554cbb00c601b78c4ab5cffc5dc636d3bb3912c53a537c93e866a327301af398b467a9ef35427ac26ab779d1788b301f61775aa34bb3952f8a9 +DIST google-chrome-unstable_86.0.4214.2-1_amd64.deb 70189352 BLAKE2B 77069f17635b40d0cbcc2efff1cb791d93a2c58bd6fdfca624d8dd94c9000701e83b10d56d7dd48d381e3099afd4bf6060c2eb2f545fd090c51053309184d20a SHA512 c0da761c5b0fa8995b500958ef2c5c055431c66bedc650567f764d5f4351bf5e978fabe3b8965f54d73a285a330d9764e3fffa8497e466a7ad0b2a7f03a25f03 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.39_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.39_beta.ebuild deleted file mode 100644 index 5ab3a0cae742..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.39_beta.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.49_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.49_beta.ebuild new file mode 100644 index 000000000000..5ab3a0cae742 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-85.0.4183.49_beta.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.4209.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4209.2_alpha.ebuild deleted file mode 100644 index 5ab3a0cae742..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4209.2_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.4214.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4214.2_alpha.ebuild new file mode 100644 index 000000000000..5ab3a0cae742 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-86.0.4214.2_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