From 079e5d196607f6aa890e4e3f56c41107f805cc15 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 31 May 2016 18:14:54 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.0_rc1_p14 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-52.0.2743.10_alpha.ebuild | 82 ---------------------- ...chrome-binary-plugins-52.0.2743.19_alpha.ebuild | 82 ++++++++++++++++++++++ 3 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.10_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 3ed1f5775c45..e4ce434f19af 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.63-1_amd64.deb 48930394 SHA256 8b25a112d071c7a5e3a4974976954e7adcaeae1e9a7ddfec410a5ed50a451293 SHA512 888bd7dccb0f383740ba08c341036045cd7be5ad94f75f6d9eaac14a19ec22c4a6c6a549c82e59b94e543410ce7dbaba99dfca01868ea9687a76aa1524fd7570 WHIRLPOOL dfaad0754b81957c0970799ae2335c12004e96630ec57368484b467d1854bfca33da39363559602074c5aee06e904f9f4618f5f99ce5d99899a9c2831a1f507e DIST google-chrome-stable_51.0.2704.63-1_amd64.deb 48984368 SHA256 1cffc224a943cf8d5dc8d0252f96ec70997cd4c986fcfea70a1b4d255cef56ce SHA512 6b541e5351462e45dd6a373958feb0b0d8e8206a3720e106be046d0e0b7193be77142a5fcd9c1a2a4578aa4106bae6a2b70672017bb4d5ec390446e6280df130 WHIRLPOOL 65c375caedcfe5c76d000f3818750ca0cc84bee53ddeace12511980d6c9339db23c887584c71cc4ddbeb426ae87bef24d2a373824c81294278544eb3761692f9 -DIST google-chrome-unstable_52.0.2743.10-1_amd64.deb 54285484 SHA256 ecdb707a445f0269f8691ce346461269497c0c0b10067f62b9e911b4c4c102e8 SHA512 e4910ae3e103ceb7f4ed584de32dbc0bdc78943b055c96c293cff300c0ab34192e9f9d9b467298582ca0133d79e28eeb77a2aa791455c3b6659d6fd3fb3e71a2 WHIRLPOOL bf6a14ac99909402eca369629691f84bcd185d0cff3886fd94712eaf67c3ff7db5fe5b69969476a9cbf0d01de7910ccbf808c97d9ae0be1e75b6f2a24b02ecae +DIST google-chrome-unstable_52.0.2743.19-1_amd64.deb 54060210 SHA256 e2bef2ab0b2b0a08ee297c6d833fd5f0e50d1efcaf35a0e744ec1a309874cde6 SHA512 7456d33e7e47c461745cba5d145c02429b045de685cc6b06cd4d725bfeff63e29f8d147fa3b09e1f6319766c26630fc54773d455079ecc454d8665e6c15b39f9 WHIRLPOOL eab99f524322133fb6c91ab30948bcc0a122a6cb3ce54ab43893a3d9930da224bc151c64d333d57b678c5f24b952681bb732103c0b4e92118f27dbad9e519c9c diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.10_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.10_alpha.ebuild deleted file mode 100644 index 8dfd3d8e341d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.10_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.2743.19_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_alpha.ebuild new file mode 100644 index 000000000000..8dfd3d8e341d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_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