From 3ae573eaea4d1aa6f419ae7f7b01822130c41f62 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 25 Apr 2016 20:37:41 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p79 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-50.0.2661.75_beta.ebuild | 82 ---------------------- .../chrome-binary-plugins-51.0.2704.22_beta.ebuild | 82 ++++++++++++++++++++++ 3 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.22_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 7b7f7d418ace..4c4b39d19e1c 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-beta_51.0.2704.22-1_amd64.deb 48932974 SHA256 7d1f01725f4963ab27b8901427e131e1aa8be7bddb087b90b7341cc7e19226d5 SHA512 ffc5e6c5c71d79d407a822495d9df5134d809af182d5a1df6c74ba5e5c867b3dbbdf6a8e3ac13f4279ded35ff2f72aacbf736bfab107705106f012e3da32ad91 WHIRLPOOL 20610161f11583637cfab785c8993ba060012b7fd824b1ffe6923f22392b30e85803276e4089085da06887f83b3cde04bf419394e41d2a813ca2b630237ba37a 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_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_beta.ebuild deleted file mode 100644 index b246cc856ff6..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.75_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-51.0.2704.22_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.22_beta.ebuild new file mode 100644 index 000000000000..b246cc856ff6 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-51.0.2704.22_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