From ed773684dcb2b54f7b4ed69cc5662342a1f4ba3d Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 6 Apr 2016 20:19:11 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: portage-2.2.28_p64 --- www-plugins/chrome-binary-plugins/Manifest | 2 +- ...chrome-binary-plugins-50.0.2661.57_beta1.ebuild | 85 ---------------------- ...chrome-binary-plugins-50.0.2661.66_beta1.ebuild | 85 ++++++++++++++++++++++ 3 files changed, 86 insertions(+), 86 deletions(-) delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.57_beta1.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild (limited to 'www-plugins') diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 140a221c971e..04a176a8cafe 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.57-1_amd64.deb 48795762 SHA256 c9e2ac9bfd0195363248f32138cf910a1c97d854f0a9dcabdba5b45505deb5e2 SHA512 7056be978218552733111cba378f5c27705d1d94aa9a6f0c0c79009f8fb37f42ce47b33a64962473d73323676037c31f3a659529531277977e04dafb78a8a033 WHIRLPOOL 08a629b05bb4e580764668a95db3403fecb00aa8d77cfe16a48aac8207364e1a952a5e55c34706815c8b9dce723a4e967621e06f7308a6d901dec447388e7f4c +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.110-1_amd64.deb 48662330 SHA256 232842e316e17c254de430562ebc057f057a96546e93ed146aa17a7853144db6 SHA512 014bf9233565d9cf687f1380b619fb0a69fd8362c80d9c35a2e9a4d427a9d46c1cd2dffd60bb6fbe9aad9de5931a47cae61607c02e08f340250959cd968ef6d8 WHIRLPOOL f065ba13c71fff1cd81bd96e9bd068f86d34c8d5e527bde9a43ba49c8f63c839f011586430e4650c042d3abd7e9783c46009e8f4346a4a706fe2111c38b78ab1 DIST google-chrome-unstable_51.0.2700.0-1_amd64.deb 49151708 SHA256 655e1e4730c413f9a08d69748e3257e6ada39a6db7394da7954c06181c8b1aa2 SHA512 9e241071c802f2b5b5e21a04371c930d8c87df7e44daddf22ad2d512498c1f7d6eb2d460a6bba035047f7de99186526109c34a40452368aea3732cc4c9eaaf9c WHIRLPOOL e3e2052daa845f3ceaef1d2b46f1a16b71677a5e19d6ef28fa2013b90b9f1f62c4c8f9ca9cc5e59583900aa9b43973aadde44814e4aadde7e22a9f2249531311 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.57_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.57_beta1.ebuild deleted file mode 100644 index 1dbafa6a762d..000000000000 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.57_beta1.ebuild +++ /dev/null @@ -1,85 +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/-} - ;; - *_beta*) - SLOT="beta" - CHROMEDIR="opt/google/chrome-${SLOT}" - MY_PV=${PV/_beta/-} - ;; - *_p*) - SLOT="stable" - CHROMEDIR="opt/google/chrome" - MY_PV=${PV/_p/-} - ;; - *) - die "Invalid value for \${PV}: ${PV}" - ;; -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_beta1.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild new file mode 100644 index 000000000000..1dbafa6a762d --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-50.0.2661.66_beta1.ebuild @@ -0,0 +1,85 @@ +# 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/-} + ;; + *_beta*) + SLOT="beta" + CHROMEDIR="opt/google/chrome-${SLOT}" + MY_PV=${PV/_beta/-} + ;; + *_p*) + SLOT="stable" + CHROMEDIR="opt/google/chrome" + MY_PV=${PV/_p/-} + ;; + *) + die "Invalid value for \${PV}: ${PV}" + ;; +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