From 7fbcae15b25b5b3fdfc494a342d78513f99edb76 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 17 May 2016 21:24:42 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p107_p545461 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-52.0.2729.3_alpha.ebuild | 82 ---------------------- .../chrome-binary-plugins-52.0.2739.0_alpha.ebuild | 82 ++++++++++++++++++++++ 3 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 2c9fa13e9144..de9857820b06 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_51.0.2704.47-1_amd64.deb 49066898 SHA256 61d16787b8a091f6bed23b9c0e16a640bed30eeddbc0a23fe848f28fa8485ceb SHA512 e9cf3ae2ae4c499964819d12474bd3837f9ff2ef2fd5579ebf3e79302333d28c2adb9e4c9f6fe9b8e501146b5f0eaaa60337b7413cf03d6050ef60966f44ac17 WHIRLPOOL 04ab35930197e3f0d4823dbbc8d72d32f9682602465a04432287be5bacd9ff739dae7f942826ef8d4779812cd08a4e701819df765ebc91206f7aef598a099148 DIST google-chrome-stable_50.0.2661.102-1_amd64.deb 48877898 SHA256 4b93f0109dfb79cea19d8f22ac736238d5cb2106b1dfc16e3b8f52e36bdf789f SHA512 79dced500f3f6cf775f68e6020825472014af7922ee33af4d5d525b444e34433c9c9b68dcd57b093c5af6483e1ac559023e27058f7a873f34fdc8c7bc92bab6c WHIRLPOOL b5e2160472aa3ef9f895adbb742440ad9618595f9e128e836a8a8bc562ff3d3d943d1d51baaf4e493963d461797f61ac1b0177dfbd0dc78248eb46c228e35c6b -DIST google-chrome-unstable_52.0.2729.3-1_amd64.deb 54090974 SHA256 e8d852f478e1103ec5dd7d16c59802b46a9a0ce411c186b9fe8c84997a555041 SHA512 873053750c4f063b58c1aed009c4ec190e61a7a018e61779eee7fa2d21f6fe004b8c39a9cf632538bf3454696c038776b021626528cc77891afb3b073d806cd7 WHIRLPOOL dee6684cc0c1d29febb0767b45ff47823540d2db8383e57e80cf98daa6e300c950dafd85799fcf6a879a2d8e6e751425f6b1d0da9fda4b1d84ad5eb05d2eceb4 +DIST google-chrome-unstable_52.0.2739.0-1_amd64.deb 54456300 SHA256 d7be55c1efc9b8ca0b998b987106f98b4f7fd1bcccd4230a8cebcbbfc4c0fee4 SHA512 640917328fa012c67246812c6c4efc5b192ec50702ccf97a7f37c915d797aef3bf2599ef6fb82c20b00c0ffd7dde6016f4aad140c286da2b653f65593ced41b7 WHIRLPOOL 231a8be85c3f356b36454fd45e7005e673ee50617eff496584024f4941e30e0219f703329942a78e6c9b4b721086167e9597ea2379009bc251bc925ecb682538 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild deleted file mode 100644 index 8dfd3d8e341d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2729.3_alpha.ebuild +++ /dev/null @@ -1,82 +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=" - amd64? ( - https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb - ) -" -KEYWORDS="-* ~amd64" - -LICENSE="google-chrome" -IUSE="+flash +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 flapper - - insinto /usr/$(get_libdir)/chromium-browser/ - - if use widevine; then - doins libwidevinecdm.so - strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version - doins widevine.version - fi - - if use flash; then - doins -r PepperFlash - - # Since this is a live ebuild, we're forced to, unfortuantely, - # dynamically construct the command line args for Chromium. - version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) - flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" - echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash - echo -n "--ppapi-flash-path=$flapper " >> pepper-flash - echo "--ppapi-flash-version=$version\"" >> pepper-flash - - insinto /etc/chromium/ - doins pepper-flash - fi -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild new file mode 100644 index 000000000000..8dfd3d8e341d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2739.0_alpha.ebuild @@ -0,0 +1,82 @@ +# 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=" + amd64? ( + https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb + ) +" +KEYWORDS="-* ~amd64" + +LICENSE="google-chrome" +IUSE="+flash +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 flapper + + insinto /usr/$(get_libdir)/chromium-browser/ + + if use widevine; then + doins libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi + + if use flash; then + doins -r PepperFlash + + # Since this is a live ebuild, we're forced to, unfortuantely, + # dynamically construct the command line args for Chromium. + version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) + flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" + echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash + echo -n "--ppapi-flash-path=$flapper " >> pepper-flash + echo "--ppapi-flash-version=$version\"" >> pepper-flash + + insinto /etc/chromium/ + doins pepper-flash + fi +} -- cgit v1.2.3-65-gdbad