From fa502d352741c4c3ad4b4124270223f5dfa6a733 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 3 Jun 2016 23:41:23 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.0_rc1_p14 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-51.0.2704.63_beta.ebuild | 82 ---------------------- ...chrome-binary-plugins-52.0.2743.19_alpha.ebuild | 82 ---------------------- .../chrome-binary-plugins-52.0.2743.24_beta.ebuild | 82 ++++++++++++++++++++++ .../chrome-binary-plugins-53.0.2756.0_alpha.ebuild | 82 ++++++++++++++++++++++ 5 files changed, 166 insertions(+), 166 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.24_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2756.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 8b37c6da0ad5..8e09e3838704 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_51.0.2704.63-1_amd64.deb 48930394 SHA256 8b25a112d071c7a5e3a4974976954e7adcaeae1e9a7ddfec410a5ed50a451293 SHA512 888bd7dccb0f383740ba08c341036045cd7be5ad94f75f6d9eaac14a19ec22c4a6c6a549c82e59b94e543410ce7dbaba99dfca01868ea9687a76aa1524fd7570 WHIRLPOOL dfaad0754b81957c0970799ae2335c12004e96630ec57368484b467d1854bfca33da39363559602074c5aee06e904f9f4618f5f99ce5d99899a9c2831a1f507e +DIST google-chrome-beta_52.0.2743.24-1_amd64.deb 54115692 SHA256 2d10cdb238fed0c52345aab24ec2bed3f5e3743c9317a5b79012862ee98fac50 SHA512 68b37048e23b9032c5d07d6de7453b4a00a6cc77888489c2891fc426ff0ee7b3ff414a1c8b4b9dec1225f17f20bb7fe22ca99cae0bd1a6a08a1ac2ffb0342bea WHIRLPOOL e4b6aef9b008ccfc3bd90bfb3d683927c124424dec94af807089d7b99b5018eec06f39f82c728dc779237f3d08af386dcb7a5bd0484819b6c4021ede8c291125 DIST google-chrome-stable_51.0.2704.79-1_amd64.deb 49138342 SHA256 d9bc7fb960cbcd2865e75951f2673fd04093ab9d039b9d4e2947708b1de14c8d SHA512 d52876237c3e0d1ab81456a7169d9a43a1045fd3c5a82b8d0e801d8543bf1d18fd5e492d46d7afe237184f19861ce3dbcf03002090f794b3f92f225ceee6b326 WHIRLPOOL 3846192062160d620a94932f086235f2634fa5c9808f6787691404412a4938b08aea0fc600a70350546c42a069fec4388ca164dee363a5219d965c75e79be351 -DIST google-chrome-unstable_52.0.2743.19-1_amd64.deb 54060210 SHA256 e2bef2ab0b2b0a08ee297c6d833fd5f0e50d1efcaf35a0e744ec1a309874cde6 SHA512 7456d33e7e47c461745cba5d145c02429b045de685cc6b06cd4d725bfeff63e29f8d147fa3b09e1f6319766c26630fc54773d455079ecc454d8665e6c15b39f9 WHIRLPOOL eab99f524322133fb6c91ab30948bcc0a122a6cb3ce54ab43893a3d9930da224bc151c64d333d57b678c5f24b952681bb732103c0b4e92118f27dbad9e519c9c +DIST google-chrome-unstable_53.0.2756.0-1_amd64.deb 52283390 SHA256 2a8e3544911f35df602b830cc043efffd4a14ad74c33b6739056a8b4024c596e SHA512 93cbf31e179be5081acb02c02cd7ac18a310c5a8046f1e0fed2ed5dbce109872fb12a55b761953fae6f00e39386b748c39ee6f0a104764b3504ade6e6ccff8d5 WHIRLPOOL f9dc504fd14e899d1e8749cb18abea0420155ed4fa02d7718339ec4ba5d1e9b0c6061e1127b40b6c872d8acc56a3aea8bcdf09f86a6e64aeb7a5fbbd7fac2f2d diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild deleted file mode 100644 index 8dfd3d8e341d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.63_beta.ebuild +++ /dev/null @@ -1,82 +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=" - amd64? ( - 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-52.0.2743.19_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_alpha.ebuild deleted file mode 100644 index 8dfd3d8e341d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.19_alpha.ebuild +++ /dev/null @@ -1,82 +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=" - amd64? ( - 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-52.0.2743.24_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.24_beta.ebuild new file mode 100644 index 000000000000..8dfd3d8e341d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-52.0.2743.24_beta.ebuild @@ -0,0 +1,82 @@ +# 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=" + amd64? ( + 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.2756.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2756.0_alpha.ebuild new file mode 100644 index 000000000000..8dfd3d8e341d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2756.0_alpha.ebuild @@ -0,0 +1,82 @@ +# 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=" + amd64? ( + 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