diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2018-02-05 00:09:44 +0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 16:26:07 +0100 |
commit | f9bc326b3b44013adac3f8931443f656a3430806 (patch) | |
tree | 39140d61ef092a5ff7046bc0135c42e6d2cdd006 /gnome-extra | |
parent | dev-util/clion: remove old version. (diff) | |
download | gentoo-f9bc326b3b44013adac3f8931443f656a3430806.tar.gz gentoo-f9bc326b3b44013adac3f8931443f656a3430806.tar.bz2 gentoo-f9bc326b3b44013adac3f8931443f656a3430806.zip |
gnome-extra/chrome-gnome-shell: drop old.
Closes: https://github.com/gentoo/gentoo/pull/7076
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/chrome-gnome-shell/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.1.ebuild | 60 |
2 files changed, 0 insertions, 61 deletions
diff --git a/gnome-extra/chrome-gnome-shell/Manifest b/gnome-extra/chrome-gnome-shell/Manifest index 186c298084f7..138c6e028b70 100644 --- a/gnome-extra/chrome-gnome-shell/Manifest +++ b/gnome-extra/chrome-gnome-shell/Manifest @@ -1,3 +1,2 @@ -DIST chrome-gnome-shell-8.1.tar.xz 145404 BLAKE2B a974b9068dafd58eefc16be10c5758cc52c57dc620247f8d6d2586b981354e63d5a390e543bd2a0afa89e9989b01b4097a701664408ac45db9966c08e6533396 SHA512 90fc047aece51e8cee24d65033db1f32f6ddb90d24a63127248b0dc824f26dab3a5cb169e179a17c7b26aacb7d8417101f5a7695c979417e9f8464a9672b34d2 DIST chrome-gnome-shell-8.tar.xz 143224 BLAKE2B 9dcb94f7dcc263c6cc332c476bd652b0ea62443ffb154f67ba869ddc970e892a28ef96be13732d49dfbf5c3db9c4c8fed18918359f240e6b1b6218fa3a2bd462 SHA512 61acd4b0564892667bd1468430ddfff4c0cfbe92b573d8b7e4c5448c25266bd0ee6e89e9bebe08553de4f9661ceeea46f5af38d980051491c40ed7deb24e3277 DIST chrome-gnome-shell-9.tar.xz 151984 BLAKE2B 884906a308d864893664f499172c130b6ab7cc3ae7a5746f7430f3d779f43320de723c9757fc4c8a9328704b2b5c40c8a829d74280ac78d4f09e000f593c3805 SHA512 b9b5f913a74bdfa641ce35c62f15aa1ceff37e6e0fef43c127ff8ba31933ba2d9c93ee50809b013336ec63ae1020d4e1cacd56d9a86204e1ba4c0bd1d8ed50cf diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.1.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.1.ebuild deleted file mode 100644 index 212495f9a51c..000000000000 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-8.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -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="~amd64 ~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() { - # Chrome policy files should be removed with package. - # Otherwise it will not be possible to uninstall web extension - # from browser. - echo -n "CONFIG_PROTECT_MASK=\"" > 50"${PN}" || die - echo -n "/etc/chromium/policies/managed/${PN}.json " >> 50"${PN}" || die - echo "/etc/opt/chrome/policies/managed/${PN}.json\"" >> 50"${PN}" || die - doenvd 50"${PN}" - - cmake-utils_src_install -} - -pkg_postinst() { - elog "Please note that this package provides native messaging connector only." - elog - elog "Managed policy was installed to force browser extension installation" - elog "for Google Chrome, Chromium and Vivaldi browsers from Chrome Store" - elog "https://chrome.google.com/webstore/detail/gphhapmejobijbbhgpjhcjognlahblep" - elog - elog "For Mozilla Firefox you should manualy install browser extension from" - elog "https://addons.mozilla.org/firefox/addon/gnome-shell-integration/" - elog - elog "For Opera you should manualy install browser extension from" - elog "https://addons.opera.com/extensions/details/gnome-shell-integration/" -} |