From 4b31e84329c2e8118a74e00ddeea3c7ac78d81d3 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 13 Apr 2016 18:43:01 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p64 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-49.0.2623.112.ebuild | 82 ---------------------- .../chrome-binary-plugins-50.0.2661.66_beta.ebuild | 82 ---------------------- .../chrome-binary-plugins-50.0.2661.75.ebuild | 82 ++++++++++++++++++++++ .../chrome-binary-plugins-50.0.2661.75_beta.ebuild | 82 ++++++++++++++++++++++ 5 files changed, 166 insertions(+), 166 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.112.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_beta.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 47ce44ed1805..d9e937fef431 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_50.0.2661.66-1_amd64.deb 48518778 SHA256 5bf1cd7d819b8b2f9ec6cce554db95fa067f9df42d9582072980076bb72161e7 SHA512 6df1435d843d796003b4ba6735185716f0336fb2bbb171ab860c31fa797c572ee7034fe9aa1854b0deb1630439ae603be477609aaedd67a291344fbc45f6a856 WHIRLPOOL 4af5a465a227ac8305aada930151ece54b2d1b38acfa5bba85e0064e89be3c32f596d8209a5be8962e44ad21753cfedc2efbe6c40b303defda77d8d44710dd53 -DIST google-chrome-stable_49.0.2623.112-1_amd64.deb 48475486 SHA256 baf81c2bf9c96b75653eace1a40b354f3b3ab7b9256d77c26d192752bb03fce8 SHA512 df873c535ac8dbeaf37ff633b34cf645a53f97994cd79908dd3f431434f3d5e421e08d894b60101093691b929f6915c6c2fbdd41d27e07080eac0321020152b0 WHIRLPOOL e193f98d466142bbb0c7720a35e7d56edd7eb2b260efc0c359567772318003db5e9f231ed91d332a53b4fdb7d88706095d3c3cd68720f4f431d7668883d136f9 +DIST google-chrome-beta_50.0.2661.75-1_amd64.deb 48351832 SHA256 3e634193243cecfae0d9bf31c32b03e565bb759a9a18980c2f01fc20676da423 SHA512 15ec3c26395f9ab58a08529abadef18e0ae381da94051329d7788a07ee512a48b2128b05256edd460dc076930301768445af425098a9d616df0321d6875ffc8b WHIRLPOOL 6e3b25d7a655bb32439f3aa22a0ebf0f0c50f0ee8fa08e66dab904147283ab8cca445332205e6c51026663a8eab91fa9a8322297eea549e24d14d7cf16cbe9fe +DIST google-chrome-stable_50.0.2661.75-1_amd64.deb 48362656 SHA256 faf7b4d8230967cb98e3638f2c540e36eefd88e009484405761fb46850690619 SHA512 7232873d31b58f7a1204f429ca886c517fe0a2d602116014bf6c419b2f40c8892bb551f304d4c7e2acb66a0e13b3a8074a9746b2fe8de931378817989ba507b6 WHIRLPOOL 8cfc6413c5c8ef263abc7a320a9e245b2181b1f8678e1cb26744eba41eaa53053f832d358c8e2139d236ae2121d07b284a4212f18382e2f2a49fb4dd4e8758f3 DIST google-chrome-unstable_51.0.2704.4-1_amd64.deb 49057440 SHA256 e390d9d34887a79b522ed0afd9073184e1bf43188f3c3f7663c8275e8f16ca9d SHA512 41d10a8520353088dde6e984029cdcaf7ce74c26f91e8b2c7087f26482823bfb0929cbca918fdfdb505ec2fd5c1efef8d58e31e0be352f3faa43e5018058426e WHIRLPOOL 0688fb69b7bbfa377a5e14620fcc016d2b696f1300deb67351f777c0a681aebe0c7c4d8c9b776bc2ac0cf21d79054375a61be63c57928a273c1693436681a8e9 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.112.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.112.ebuild deleted file mode 100644 index 23cd900adc0e..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-49.0.2623.112.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="${ROOT}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-50.0.2661.66_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta.ebuild deleted file mode 100644 index b246cc856ff6..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_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="${ROOT}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-50.0.2661.75.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75.ebuild new file mode 100644 index 000000000000..23cd900adc0e --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75.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="${ROOT}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-50.0.2661.75_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_beta.ebuild new file mode 100644 index 000000000000..b246cc856ff6 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_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="${ROOT}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