Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Tue, 01 May 2018 16:22:35
Message-Id: 1525191738.27f302885d155c590bbc8cf67e36634e71dd6d04.zlogene@gentoo
1 commit: 27f302885d155c590bbc8cf67e36634e71dd6d04
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 16:22:18 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 16:22:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f30288
7
8 app-editors/gedit-plugins: Drop zeitgeist dependency
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 9 +++------
13 app-editors/gedit-plugins/metadata.xml | 1 -
14 2 files changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
17 index e9e6e28248f..676c4d9aa01 100644
18 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
19 +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -16,7 +16,7 @@ LICENSE="GPL-2+"
27 KEYWORDS="amd64 x86"
28 SLOT="0"
29
30 -IUSE_plugins="charmap git terminal vala zeitgeist"
31 +IUSE_plugins="charmap git terminal vala"
32 IUSE="+python ${IUSE_plugins}"
33 # python-single-r1 would request disabling PYTHON_TARGETS on libpeas
34 REQUIRED_USE="
35 @@ -24,7 +24,6 @@ REQUIRED_USE="
36 git? ( python )
37 python? ( ${PYTHON_REQUIRED_USE} )
38 terminal? ( python )
39 - zeitgeist? ( python )
40 "
41
42 RDEPEND="
43 @@ -49,7 +48,6 @@ RDEPEND="
44 git? ( >=dev-libs/libgit2-glib-0.0.6 )
45 terminal? ( x11-libs/vte:2.91[introspection] )
46 vala? ( $(vala_depend) )
47 - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] )
48 "
49 DEPEND="${RDEPEND}
50 app-text/yelp-tools
51 @@ -70,8 +68,7 @@ src_prepare() {
52 src_configure() {
53 gnome2_src_configure \
54 $(use_enable python) \
55 - $(use_enable vala) \
56 - $(use_enable zeitgeist)
57 + $(use_enable vala)
58 }
59
60 src_install() {
61
62 diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml
63 index ba0535e10d0..0b458598456 100644
64 --- a/app-editors/gedit-plugins/metadata.xml
65 +++ b/app-editors/gedit-plugins/metadata.xml
66 @@ -11,6 +11,5 @@
67 them</flag>
68 <flag name="git">Shows document changes related to git's HEAD</flag>
69 <flag name="terminal">Embed a terminal in the bottom pane</flag>
70 - <flag name="zeitgeist">Build the plugin to inject events to zeitgeist</flag>
71 </use>
72 </pkgmetadata>