Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/
Date: Wed, 11 Sep 2019 09:38:47
Message-Id: 1568194705.52de89467482e0f4e162ffa67d292361bc1c9df3.floppym@gentoo
1 commit: 52de89467482e0f4e162ffa67d292361bc1c9df3
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 09:38:25 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 09:38:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52de8946
7
8 www-plugins/chrome-binary-plugins: remove non-functional version
9
10 It appears Google no longer ships libwidevinecdm.so in the Chrome
11 package.
12
13 Package-Manager: Portage-2.3.75_p6_p49185, Repoman-2.3.17_p48_p49185
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 www-plugins/chrome-binary-plugins/Manifest | 1 -
17 .../chrome-binary-plugins-78.0.3902.4_alpha.ebuild | 67 ----------------------
18 2 files changed, 68 deletions(-)
19
20 diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest
21 index 9942e4ad71e..ef80e6937fd 100644
22 --- a/www-plugins/chrome-binary-plugins/Manifest
23 +++ b/www-plugins/chrome-binary-plugins/Manifest
24 @@ -1,3 +1,2 @@
25 DIST google-chrome-beta_77.0.3865.75-1_amd64.deb 64103536 BLAKE2B 443200b8c821ed9c239fef08a8d97338033629bf2c5227240056d35a3a946fb97fe2b538a2e2d9fb14c01364c6ce59a82dc684eb522107dc129540c093d158b1 SHA512 524924bb88d601e86824067c6f4deca436e0af9d7d30ba68d2f2a857625c75ada8808dc3907dadd87a7a44ce88efb9dd058084be1a70c0f93142c041f4736d7a
26 DIST google-chrome-stable_77.0.3865.75-1_amd64.deb 62302944 BLAKE2B d4231928ff823e5c89339ff8327d9851b89f52761d9a8998f077535183476b6f39b948ac2604e4e3631b20ef25f985fb1d3fad0f7ea00ca97aba5fb58868a80d SHA512 b239fbf5549da67d900a605a62999900f9f3c8cd2f4ad9c55dcc91b20fda351ba82845ee908cc17daa8678ddacc01a3b2795adccf075ce22c9811667c3ca3216
27 -DIST google-chrome-unstable_78.0.3902.4-1_amd64.deb 62088460 BLAKE2B 45fbcdf6664266179f0a1404e573b04b947899b6b3fc8c1463c1ccdddcee09e3102a6813686f9131918adab2bf41906b9d0c3032517c53677e6ae6582d6e29cb SHA512 4b98a0deeaa4a3c5266a7a1eafd84dc7ec6d21219abf095750aaba067db1877ee91ac30190954a746db313c07e9c55e90e67ab25d9cb2266c5bc5db160ea66e5
28
29 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3902.4_alpha.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3902.4_alpha.ebuild
30 deleted file mode 100644
31 index 3fd84e77d22..00000000000
32 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-78.0.3902.4_alpha.ebuild
33 +++ /dev/null
34 @@ -1,67 +0,0 @@
35 -# Copyright 2012-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit multilib unpacker
41 -
42 -DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
43 -HOMEPAGE="https://www.google.com/chrome"
44 -
45 -case ${PV} in
46 - *_alpha*)
47 - SLOT="unstable"
48 - CHROMEDIR="opt/google/chrome-${SLOT}"
49 - MY_PV=${PV%_alpha}-1
50 - ;;
51 - *_beta*)
52 - SLOT="beta"
53 - CHROMEDIR="opt/google/chrome-${SLOT}"
54 - MY_PV=${PV%_beta}-1
55 - ;;
56 - *)
57 - SLOT="stable"
58 - CHROMEDIR="opt/google/chrome"
59 - MY_PV=${PV}-1
60 - ;;
61 -esac
62 -
63 -MY_PN="google-chrome-${SLOT}"
64 -MY_P="${MY_PN}_${MY_PV}"
65 -
66 -SRC_URI="https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb"
67 -KEYWORDS="-* ~amd64"
68 -
69 -LICENSE="google-chrome"
70 -IUSE="+widevine"
71 -RESTRICT="bindist mirror strip"
72 -
73 -RDEPEND="
74 - widevine? (
75 - dev-libs/glib:2
76 - dev-libs/nspr
77 - dev-libs/nss
78 - !<www-client/chromium-57[widevine(-)]
79 - )
80 -"
81 -
82 -for x in 0 beta stable unstable; do
83 - if [[ ${SLOT} != ${x} ]]; then
84 - RDEPEND+=" !${CATEGORY}/${PN}:${x}"
85 - fi
86 -done
87 -
88 -S="${WORKDIR}/${CHROMEDIR}"
89 -QA_PREBUILT="*"
90 -
91 -pkg_nofetch() {
92 - eerror "Please wait 24 hours and sync your portage tree before reporting fetch failures."
93 -}
94 -
95 -src_install() {
96 - insinto /usr/$(get_libdir)/chromium
97 - if use widevine; then
98 - doins libwidevinecdm.so
99 - dosym ../chromium/libwidevinecdm.so /usr/$(get_libdir)/chromium-browser/libwidevinecdm.so
100 - fi
101 -}