From 43f3b3cbcb863e0a4627d8972de214454618081d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 11 Jan 2017 21:05:27 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (56.0.2924.59) Package-Manager: Portage-2.3.3_p25, Repoman-2.3.1_p18 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-56.0.2924.51_beta.ebuild | 63 ---------------------- .../chrome-binary-plugins-56.0.2924.59_beta.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.51_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.59_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 638708588cf5..f1861233bc25 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.51-1_amd64.deb 48743688 SHA256 4cefc0a74ff44e74f5f38e16a875aa4732fbe9315043e32e8f7f94855f455852 SHA512 6f74281f7d0bc3f3d1deb40c505ffef4c44235e8789ffa2d1f0077f90e85525d54d3116819ff85ea6db38470eb407f6c2596e850d5c9553c708cc6f170bcb5b2 WHIRLPOOL ae63d6d208a76e1f7241df43da367bf01a2a45189ac4ec7aeba0580c8295e9bfcc70381231c1767395f7f7900f57c9f2dccbc6daf4996bb719b1b2855e51e6ef +DIST google-chrome-beta_56.0.2924.59-1_amd64.deb 48760940 SHA256 307a27c5a25eff77419bda342d59dc73631cee151e7d36f9b39929ad01c85244 SHA512 27d5bc7efe10b5f2793e9adfd8080ee5830196e2e210d8b227f1d5cd94fe35e3bd49791dec005a20b2ce66fad6256f3014581d677b85cfe0d0d11b1f3855a5b9 WHIRLPOOL 058eb21a7b3fe57997dbc68bd159897b85b8484edc54b947c77a996dca8759989c7aa54e56620c1e3c25822661e9f2360c73086bc4800c28b9f6d484041e70b8 DIST google-chrome-stable_55.0.2883.87-1_amd64.deb 46241756 SHA256 15e44458e0ff667fa0f97f6970df200daf41a671477f8a08cd18b5dbb64b77b3 SHA512 767a4651892dd86512e57235888281b8a0df14f843ffe9ac6144a5324896a8310fff99292b7ae72e737c91ca12178c61a8579106d17025bd288cf0cc43ca5d9c WHIRLPOOL fb68559e9189fbfa3bc564741be418fa22f1cf19ddd4d8448b03f29e35b5f4ea46a2d7241227b1150392e158fedf3980024e966bd37cc5e1201440019806c378 DIST google-chrome-unstable_57.0.2970.0-1_amd64.deb 49540416 SHA256 18fbc4e20d4f71ffa0617b157bd18a0c10b4e925b47d36e11e1df443c864295f SHA512 81756d916ed905fa8cb6f289c4337322cf6534aebf2a6fe262cdfcfb7f5f8c343e3db5ba52c15ffa12876f057c553dddb6d4431a2f5f05e929ef34b7326fa527 WHIRLPOOL 78d5e818711696832dd868531ba751fb7004b44027ab77e0007e2db715a4c7f652928b1f0cd4359485898d66e7a8313c16afd08d68ec05211a41dadcc4c669c3 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.51_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.51_beta.ebuild deleted file mode 100644 index b4975ca54aca..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.51_beta.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2017 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-56.0.2924.59_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.59_beta.ebuild new file mode 100644 index 000000000000..b4975ca54aca --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-56.0.2924.59_beta.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2017 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