commit:     2ec423342b9c20e09ac2c11914f148bfecd1401f
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  9 00:06:27 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Sep  9 00:11:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec42334

www-plugins/chrome-binary-plugins: automated update

Package-Manager: portage-2.3.0_p24

 www-plugins/chrome-binary-plugins/Manifest         |  4 +-
 .../chrome-binary-plugins-53.0.2785.92_beta.ebuild | 79 ----------------------
 ...chrome-binary-plugins-54.0.2840.16_beta.ebuild} |  0
 ...chrome-binary-plugins-55.0.2853.0_alpha.ebuild} |  0
 4 files changed, 2 insertions(+), 81 deletions(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index aaa20b7..b375054 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
-DIST google-chrome-beta_53.0.2785.92-1_amd64.deb 52180598 SHA256 
f12c090b75ca7e51828137cb00bf0147fe8889bea550a5a166b8ad18989ed700 SHA512 
507abcafd0ff5d738ce1afb86610a8eded19fec4f436ede4d64f7f5e6b5c1f9b416208e2fb634cececa9d7fcfa501d61e9990c048fef0ec89ace31f5e9785878
 WHIRLPOOL 
f6164360e3821510483dcb76dbcbf16fbf8d7ca4df2d3a597c316e7372e41bba44633cf2de917e4f3ced063dfe372530d53da253d9ff012dc2edd8c0ddae9d14
+DIST google-chrome-beta_54.0.2840.16-1_amd64.deb 47537704 SHA256 
f93c6d4cd4305ff34e749b8f759bf2c0632d1adbcfac6022e66fb098a8a0bed8 SHA512 
88b9deecedc8fb35408cfa37fe98a2472cf70b74f76ac9db3805800c48a7f42591ec0808e813da85fcbe871e8ea83561ad597f62527cc90483cf166de1c90ee1
 WHIRLPOOL 
c06ca4a702ca5e45856973e626ff3a64709e0c49dd60d2e003e114144bae03ef1af4db458eaa6c86998e3bc56474c52c21f94b33007d65818335f9639f92a91a
 DIST google-chrome-stable_53.0.2785.101-1_amd64.deb 49989534 SHA256 
15927133ccd3c95172da62267ddc1f8ef6e94e1d4671995c11c3ba705e34bd09 SHA512 
679f932458cd5dc01c5dac27580c4672b355a646ab47184504cc97e0c57b3f538b74239f6fcd07d3485f0e66b17a49a32991e6fc862a1188c80ea688c2f30c56
 WHIRLPOOL 
f3188b87c76d5044fa101ca9162a5fbb91dd3f0daef3271a6b29e006cf39101c7f053aa16ab522b6dcfae13a7c0ce630690cc2635cd8e72e537a4ade029c707e
-DIST google-chrome-unstable_54.0.2840.14-1_amd64.deb 47669680 SHA256 
9c2cb8363fc129d68e1f4352da3721be7047d84b8394e83231b87b4a9786045c SHA512 
64c13ba662852e78b5885575cd7d445420763266e9e4995cd77a38bfe4ebec6de438651d8953cff70d898946c50e5b1272bab0998a0e917eaaea7e278e05e10b
 WHIRLPOOL 
7e9553253941f15610712fa59bde49a1d8876c1b2e77a36fece0cb84aaf58ff4274e2a11ad8d753f43564168016c96c69dea107f54d64739a4ab5c78f2e3cb76
+DIST google-chrome-unstable_55.0.2853.0-1_amd64.deb 47748148 SHA256 
af1219a2be49e4dd97a51945fbe3a122655fc7b32492364a0bc522327627afbb SHA512 
0babeee414c470407f0752a2eeaf09a4a896a66c322ccf13bfa57c60e02a69e41674fd1af218b31489f1103208d7b045bb60f7b2143e26e4269715b75443acd0
 WHIRLPOOL 
d8c3aaf63b29fd45880d192001e436a9dddfb8d0126f93a0e7e235ed3d50bd392aca3f4aa9a325a988e54afd16849f3b06027930d798ada699916867073667ef

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
deleted file mode 100644
index 54ba20f..00000000
--- 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.92_beta.ebuild
+++ /dev/null
@@ -1,79 +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
-
-       if use widevine; then
-               doins libwidevinecdm.so libwidevinecdmadapter.so
-               dosym ../chromium/libwidevinecdm.so 
/usr/$(get_libdir)/chromium-browser/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/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-54.0.2840.14_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.16_beta.ebuild
similarity index 100%
copy from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild
copy to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.16_beta.ebuild

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2853.0_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.14_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2853.0_alpha.ebuild

Reply via email to