From a9c13adc59e047a58b9e853d94b37cc98523651b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 13 Dec 2016 17:52:34 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (55.0.2883.87) Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-55.0.2883.75.ebuild | 63 ---------------------- .../chrome-binary-plugins-55.0.2883.87.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.87.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index a4074acf809c..3e0945c1ab0b 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-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c WHIRLPOOL fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378 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-55.0.2883.75.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75.ebuild deleted file mode 100644 index c293b4312746..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.75.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-55.0.2883.87.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.87.ebuild new file mode 100644 index 000000000000..c293b4312746 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2883.87.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-65-gdbad