From 47125179b4371fc4239581c327067fb1b8e50e43 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 28 Mar 2016 21:29:08 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p64 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-49.0.2623.108_p1.ebuild | 85 ---------------------- .../chrome-binary-plugins-49.0.2623.110_p1.ebuild | 85 ++++++++++++++++++++++ 3 files changed, 86 insertions(+), 86 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.108_p1.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 151d0f8f0003..a7dddabf2dbd 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_50.0.2661.49-1_amd64.deb 48342892 SHA256 50b2d095dfb94206ad0414f377f6f34b60b7d59d707b42077d219ed35a1b5483 SHA512 aeef5b3b95279e7041bfa01b159e979da0b9b908140dd1cf70e20f780abeac9c170e0b7c0b9df8c6e2cfb210d4bdb69d5882c830239d0a830796cb8a16f4f2d8 WHIRLPOOL e7bc55b4d9c5c8f2e83b45e7139f86056d5a991062d5e5d2454df122154d9de29f8c2c16fcf1d39d429364d8692f0c79428c5340177cf4fd2ee4da5114ee051a -DIST google-chrome-stable_49.0.2623.108-1_amd64.deb 48656074 SHA256 da75e1ddbe9bb13474d83a7d0854b263672b18a999143eaf41a90d531897fece SHA512 30594f1c72409418af3cce2dc6dcf2036b5de2124e1f3e57a3f9f3ed30adf1482a59622906cb50032113a6a1fb9ff1a93eab827846221df15cb64492cc85e9b1 WHIRLPOOL 6fd0fa4dc8b4d56c6caef1f28ab1fd03630fbbd0c7f55560d1678d53192b6f9b34b78fd5e6619f8de468311cda89e4b211ac0aa35e958a0ecc8a4d8828b3ebf4 +DIST google-chrome-stable_49.0.2623.110-1_amd64.deb 48662330 SHA256 232842e316e17c254de430562ebc057f057a96546e93ed146aa17a7853144db6 SHA512 014bf9233565d9cf687f1380b619fb0a69fd8362c80d9c35a2e9a4d427a9d46c1cd2dffd60bb6fbe9aad9de5931a47cae61607c02e08f340250959cd968ef6d8 WHIRLPOOL f065ba13c71fff1cd81bd96e9bd068f86d34c8d5e527bde9a43ba49c8f63c839f011586430e4650c042d3abd7e9783c46009e8f4346a4a706fe2111c38b78ab1 DIST google-chrome-unstable_51.0.2687.0-1_amd64.deb 48740950 SHA256 ddbb12a22a6b37f110b6a4229f1e3adfcd69e6dbe42dfbb5943bf64d3b7fd315 SHA512 9131cc955ee2bb072ce2db785371469516daea47fa4aad8d7de09a27502ca41df79f4b25e2ec07615a805b7fc5d3e5f2d98ca61bd138d04b12b8e0b4e7ba01fe WHIRLPOOL a259c3d673d56925f4d6559ce8462f67c3477af815c3cf0306f130c3f2980013a307f93ec8ee80171a6eb894f55e8847e9ebf63d705614acbbc8f0bfb4fa0707 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.108_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.108_p1.ebuild deleted file mode 100644 index 4babbfc63bbc..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.108_p1.ebuild +++ /dev/null @@ -1,85 +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/-} - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_beta/-} - ;; - *_p*) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV/_p/-} - ;; - *) - die "Invalid value for \${PV}: ${PV}" - ;; -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="${ROOT}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-49.0.2623.110_p1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild new file mode 100644 index 000000000000..4babbfc63bbc --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.110_p1.ebuild @@ -0,0 +1,85 @@ +# 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/-} + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV/_beta/-} + ;; + *_p*) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV/_p/-} + ;; + *) + die "Invalid value for \${PV}: ${PV}" + ;; +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="${ROOT}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