Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/chrome-gnome-shell/
Date: Tue, 07 Jan 2020 17:34:04
Message-Id: 1578418432.f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239.bkohler@gentoo
1 commit: f6ac7a58ac88ee3cc6efe4ae46355df7ef8c2239
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 7 17:33:29 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 7 17:33:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ac7a58
7
8 gnome-extra/chrome-gnome-shell: drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 .../chrome-gnome-shell-10.ebuild | 40 ----------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild b/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild
17 deleted file mode 100644
18 index 29fd3225284..00000000000
19 --- a/gnome-extra/chrome-gnome-shell/chrome-gnome-shell-10.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_6 )
28 -
29 -inherit cmake-utils python-single-r1
30 -
31 -DESCRIPTION="GNOME Shell integration for Chrome/Chromium, Firefox, Vivaldi, Opera browsers"
32 -HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome"
33 -SRC_URI="mirror://gnome/sources/${PN}/${PV}/${P}.tar.xz"
34 -
35 -LICENSE="GPL-3+"
36 -SLOT="0"
37 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
38 -IUSE=""
39 -
40 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
41 -
42 -DEPEND="${PYTHON_DEPS}
43 - app-misc/jq
44 - sys-apps/coreutils
45 -"
46 -RDEPEND="${PYTHON_DEPS}
47 - dev-python/pygobject:3[${PYTHON_USEDEP}]
48 - dev-python/requests[${PYTHON_USEDEP}]
49 - gnome-base/gnome-shell
50 -"
51 -
52 -src_configure() {
53 - local mycmakeargs=( -DBUILD_EXTENSION=OFF )
54 - cmake-utils_src_configure
55 -}
56 -
57 -pkg_postinst() {
58 - elog "Please note that this package provides native messaging connector only."
59 - elog "You can install browser extension using link provided at"
60 - elog "https://extensions.gnome.org website."
61 -}