From 7bd9fbbd85afda5a1f9c14e369818c213f5a54f9 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 1 Dec 2016 19:11:18 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (55.0.2883.75) Package-Manager: portage-2.3.2_p11 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-55.0.2883.59_beta.ebuild | 63 ---------------------- .../chrome-binary-plugins-55.0.2883.75_beta.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.59_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index fa816bc3c452..4d9c298376ad 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.59-1_amd64.deb 48838084 SHA256 a56061ff5a7d665e891d631469cfc0e6008194e9238057823dd22cd37eb209c5 SHA512 64dc35948114debe2fe0eed0c10418f3b075fd75e0badb08a30bf4f2d94cd02d387dcd31c71bd3c53de3259ab2421b6ebc75ccd2861ebba56e41a9d84ea7f3c3 WHIRLPOOL 8d46d5fc8f2545a720cb98958ed2a18e6e6aebe3ff721d74b6ce99da235959ac0592a6cdccba6a5cacb8180efa151d1abc2ca5bc2732cd5b3904f2efd11885bd +DIST google-chrome-beta_55.0.2883.75-1_amd64.deb 48778748 SHA256 2aa19a50674120cf2ca8978e707bdd736033873fd4e621d05b73b2ecf7696269 SHA512 589c9da599f45d69c8eec3b1fbfdf03795b12236439f65d32aa6fba1ec47c41539319c58186746b6ea15625a0d1ab04ff94f9c2e9b1385dad49a9483597950df WHIRLPOOL 765520a2a889a2d229800e86e3a3db4121db4ba08488b3bd87bc0433b372c189242feb4aee27d11e53bc24738dd014fa7dc32217e02e0d40a8d2d2f260a59922 DIST google-chrome-stable_54.0.2840.100-1_amd64.deb 45600222 SHA256 89f0fc871ce19f68b9edfccd6eee1f81cc4b8f79b98a86a30296cf639bf28917 SHA512 d7401e329e5d5e68f450ff3789f328106a8489fc324c9753c32ab83cdf5167bb1433f2713fed0ae8afff08646b403a51534e0b32165b58507a1a4d14607cead5 WHIRLPOOL 74d88b133d418c678b4b3cbe50a424988fc755fee97b26738065342a9b863b7d30d830a6d9ca901648fcf42846661d9f72989e1b72a457f4e2892905d63e9e51 DIST google-chrome-unstable_56.0.2924.10-1_amd64.deb 49105084 SHA256 c8875516c948f0c1ec33a4eb721f18fd711af547ac2875e8f5013a05239d8add SHA512 5155326baf939ef66c9b356e7ef1d7ed973ca857e91eb0b9d37d837adfcce1b4a9e4e43111cf9ab072761687c561a7951e6d1541193f692ed16797700bb5a535 WHIRLPOOL 779308593894e336621b05919a9653f2e11f4d44c8d9811e6a307856982fde49e99c78f2c667522405fa2965357410524cbea6abc6be40e40112247f80eb81c3 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 deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.59_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.75_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75_beta.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75_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-65-gdbad