From 860da94858d195d02b53614617b6ee956e618358 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 10 Dec 2016 17:18:27 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (57.0.2946.0) Package-Manager: portage-2.3.2_p13 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-56.0.2924.18_alpha.ebuild | 63 ---------------------- .../chrome-binary-plugins-57.0.2946.0_alpha.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.18_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 518ea0b9dde8..a4074acf809c 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ DIST google-chrome-beta_56.0.2924.21-1_amd64.deb 48420232 SHA256 1525e1457bd44267f904a8f148a0b0f894ef7dd95fa9e51f502b7835b7ac9467 SHA512 e74c0dee25484495c356ad0fbdc8cb4eae96a4ec3433be7deeec27f07c6d8120c1d41e673dd91e9e33fd18f5d8f49b6ccba9ce4affc8baaffda5e24e3c0d9591 WHIRLPOOL f0bd2029b5fb9fd912a9fd86d76a78c5bc92b22c465f1a99c373cb42c070ba3b2cd5272d92293ae7ee2d1063cd5bbb5a055fc3e112ce403733d2965bd0d9e606 DIST google-chrome-stable_55.0.2883.75-1_amd64.deb 46092946 SHA256 1c0bcd6ff048fc0151dcd41d6e265c3a0966601b40d41f1e9d58ee630092d861 SHA512 a4f14eea78f070b234fc9b2c9d2d6d2ea8b54f2d4d3efa74b8a3b208a7723856837e6456b84eec3304667ed3b7d34516a3bd6ac537d7a1e2ea30b83ab61ae188 WHIRLPOOL 3277c344df09b5944fd164559e4938a4c210ba229f9de2c666b45b59fbf81febe565d95f1a56304434aa419cd6f8df5df42942a9dc155acde51fc293aad7810b -DIST google-chrome-unstable_56.0.2924.18-1_amd64.deb 48781658 SHA256 b9c9784b4d112bf563cd1ff38f59bf29aabfdfa128c30ed248c341fd41567f23 SHA512 ec141383d1b81a10a193b66ab09d5e2aa3c40a4a25574ecaab1c2d37f938cb834f7a0d9b9ecb3a35c27c6eeb37a2b38b1ee34d5b39743c745fe9e5a8d3725210 WHIRLPOOL 5a03d65194f12a0b9e114e7e0968c9300b7588847c1c81341b40b9b34d73c86c1e132383d33580d33649bc3355d8962220f44e43a6b81f7fa016685881bdf7cc +DIST google-chrome-unstable_57.0.2946.0-1_amd64.deb 49317186 SHA256 48c58172ee3c62b2bd6f6223ade1730697baeaf2316d206ed81d8108f48a9695 SHA512 38272c6087f2c19c2b2b0a126402b3128b32266bbdbae124e1cff9ca5077c9a9b6b4cb63e791dc64e074028be0925b977fe2c86081033cead28e8b167fc83987 WHIRLPOOL 7cd5eeede01eeead578f4f9900d3cbc442abdfb807487efac1589792ac9e623a474643e86f43f93a0abc596adeaf728f594319be150b93b540d03e2e1e42b5d1 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.18_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.18_alpha.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.18_alpha.ebuild +++ /dev/null @@ -1,63 +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="+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 - - 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 -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2946.0_alpha.ebuild @@ -0,0 +1,63 @@ +# 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="+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 + + 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 +} -- cgit v1.2.3-18-g5258