From 0a8a416c68602046f75d519ce620547ad83c4db8 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 31 Aug 2016 15:22:46 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.0_p22 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-53.0.2785.80_beta.ebuild | 78 ---------------------- .../chrome-binary-plugins-53.0.2785.89_beta.ebuild | 78 ++++++++++++++++++++++ .../chrome-binary-plugins-54.0.2837.0_alpha.ebuild | 78 ---------------------- .../chrome-binary-plugins-54.0.2840.6_alpha.ebuild | 78 ++++++++++++++++++++++ 5 files changed, 158 insertions(+), 158 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.80_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index a9ad6654fb72..b77c09d587a9 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_53.0.2785.80-1_amd64.deb 52388936 SHA256 81bf604b0fb45c2b38c99ef02d69a4df2503fd72ea2f4ca2a1184285facc153c SHA512 270ee446aeff0473528bd15fd8edf67932c13bb1c45b1c41eb65cf453b701d4d86d9b7a2b361e65383ad38f0cde02e328d733174b3534c589098f88c95681d3c WHIRLPOOL 1cae43ccef1521fe9aee4c0291edb7f4efecf7397bb0890426eda2f12526b1275c966eb8a682afbfb97ac12103459a5b4c26e6c7a51a524e70acd4975fc24be2 +DIST google-chrome-beta_53.0.2785.89-1_amd64.deb 52408886 SHA256 8c48d0aa96b0f29bdc65444f6ca4a75ef43370530f9e52b41a7b52569cd2c91f SHA512 8bc0ec9a057b28c7420bb5fdb28048a760d0068ae144b3599354ce46a1cb0af9793b26fb135f996ce8c8e5f80a9c2dbcd429a42824e8c92aabc25e5064aded97 WHIRLPOOL f02ca934e8d9e22fba912d7bff85a6a0b1313d5c89489b2ecf151c8237c28df9723422ac5dbddcfcb8aa24dc478ad84e7a6e4b452a82a87e61dc638805b571e6 DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae WHIRLPOOL 19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2 -DIST google-chrome-unstable_54.0.2837.0-1_amd64.deb 52823402 SHA256 ce435c400c2a275fefb14e08a2d49a0071226eeb866da7f86b56f67fea3d32ce SHA512 22f942c36f22d0bc1c10c682481e4897c9681fcabea7b211fbb1a567e4088d6d9ef04a969706cdb6d2640e43808a376fe65cf6106ba92b2c0fb75eccddcde7e0 WHIRLPOOL a5f8fdad55a07c329f35615fc7cf6b1f4ab5b06c80733295027ee35ef8a61e23ccea7f16d95d7d6b84f6255ebd5cd41b0e27ab0a95b771a4a5ec0a906d1c7e0a +DIST google-chrome-unstable_54.0.2840.6-1_amd64.deb 47316822 SHA256 0139266254a601f19bc0c8ab03ab2f190d4aa63dd96896e686dc77c22c081834 SHA512 3708fb213edfa04cf4e559a216f672502dd610102728e45c171d8965677aad51e9aee86eb9f8a30e628a60ec88a54a5feda008dc1f2013bab320ed8c6ca2874f WHIRLPOOL 270e56a7de157f8e858d895076c8bcce04bffb67ee29fb6d5ec244f9877542d6f7b7771f05949015facb86acf0692014506402fd7e7ed18a11b5c013ec57dd46 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.80_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.80_beta.ebuild deleted file mode 100644 index 07c207f2a773..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.80_beta.ebuild +++ /dev/null @@ -1,78 +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="+flash +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 flapper - - insinto /usr/$(get_libdir)/chromium-browser/ - - if use widevine; then - doins libwidevinecdm.so - strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version - doins widevine.version - fi - - if use flash; then - doins -r PepperFlash - - # Since this is a live ebuild, we're forced to, unfortuantely, - # dynamically construct the command line args for Chromium. - version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) - flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" - echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash - echo -n "--ppapi-flash-path=$flapper " >> pepper-flash - echo "--ppapi-flash-version=$version\"" >> pepper-flash - - insinto /etc/chromium/ - doins pepper-flash - fi -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89_beta.ebuild new file mode 100644 index 000000000000..07c207f2a773 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.89_beta.ebuild @@ -0,0 +1,78 @@ +# 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="+flash +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 flapper + + insinto /usr/$(get_libdir)/chromium-browser/ + + if use widevine; then + doins libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi + + if use flash; then + doins -r PepperFlash + + # Since this is a live ebuild, we're forced to, unfortuantely, + # dynamically construct the command line args for Chromium. + version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) + flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" + echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash + echo -n "--ppapi-flash-path=$flapper " >> pepper-flash + echo "--ppapi-flash-version=$version\"" >> pepper-flash + + insinto /etc/chromium/ + doins pepper-flash + fi +} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild deleted file mode 100644 index 07c207f2a773..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2837.0_alpha.ebuild +++ /dev/null @@ -1,78 +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="+flash +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 flapper - - insinto /usr/$(get_libdir)/chromium-browser/ - - if use widevine; then - doins libwidevinecdm.so - strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version - doins widevine.version - fi - - if use flash; then - doins -r PepperFlash - - # Since this is a live ebuild, we're forced to, unfortuantely, - # dynamically construct the command line args for Chromium. - version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) - flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" - echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash - echo -n "--ppapi-flash-path=$flapper " >> pepper-flash - echo "--ppapi-flash-version=$version\"" >> pepper-flash - - insinto /etc/chromium/ - doins pepper-flash - fi -} diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild new file mode 100644 index 000000000000..07c207f2a773 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2840.6_alpha.ebuild @@ -0,0 +1,78 @@ +# 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="+flash +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 flapper + + insinto /usr/$(get_libdir)/chromium-browser/ + + if use widevine; then + doins libwidevinecdm.so + strings ./chrome | grep -C 1 " (version:" | tail -1 > widevine.version + doins widevine.version + fi + + if use flash; then + doins -r PepperFlash + + # Since this is a live ebuild, we're forced to, unfortuantely, + # dynamically construct the command line args for Chromium. + version=$(sed -n 's/.*"version": "\(.*\)",.*/\1/p' PepperFlash/manifest.json) + flapper="${EPREFIX}/usr/$(get_libdir)/chromium-browser/PepperFlash/libpepflashplayer.so" + echo -n "CHROMIUM_FLAGS=\"\${CHROMIUM_FLAGS} " > pepper-flash + echo -n "--ppapi-flash-path=$flapper " >> pepper-flash + echo "--ppapi-flash-version=$version\"" >> pepper-flash + + insinto /etc/chromium/ + doins pepper-flash + fi +} -- cgit v1.2.3-65-gdbad