From d968ddb89c8ef04395065287baf40dff9c3e0009 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 12 May 2016 09:28:05 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p106 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-50.0.2661.102.ebuild | 82 ++++++++++++++++++++++ .../chrome-binary-plugins-50.0.2661.94.ebuild | 82 ---------------------- 3 files changed, 83 insertions(+), 83 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 08f9275ba996..4f447de53cae 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.36-1_amd64.deb 49259570 SHA256 44936e7fc1f7d2faef2bc24f75ad22fd9087864cecb07b785aa90aef2e4da720 SHA512 35a327d7689553406c9717ec413bee6b177fb1af99ac87ac0a221536fe7a427a29bb3ab38e612aa52bb3ad43a72df116dc7f01ac71f94a7503fd06a510f6ec7d WHIRLPOOL b31de21dce453c8c72dfcb2c7af7a76b815d5bd0fd446c3500117006067f0ec1a2e90a725d3c33bdb9b1d64d2638c4e84796972c68e399f8cf6d795490b1d32e -DIST google-chrome-stable_50.0.2661.94-1_amd64.deb 48371848 SHA256 3803339eb3850071ad932256b85f529d307f57638bc4ce5fd638f7481134dbdd SHA512 8b95ad80e28e40f606b14f9b09c45b592fa939f7e03bc1ddd032e9c1edf404e80d81d4182e7022752273cd963310ba4e393df8ac5ff6962b8af6cdc23909fc4d WHIRLPOOL 9784344cd06925938fa5ff5a1a7f0bd9448b364875d3c64ae21609d4c059050777877012b23d113d57b32d55e5598dcc4930161b130aaac846eb64e1b6619f46 +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 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.ebuild new file mode 100644 index 000000000000..67f5aee08152 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.102.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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.ebuild deleted file mode 100644 index 67f5aee08152..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.94.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 -} -- cgit v1.2.3-65-gdbad