From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- gnome-extra/chrome-gnome-shell/Manifest | 4 +- .../chrome-gnome-shell-10-r1.ebuild | 51 --------------------- .../chrome-gnome-shell-10-r2.ebuild | 51 --------------------- .../chrome-gnome-shell-10-r3.ebuild | 53 ++++++++++++++++++++++ .../chrome-gnome-shell-10-r4.ebuild | 53 ++++++++++++++++++++++ 5 files changed, 108 insertions(+), 104 deletions(-) delete mode 100644 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild delete mode 100644 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild create mode 100644 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild create mode 100644 gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild (limited to 'gnome-extra/chrome-gnome-shell') diff --git a/gnome-extra/chrome-gnome-shell/Manifest b/gnome-extra/chrome-gnome-shell/Manifest index 0609a5756f91..c520c639ee50 100644 --- a/gnome-extra/chrome-gnome-shell/Manifest +++ b/gnome-extra/chrome-gnome-shell/Manifest @@ -1,4 +1,4 @@ DIST chrome-gnome-shell-10.tar.xz 158972 BLAKE2B fe4df942f885aee40d5c5e01dcd127a9deb46aeb57765336c91a7a9c56f7c953eb36d822ffa821300b99e3d765c1b162767fc5debc24e42a16bddb1404796c9c SHA512 cf0d108c3fb57deb4926a4cf043dd64d776eda4c01ec595a1472c6c45726b8460381b9bd7cb1b43d7a5bd8a585be0d1b648c720a2f0a7a377c133b8750e76cd6 -EBUILD chrome-gnome-shell-10-r1.ebuild 1400 BLAKE2B 1eff2159294e582f96506fbbaaedf163d7ee6c6adb5cf8824971e5ea923f8338c9773890f77e0620a5eba7016c89e8603f0dd550dcdb54c07b5bf23470f1e414 SHA512 8a2561cae747ee489341f04fda2cde8b7dfc0eec5a74caf742797497dc3db221e0206fb24bbe43b77efaf72e7f8dd28fca63e0ab4fb022a4ba70cb5ef01f0fc5 -EBUILD chrome-gnome-shell-10-r2.ebuild 1410 BLAKE2B 1a0b6a89aa703cad9dcd490c19d65848425c282a0f688c00e3ff1215aeb6f47da2e2c1f208a75baa44adaab9b7be8c6cc74274de7912bcb92c6b06bb42dc9084 SHA512 a531ec080633a497d82c8fdcb231d78db58409c806983538b9082634d220260af3b467e0df0bd3fafa5d8c5b8977883c0a7e2ce223a987f96b45ef6711e6e172 +EBUILD chrome-gnome-shell-10-r3.ebuild 1433 BLAKE2B 0291ed26b1aea206a1ba70cfbe355bead13f0452b15b04b778a675f5521253957494507b5f3960155aa8e3c8206568a9e2cc45be690abaaf4c091a3c5c37476c SHA512 89aed312c59e3612cb4c0023f0bd8608de1df94cbfd35bc38744ac4673a8e83284124174fe0d64dc0bd8194291cc99a8db38ebcaabc6cbc175866f0cc086ce85 +EBUILD chrome-gnome-shell-10-r4.ebuild 1443 BLAKE2B 299b9bdca0e2e6e1f819bf6b258be131597f9d916f16476e3b5a1d2381b263ae7db1dfba842a897334ac03ff8b141f8a3bc284702c495399a04cbe9e6bed62c3 SHA512 e8d6ec606faada72c84e73c31662242f55ca0d1fd7a35810abe89c7d1de171747788f556900a8889160cbb060567c9f58711dd0590204ba822a6ec187dbdf287 MISC metadata.xml 538 BLAKE2B 730cc561a29ab8e4506843dfaa1520af6a8ef1b3139856fbb4e7ba077eab90f28f0440c0b511e0c11167961971ebe0b1b7b53ce386d2f82d4d20b0e9f41664a9 SHA512 fed3f8fac456d95085878b4f3a5f9a0c139df07d4c3a515412727f4e4a805456736d5e36df6397e2a38dbf7043f4e83e2ffddf2615749fa7a43734a17b0ea3b2 diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild deleted file mode 100644 index d60ba0d0a1ec..000000000000 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit cmake-utils python-single-r1 - -DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" -SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - app-misc/jq - sys-apps/coreutils -" -RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - gnome-base/gnome-shell -" - -src_configure() { - local mycmakeargs=( -DBUILD_EXTENSION=OFF ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then - # Workaround www-client/firefox-bin manifests location - # Bug: https://bugs.gentoo.org/643522 - insinto /usr/lib/mozilla/native-messaging-hosts - doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json - fi -} - -pkg_postinst() { - elog "Please note that this package provides native messaging connector only." - elog "You can install browser extension using link provided at" - elog "https://extensions.gnome.org website." -} diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild deleted file mode 100644 index cc94f8f1db72..000000000000 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) - -inherit cmake-utils python-single-r1 - -DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers" -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" -SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - app-misc/jq - sys-apps/coreutils -" -RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - gnome-base/gnome-shell -" - -src_configure() { - local mycmakeargs=( -DBUILD_EXTENSION=OFF ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - - if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then - # Workaround www-client/firefox-bin manifests location - # Bug: https://bugs.gentoo.org/643522 - insinto /usr/lib/mozilla/native-messaging-hosts - doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json - fi -} - -pkg_postinst() { - elog "Please note that this package provides native messaging connector only." - elog "You can install browser extension using link provided at" - elog "https://extensions.gnome.org website." -} diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild new file mode 100644 index 000000000000..b7c746b42dd3 --- /dev/null +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r3.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) + +inherit cmake-utils python-single-r1 + +DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" +SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + app-misc/jq + sys-apps/coreutils +" +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/requests[${PYTHON_MULTI_USEDEP}] + ') + gnome-base/gnome-shell +" + +src_configure() { + local mycmakeargs=( -DBUILD_EXTENSION=OFF ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then + # Workaround www-client/firefox-bin manifests location + # Bug: https://bugs.gentoo.org/643522 + insinto /usr/lib/mozilla/native-messaging-hosts + doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json + fi +} + +pkg_postinst() { + elog "Please note that this package provides native messaging connector only." + elog "You can install browser extension using link provided at" + elog "https://extensions.gnome.org website." +} diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild new file mode 100644 index 000000000000..b70997c19680 --- /dev/null +++ b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10-r4.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8} ) + +inherit cmake-utils python-single-r1 + +DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers" +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome" +SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + app-misc/jq + sys-apps/coreutils +" +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + dev-python/requests[${PYTHON_MULTI_USEDEP}] + ') + gnome-base/gnome-shell +" + +src_configure() { + local mycmakeargs=( -DBUILD_EXTENSION=OFF ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + if [[ $(get_libdir) != "lib" && "${SYMLINK_LIB}" != yes ]]; then + # Workaround www-client/firefox-bin manifests location + # Bug: https://bugs.gentoo.org/643522 + insinto /usr/lib/mozilla/native-messaging-hosts + doins "${ED}"/usr/$(get_libdir)/mozilla/native-messaging-hosts/org.gnome.chrome_gnome_shell.json + fi +} + +pkg_postinst() { + elog "Please note that this package provides native messaging connector only." + elog "You can install browser extension using link provided at" + elog "https://extensions.gnome.org website." +} -- cgit v1.2.3