From 3f8dc8761a66d8b6093aa4fdc80406e1bf21e192 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 16 Dec 2016 17:33:47 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (57.0.2950.4, 56.0.2924.28) Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-56.0.2924.21_beta.ebuild | 63 ---------------------- .../chrome-binary-plugins-56.0.2924.28_beta.ebuild | 63 ++++++++++++++++++++++ .../chrome-binary-plugins-57.0.2946.0_alpha.ebuild | 63 ---------------------- .../chrome-binary-plugins-57.0.2950.4_alpha.ebuild | 63 ++++++++++++++++++++++ 5 files changed, 128 insertions(+), 128 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.21_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.28_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2950.4_alpha.ebuild (limited to 'www-plugins/chrome-binary-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3e0945c1ab0b..0aa04a587aa6 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_56.0.2924.21-1_amd64.deb 48420232 SHA256 1525e1457bd44267f904a8f148a0b0f894ef7dd95fa9e51f502b7835b7ac9467 SHA512 e74c0dee25484495c356ad0fbdc8cb4eae96a4ec3433be7deeec27f07c6d8120c1d41e673dd91e9e33fd18f5d8f49b6ccba9ce4affc8baaffda5e24e3c0d9591 WHIRLPOOL f0bd2029b5fb9fd912a9fd86d76a78c5bc92b22c465f1a99c373cb42c070ba3b2cd5272d92293ae7ee2d1063cd5bbb5a055fc3e112ce403733d2965bd0d9e606 +DIST google-chrome-beta_56.0.2924.28-1_amd64.deb 48471026 SHA256 08c9c14a0f3e72e2b944173fa9525950999c6fd7423a69333bc25c6d489135df SHA512 3687972d48ce6ddf0b05b95b45e8468f896f3361420aa522d08b32823bfcccdf8188fd1457e1b98e8db053c507c4dbecc07f69ca8dec9017d63d787f8e1e16ac WHIRLPOOL 52235a79ead2a899d964164cc7af6ada7b533aa6650431a05a9b8c6c06b12fc16c7f8f84b513fe3c5293c6388a49bc98fb837f4b002bcc771171d345f3537fc1 DIST google-chrome-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c WHIRLPOOL fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378 -DIST google-chrome-unstable_57.0.2946.0-1_amd64.deb 49317186 SHA256 48c58172ee3c62b2bd6f6223ade1730697baeaf2316d206ed81d8108f48a9695 SHA512 38272c6087f2c19c2b2b0a126402b3128b32266bbdbae124e1cff9ca5077c9a9b6b4cb63e791dc64e074028be0925b977fe2c86081033cead28e8b167fc83987 WHIRLPOOL 7cd5eeede01eeead578f4f9900d3cbc442abdfb807487efac1589792ac9e623a474643e86f43f93a0abc596adeaf728f594319be150b93b540d03e2e1e42b5d1 +DIST google-chrome-unstable_57.0.2950.4-1_amd64.deb 49294886 SHA256 7fec3a15c53f62a66e89ee97489308235598acb887203f96ae556d2c9162d5c2 SHA512 a6b993247f0e5be288734b9d0032094f7da0116978a9aca86effa5c1a04c51233e86b00eaeb3d58763a4136f918e1418b42549f31b9cf9058e155c5d9f9839c7 WHIRLPOOL 68fdeb647745d30c232a81344b94737397b36169882e20af5a16df5dc6acd2c476b64ffc07f70dff32ea228e72d9d0f745a2265a9a0f2d378913d49836f97363 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.21_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.21_beta.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.21_beta.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" -IUSE="+widevine" -RESTRICT="bindist mirror strip" - -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() { - local version - - insinto /usr/$(get_libdir)/chromium - if use widevine; then - doins libwidevinecdm.so libwidevinecdmadapter.so - dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so - strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version - doins widevine.version - fi -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.28_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.28_beta.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.28_beta.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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" +IUSE="+widevine" +RESTRICT="bindist mirror strip" + +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() { + local version + + insinto /usr/$(get_libdir)/chromium + if use widevine; then + doins libwidevinecdm.so libwidevinecdmadapter.so + dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -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" -IUSE="+widevine" -RESTRICT="bindist mirror strip" - -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() { - local version - - insinto /usr/$(get_libdir)/chromium - if use widevine; then - doins libwidevinecdm.so libwidevinecdmadapter.so - dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so - strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version - doins widevine.version - fi -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2950.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2950.4_alpha.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2950.4_alpha.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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" +IUSE="+widevine" +RESTRICT="bindist mirror strip" + +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() { + local version + + insinto /usr/$(get_libdir)/chromium + if use widevine; then + doins libwidevinecdm.so libwidevinecdmadapter.so + dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi +} -- cgit v1.2.3-65-gdbad