From af63842d08b5ac9f983aaa22c442e9127708c324 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 30 Jun 2016 13:28:11 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.0_p7 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-52.0.2743.49_beta.ebuild | 78 ---------------------- .../chrome-binary-plugins-52.0.2743.60_beta.ebuild | 78 ++++++++++++++++++++++ 3 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.60_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8661a3d9577b..516093af0a99 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_52.0.2743.49-1_amd64.deb 53505548 SHA256 ef057db9380e3b0332191612d283a3fd8c003095881ecef803f6821ea90da094 SHA512 c6d4f156121e5c11f202103bc1fc679d2b90943ab0b486ad24dc45e8b5b5a2a75ddd5f02bb90459ca834f3c6710aa347eb214787c3c375fde8a15ed30dada243 WHIRLPOOL 98a70424d76d4c72a66b04999fe9ed990e9dfc3538ad12ab87d4f17d44a5ca09ff3d12c15a322bc4414153def098723c9d0ad4a448d370be670fedef05615422 +DIST google-chrome-beta_52.0.2743.60-1_amd64.deb 53438230 SHA256 94c877ee51d70e9d1dd3aeadd82d96301361d8d71c16be7de52c842cdfeb5b71 SHA512 cadce69919c124191d61579df4883861cab0496545d5dd3e70fdf2d26604959f2f1e4c3a8d8996f23665066de4187d9de728f0df2e45da93e71d54ee2f0fcbb1 WHIRLPOOL cf2ae8fd564fb1cb4338f15cafb682d80057df2534c0a234f0916a1726a9e436a4ca8e8c2124670b03593c980b27d81fb4acf63a46e80bc2891690ae4498cf14 DIST google-chrome-stable_51.0.2704.106-1_amd64.deb 49288366 SHA256 af8f1243deed908140bb2f18a3c25f7dd658acef9a1246bb17d82e07dcad6f62 SHA512 32a024252182575707fad2977ebae0250cb1793cacbdd5477a00a31e9a7311e9f165b16f5b2585eed00c3252318fe169ef47ff054ac3a4184a754959a4f5d021 WHIRLPOOL 2829f7b25cbfc3341fd9c04c0d62edda7f432350ecc4bd08c4bd38033681e66079f05dc7d057cbb7266909881d3a08b74297f7b8d6bdb1cd6b6669860960caaa DIST google-chrome-unstable_53.0.2783.2-1_amd64.deb 52069372 SHA256 427dde62881b55ce0ac29e896dca8676c5a070972e0d8dc490e0d51b94f5c227 SHA512 cac65f332cda26c5dab63a1245334d7bef434fb68ac4a882fe101bc413e63558996f2dbed34e61d7c0832fc8eda9f82e16051a7361a4de24be758f92ca384d36 WHIRLPOOL 8c221adc67c844d984db29d706c0f4ecb317946fc510d3c8e7719c9431cb52d93bcdeceaf60c5a6606bd4b2a513bbcc5ac10392784707b63fd2bcc0e204b4452 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild deleted file mode 100644 index 07c207f2a773..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.49_beta.ebuild +++ /dev/null @@ -1,78 +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="+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.60_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.60_beta.ebuild new file mode 100644 index 000000000000..07c207f2a773 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.60_beta.ebuild @@ -0,0 +1,78 @@ +# 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="+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