From 95ff46ab7a36f30d45de0a3e44dead9306b73c81 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 30 Jan 2017 18:26:58 -0500 Subject: www-plugins/chrome-binary-plugins: automated update (57.0.2987.13) Package-Manager: Portage-2.3.3_p42_p414513, Repoman-2.3.1_p35_p414513 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-57.0.2987.13_alpha.ebuild | 63 ++++++++++++++++++++++ .../chrome-binary-plugins-57.0.2987.8_alpha.ebuild | 63 ---------------------- 3 files changed, 64 insertions(+), 64 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.13_alpha.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.8_alpha.ebuild (limited to 'www-plugins/chrome-binary-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 9cc98fd9a83e..4eb403a09c09 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.76-1_amd64.deb 48527634 SHA256 7c477af1e2160d16845f80d00b31113a4c1647049e0d1cc0bf4a728fdf9c0e8e SHA512 51528e94992d00649ce2a32499b7624335ffcbf643fee12d58c934e16fa7d5e0825686d7682a0f076fca9fc261ad5b4f2c43655f9d302807679a94eb5488e38e WHIRLPOOL ba342832022fc173df1da0259e65feac7724f806e8569ca8e156dfd0940ed01e17b97b50cb992c9f306537bcfe057b5466b76799066e2456c606587794b6d85a DIST google-chrome-stable_56.0.2924.76-1_amd64.deb 45722926 SHA256 c38b9bc6895f2a77786703fa4aa71ecb02c92f9308b346fb00badb448c0fc1ff SHA512 a49d99f5f33ccf3d3186163923dc24568cb4b6169de714bc7fe24dca01f2fb4ad7d4b3435c2c1e6f6a6b05c7fe0ad2da9fa8147d48de4557e8851cd8fc2a59e2 WHIRLPOOL 6da688804c63b00c3a5929b8b395ab6944d97fb3f250f18655696e3e86cfb3c55a7ce284b4bf4928ff545893c56fae12cf7bda19948c603c35434ad232479220 -DIST google-chrome-unstable_57.0.2987.8-1_amd64.deb 49634524 SHA256 8d9253b3ee3c3a9205757ee99dbd81983b8564fe787cfa1cf01719d9df361ab5 SHA512 3cfad237649af98df27d372b07de7fa66268f6a7f46b09a284f4c67af89f04cab9973319ab41aafbf4b3c3d0490486b32ba24c57d55174d688d023413b8734f7 WHIRLPOOL 6b016b799b54cada67dd091f36b93b694cedd758a3a73fd3b4031fee9b4c3b20701b4e1566884337aa2b5ec97826c93a7e9da0a791a8242b3a70bc8f7129a1fc +DIST google-chrome-unstable_57.0.2987.13-1_amd64.deb 49764746 SHA256 1222697294808161933bf8937c2046c027d03c58c38e4db835e79e2525ddb95c SHA512 fc7131f8a7c093773dab1091d598bbac318ded6f6843e82eea82efcb921c5cdd3c390ccf06d60305c05bb8e0fddb5afe9295ef404eaa85c0f9996f109f74d16f WHIRLPOOL e6de86f14cb79ecbe17e7c491b8ff13f0d1ef575a765c0213f6191de746d64f364cb286be3720530ee9fcf253fd4882af4705b9997cdef09d5db1e743692d769 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.13_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.13_alpha.ebuild new file mode 100644 index 000000000000..b4975ca54aca --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.13_alpha.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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.8_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.8_alpha.ebuild deleted file mode 100644 index b4975ca54aca..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-57.0.2987.8_alpha.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 -} -- cgit v1.2.3-65-gdbad