From 33c79dc7689cd5eca256b29b0760743b5086a2fb Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 2 Aug 2016 21:03:55 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.3.0_p16 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- .../chrome-binary-plugins-54.0.2810.2_alpha.ebuild | 78 ---------------------- .../chrome-binary-plugins-54.0.2816.0_alpha.ebuild | 78 ++++++++++++++++++++++ 3 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2810.2_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2816.0_alpha.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 6368b08fd6b5..1a08a50da9ed 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.34-1_amd64.deb 52162720 SHA256 6caee36010f3c8ef840db4235789a8c5cc82806050bcb0de2be16cf03b200a7f SHA512 7b0f16bb8cf51e3f6175e15912def385ba87146d66869aae4a7d00129b129ed239ca0ae301de5c8cd64427770472c4b04601e46a9d9747cbe488b96995c0ea6d WHIRLPOOL feb817bb241676266fc145fc0131ee4cb1abcbb6adaa5a8b9ca098c9753705402bf5b6e84cedebc53b09d4aeb7ad7bb89e420f64c290d23fa3719b276db7c5f3 DIST google-chrome-stable_52.0.2743.82-1_amd64.deb 48953390 SHA256 1f91aa8f5c50552080ba1f2d48b45548cbb375641b67d1c64a3f77c27157906f SHA512 e736ee9aa30305de086a56d6aaa37e0608d8cb6ace9a33d23e3add8be1560f6dd65c191f80891e86bb52d00aa0c289afb044a20065ab31500910089e09a52d26 WHIRLPOOL c07146b905e90629f1bfbb23708292951537f3c0673ea8807652ccf9631872d32ad86bfe2f3de3e54e0405daccf2b9a35d18e927f94c3752e7ace10854cf3873 -DIST google-chrome-unstable_54.0.2810.2-1_amd64.deb 52908020 SHA256 477dc6a5322a07758e97386cb3f5e8f5337c80838d0c451219db674dfa746624 SHA512 e55ed52e545e737e318ba6f224742fa167ff6fa3d603a8a66cc5cee14932378300908f30328c763fac64309e289a15d93d9f95cd9ac2d71c81d2e4a32298fe7a WHIRLPOOL bd3fae89e910ae2cdd27d23e2f7d6d5d20ef0b92e2a5d7d3ea4e36c8361ded86c8aa48999c2dfee81356f127c0499451f085dc687c5a35540b384b48dd26d502 +DIST google-chrome-unstable_54.0.2816.0-1_amd64.deb 52462926 SHA256 db99ebc028a5d33a30ae8851f6d823254dc5f8c2f4d238606e65a3cbad1b251b SHA512 7b170560eb364eeed7ba32662a272ab66ec1515b43e134026ee387d6160996b9d080f45840113d83ff850c87462091b40f266fe5c3eae5a9a1aa870a3c9bcc23 WHIRLPOOL 3b74821b376ecc74b3f839fea68210f410b27af4443d36b3025ca2211b113f3085c35ac8862bbb23f5758423e87312ec04033ef4312f58368d65a500d7bd6009 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2810.2_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2810.2_alpha.ebuild deleted file mode 100644 index 07c207f2a773..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2810.2_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.2816.0_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2816.0_alpha.ebuild new file mode 100644 index 000000000000..07c207f2a773 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-54.0.2816.0_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