From 0ffd5bd22583eaffeb93c0a7e9ebcf48f6bd8a5b Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 20 Apr 2016 18:40:44 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p3 --- www-plugins/chrome-binary-plugins/Manifest | 4 +- .../chrome-binary-plugins-50.0.2661.75.ebuild | 82 ---------------------- .../chrome-binary-plugins-50.0.2661.86.ebuild | 82 ++++++++++++++++++++++ ...chrome-binary-plugins-51.0.2704.19_alpha.ebuild | 82 ++++++++++++++++++++++ .../chrome-binary-plugins-51.0.2704.7_alpha.ebuild | 82 ---------------------- 5 files changed, 166 insertions(+), 166 deletions(-) delete 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.86.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.19_alpha.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.7_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 853b4db2aa62..7b7f7d418ace 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.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.7-1_amd64.deb 49202304 SHA256 2d7ba8505f06a1f93e63679ffcb6988686da58448e8791472343345ee107bc45 SHA512 43998499344309b85e4701c401a41588a13f2333410bd8eb8245fdee503d2d1fe5d3b50f1dd942ede59df39560ba674f1f658988ff9fea5c4691cfd6b795b981 WHIRLPOOL 84be7aa53c593549ecad5cbddd60a54141668d00fc35a90ce8e4dea6740d599adc4ace1a8f92037d4ca0e3d5b2ac6a54abc87e0cf1ac6e02e8ba27001f82cb27 +DIST google-chrome-stable_50.0.2661.86-1_amd64.deb 48359132 SHA256 6cb12dce5c4c39ef86512c5f4394509a8650f13a6bd755ea3cc2c7538e8deb3a SHA512 ddf550d6568a980f7c4320b04eaa72b27df989eb8eee76bfd2a14524a63a1a7f38c233e65ec8e67dfbbfaa1f60718168b245c9c10f6b5ecc9f66af5f71a167e0 WHIRLPOOL 3e5be637c8293dafa3a2bbf60e155f8ece5c63a319ead912caf36841aa21092fa3bdeb1ba589b8157f78c637a4546f232368d821a94f822a2b64be353826299b +DIST google-chrome-unstable_51.0.2704.19-1_amd64.deb 49093430 SHA256 bc00b9dab1cb8919153aa9c5761cb54f55ebd29c56fee6f8854673bc0756604c SHA512 755bf8edf66106784bb5ad08004650a83b9fb9346f4e0992b6571ece82caf8f06162d3909f902392c19c4d68b6d11bf652193b2f14c2375651de5d1f3eac2c01 WHIRLPOOL 983da617a06783909f2a4528939e15a0e6092812840a1efed7d0d923f3d1822fe364812122187f6f5c8667479dfe35368bc9d670b0422fc0208df6b2fd63b8f6 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 deleted file mode 100644 index 23cd900adc0e..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75.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.86.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.86.ebuild new file mode 100644 index 000000000000..23cd900adc0e --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.86.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-51.0.2704.19_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.19_alpha.ebuild new file mode 100644 index 000000000000..b246cc856ff6 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.19_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="${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-51.0.2704.7_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.7_alpha.ebuild deleted file mode 100644 index b246cc856ff6..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.7_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="${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