From 6fbfb69f2ec19c2a0f1f325bae476ba29f529b91 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 7 Oct 2016 12:09:13 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.1_p6 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-54.0.2840.41_beta.ebuild | 63 ---------------------- .../chrome-binary-plugins-54.0.2840.50_beta.ebuild | 63 ++++++++++++++++++++++ .../chrome-binary-plugins-55.0.2873.0_alpha.ebuild | 63 ---------------------- .../chrome-binary-plugins-55.0.2882.0_alpha.ebuild | 63 ++++++++++++++++++++++ 5 files changed, 128 insertions(+), 128 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.41_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.50_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2873.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2882.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 53e2e438e70b..e6e45b8efd28 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_54.0.2840.41-1_amd64.deb 47425582 SHA256 38bf6fce59214df6dd434cf4ad836163ab4f6052dba368d08f088551fe352a0b SHA512 4d088e43462b8f3c5f5b0b8ff26eb5fa936c2cfdf00163438736bb2af275b6ce869d6e05ae58c6c1ab8b989ee941ed6eebaef2afc1918e8539a93d1888a88720 WHIRLPOOL a52d973ab9d145e710d50ab87d22444d63c8b805c4007e858a0813e3f63b47e9c96632e73415328e30564a79985dc3e09a9a5f461b81932fb702edcff9401e9e +DIST google-chrome-beta_54.0.2840.50-1_amd64.deb 47546620 SHA256 34000aeb764599801711a0a126c3e5f9b3c492648751a088e2d40a1ad84e9b09 SHA512 87abbe024d79d811157e311dd551d1473cfa2acc2bd38255c339b32db8012dc5534f61c01c50f4a1baec63807e762d7e5e39ab06b4eec538b0fbf7e3564f1a01 WHIRLPOOL 37e8b680a84968e566813f634c7a4b2ae40862592ceed955b477c86c411af288e036493c86f69f6d702c1e52150ef562e8a048c095925422e8b65e2b1357f3c9 DIST google-chrome-stable_53.0.2785.143-1_amd64.deb 49990192 SHA256 7829c424b8051a499f928ca9b5591dd02e027e73585e730feeed9114fde91758 SHA512 e9e923b029d642bac3db850a7befdf4cfbaafcc224a3ca0bacd349062604f6d63aa2a5672da29381bc85fd476b05948a2caba01b3578ae362c0b717a67d27ed7 WHIRLPOOL bcbe349cd14ac32384ba0b60207ce841e3694b6736fb21e17e12f949858a3ce89cf271f8feb21587736f5e71a7d23de232a188a22bbbc40e6438e36dfb42013a -DIST google-chrome-unstable_55.0.2873.0-1_amd64.deb 47679896 SHA256 a6958d6a756410f7a719cce1fa33a4f0748294f5b32c6418e26a5aeb5cacea55 SHA512 98c7dbd1dba303ef4733a963f533746a94f942205201ba6e42f44ed2d0d0a41764cb4d9af172ae99950c3018b0da584c313757506366d00bddda48a50f680263 WHIRLPOOL d1660d631a560890d32f1a12ff59c81414bddc202bee2163901a1cb9fe87414ced4e27d19c91fa9a91807b0528fb00229bc82c737413e9a9be42124dd41ad452 +DIST google-chrome-unstable_55.0.2882.0-1_amd64.deb 48057666 SHA256 cd5c6e66ad333988fa15f37da67b8b2ec007ee9f2b8bf23f264ad23581525aa9 SHA512 201c3c97c9ace2ffb431a7a6d103b589986a056a95f1a3b8d9e6a9c49c8a1b686fa2e9fef02ae7690ae4539d05a7394e3727d411cd2363a262f17dedf340efaf WHIRLPOOL bf3e433546887283ea6395bcbd0eab99243228d5a83409e6f195030d51644f1ade151ecde82dc085e60506053998b5a8d4e2c144f08d2379011844ad41e849fe diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.41_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.41_beta.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.41_beta.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-54.0.2840.50_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.50_beta.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.50_beta.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 +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2873.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2873.0_alpha.ebuild deleted file mode 100644 index 27b7eea178ed..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2873.0_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-55.0.2882.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2882.0_alpha.ebuild new file mode 100644 index 000000000000..27b7eea178ed --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-55.0.2882.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-65-gdbad