diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-01-07 11:33:29 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-01-07 11:33:52 -0600 |
commit | f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239 (patch) | |
tree | 9f40f9648ad954f98c70326f9154a2707317003e /gnome-extra/chrome-gnome-shell | |
parent | net-wireless/uhd: bump (diff) | |
download | gentoo-f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239.tar.gz gentoo-f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239.tar.bz2 gentoo-f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239.zip |
gnome-extra/chrome-gnome-shell: drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'gnome-extra/chrome-gnome-shell')
-rw-r--r-- | gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild deleted file mode 100644 index 29fd3225284e..000000000000 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild +++ /dev/null @@ -1,40 +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 ~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 -} - -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." -} |