From 5571ced927a7044005dca46044a03d72e6ef0cb2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 21 Nov 2016 15:20:22 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (55.0.2883.59) Package-Manager: portage-2.3.2_p8 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-55.0.2883.52_beta.ebuild | 63 ---------------------- .../chrome-binary-plugins-55.0.2883.59_beta.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.52_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.59_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 48ff80021c6d..6a7eb2cab791 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_55.0.2883.52-1_amd64.deb 48104092 SHA256 3c9e4919deff8f3aaa9334810a4ff5a0131beb819e7290d9d2a1a987fe5249b9 SHA512 409dcb1ac9726bb5e05155782c7e0d9584a6607643ed412a2e0ec05ecb0327be4a59783a862ed8584d025faf6a879a51db09ce816c1384de89231f1e61daa2d9 WHIRLPOOL daccdf9cb9bf2a60819ef096cca2879e7dd69bc43faecfeb7e8e85577875d59da638f795e664e168317a6f8c3e6d4067b3d645f5f23ac49f4190759a37d4c0c8 +DIST google-chrome-beta_55.0.2883.59-1_amd64.deb 48838084 SHA256 a56061ff5a7d665e891d631469cfc0e6008194e9238057823dd22cd37eb209c5 SHA512 64dc35948114debe2fe0eed0c10418f3b075fd75e0badb08a30bf4f2d94cd02d387dcd31c71bd3c53de3259ab2421b6ebc75ccd2861ebba56e41a9d84ea7f3c3 WHIRLPOOL 8d46d5fc8f2545a720cb98958ed2a18e6e6aebe3ff721d74b6ce99da235959ac0592a6cdccba6a5cacb8180efa151d1abc2ca5bc2732cd5b3904f2efd11885bd DIST google-chrome-stable_54.0.2840.100-1_amd64.deb 45600222 SHA256 89f0fc871ce19f68b9edfccd6eee1f81cc4b8f79b98a86a30296cf639bf28917 SHA512 d7401e329e5d5e68f450ff3789f328106a8489fc324c9753c32ab83cdf5167bb1433f2713fed0ae8afff08646b403a51534e0b32165b58507a1a4d14607cead5 WHIRLPOOL 74d88b133d418c678b4b3cbe50a424988fc755fee97b26738065342a9b863b7d30d830a6d9ca901648fcf42846661d9f72989e1b72a457f4e2892905d63e9e51 DIST google-chrome-unstable_56.0.2922.1-1_amd64.deb 49132228 SHA256 0b11223b4286226d69eef3841de87d6c8fc8c7d05c5fea1fa5a52c2320966409 SHA512 d8049ea069a4a6c23accfcc944ced247667c11aba22c47ca0d7b16b47f0b14039621441e34694806ea36136bc128f21fbbe1bd426dec9b2cb9e5915a829b56cd WHIRLPOOL 8fc8f1e4fb00a394de2fc099f13fdb2b10b39497562afc37a5c49e2c37b39d3abc15fc774bc69a45f7563b98c3a31d5f09ad5220f560c3d2e2ad02852bf6e8fc diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.52_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.52_beta.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.52_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-55.0.2883.59_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.59_beta.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.59_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 +} -- cgit v1.2.3