From 9d1096d3b7c3a81d23ee62e104582aeddd2ea379 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Thu, 4 Aug 2016 16:28:02 -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-53.0.2785.34_beta.ebuild | 78 ---------------------- .../chrome-binary-plugins-53.0.2785.46_beta.ebuild | 78 ++++++++++++++++++++++ 3 files changed, 79 insertions(+), 79 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.34_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.46_beta.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 323e4dd7e8c2..ee30919cf711 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-beta_53.0.2785.46-1_amd64.deb 52602450 SHA256 d5529b70ccaa9c090da6d9b5166f3ac7ad634c8715ca6b9ea25c2e1983e15727 SHA512 6db37a0a5eea8eb512b3d778ff1f486431d34ffb2412fc1ea60cc2a88389a6a2804b767a072181e8f1bf9874e80795e6d76e224c469a3420c8f2abb62a73125f WHIRLPOOL 60c65a77de33f02bb1d2554043db36c3f79ff00027eb425a92cd2fbf83c038dee784777368240d7c833330775307d72c4869b2ca72c5627e24ab860adfa98577 DIST google-chrome-stable_52.0.2743.116-1_amd64.deb 49266416 SHA256 483343ad8eac2c8e329180745f252516a15b9f1a6875a5fdbbdbf1b1d9ebd44e SHA512 5d51bebd0cb906b665e4b77dcf69d8f571cdce229a74280ea6b9ab5823db43d17bb9f3b56a9ecb25141a7ec14711c39923379dc717db0b15577369f4fcb3fdae WHIRLPOOL 19577fc6487551f3862d27a475050f6cf48e622f59fcfe58048d8b96da7dfce2b9adb82858059e9fab8190fd833c197a83fa221493b21c8f20ea2a9e7b7572a2 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-53.0.2785.34_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.34_beta.ebuild deleted file mode 100644 index 07c207f2a773..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.34_beta.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-53.0.2785.46_beta.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.46_beta.ebuild new file mode 100644 index 000000000000..07c207f2a773 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-53.0.2785.46_beta.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