From 16a7a408f510d71665601f15fbe78f3412d851a2 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 10 Apr 2019 21:13:03 -0400 Subject: www-plugins/chrome-binary-plugins: automated update Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87 Signed-off-by: Mike Gilbert --- www-plugins/chrome-binary-plugins/Manifest | 6 +- .../chrome-binary-plugins-73.0.3683.103.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-73.0.3683.86.ebuild | 67 ---------------------- .../chrome-binary-plugins-74.0.3729.40_beta.ebuild | 67 ---------------------- .../chrome-binary-plugins-74.0.3729.75_beta.ebuild | 67 ++++++++++++++++++++++ .../chrome-binary-plugins-75.0.3745.4_alpha.ebuild | 67 ---------------------- .../chrome-binary-plugins-75.0.3759.4_alpha.ebuild | 67 ++++++++++++++++++++++ 7 files changed, 204 insertions(+), 204 deletions(-) create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.103.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.86.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.40_beta.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-74.0.3729.75_beta.ebuild delete mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3745.4_alpha.ebuild create mode 100644 www-plugins/chrome-binary-plugins/chrome-binary-plugins-75.0.3759.4_alpha.ebuild diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 011a9deeacca..0a96fa513942 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -1,3 +1,3 @@ -DIST google-chrome-beta_74.0.3729.40-1_amd64.deb 59919032 BLAKE2B dba7bac203e89c99a1c37b3ce5d5228538d1caaf77c649406f31fbf937129328bc520951cc72f295e14dc80fdc7ed2db367c1a7174b9fc8fc3279d171b8609d4 SHA512 37cbe63d0106024a310042325fe78ad2c40f50455302dded475db6315ed66c6dc89c93e2e06481f1b940419db782664fceabea81c87630fc3f500fce9a9df04b -DIST google-chrome-stable_73.0.3683.86-1_amd64.deb 57596330 BLAKE2B 5bd808a2909d74e85056fe9c84c746463ee9dc2a31bf3e2f95364885acac6c14d41433fee2922b6e2a33b1aebb8a63a6319e28dabf759231493e1edce5b2a1f9 SHA512 b7bb3f1c1d76ec029f3d9d2387ff2218ea114ea43047c313f930811ff5a4214ea00a651b8891170845f6c4a03edc44ffb7f04450b25579ece11517e7e0a2de6f -DIST google-chrome-unstable_75.0.3745.4-1_amd64.deb 60051310 BLAKE2B f44beaedad5a28f36ed19cdf142b982ab129c3bbcb650e05c5d13b69dba8661fc6b9ba59d4a2294c548356678a70204c56bb810a23c135c952048df0ad94e0f1 SHA512 af5c99821b3eb8c92edd4827e8ec81ae7ce6e3df029b4c14e3e11978aa162e3b00919ff7a3d81ef63409614ae191a48f790a7f4cf567ef4258cf74a8f95b2d18 +DIST google-chrome-beta_74.0.3729.75-1_amd64.deb 59498310 BLAKE2B d5d078ed078f93b94ad4915c76d35e41f0d3512829dfa5be4835cb995a0109b26fe5d041ed3f4cef9714fc49e0c670bbf5c3a3015a74cd68d76a509c47fbfa78 SHA512 cb03b85d8041b4cd577a384efdbcc00fd1c9c839f6776c3b2534008b384c163e183e2a3e1d77cd34b193f24793a342ec789ba376100c8981b4ba98ddb87ffd99 +DIST google-chrome-stable_73.0.3683.103-1_amd64.deb 57642824 BLAKE2B b1df10d4367d23ef075005c6496655d38da8c013e1f860289b7be19260ca56d6d49153fb239c0781e7babc46138653493722d4badca023ee14e07e8d7afc2fed SHA512 19a1719ef9b1946401749f0ede6ee381ecbdeeb3e03afa474fd3122de6e6a5db983c24af18c81d135d703bd30b95673dc277c64fc19127b02ce64f795fc79cd1 +DIST google-chrome-unstable_75.0.3759.4-1_amd64.deb 60072262 BLAKE2B d66269dca89ebbff0ae86c7d02f524050d31ac0e4be50a477e55d18dd5ccc2cb092b0808e89fe4e18ff951ffceceb9202536b5bdf32c15e691e2ed309c075d4b SHA512 a806d3b0918f879829da070d8a5216fb7711f902eff141287c6a82db7de908546bc32f886ce6a8e38fbc9e3ae4fbeb38c0245d4c15b8953472a608d8328bdc69 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.103.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.103.ebuild new file mode 100644 index 000000000000..c60abbfa5a56 --- /dev/null +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-73.0.3683.103.ebuild @@ -0,0 +1,67 @@ +# Copyright 2012-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="+widevine" +RESTRICT="bindist mirror strip" + +RDEPEND=" + widevine? ( + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + !