diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-01 19:22:18 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-05-01 19:22:18 +0300 |
commit | 27f302885d155c590bbc8cf67e36634e71dd6d04 (patch) | |
tree | 4400e5ad8962c57e955bac3f9bf34bf916feb031 /app-editors | |
parent | dev-ros/rosbag_migration_rule: Fix tabs in metadata (diff) | |
download | gentoo-27f302885d155c590bbc8cf67e36634e71dd6d04.tar.gz gentoo-27f302885d155c590bbc8cf67e36634e71dd6d04.tar.bz2 gentoo-27f302885d155c590bbc8cf67e36634e71dd6d04.zip |
app-editors/gedit-plugins: Drop zeitgeist dependency
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 9 | ||||
-rw-r--r-- | app-editors/gedit-plugins/metadata.xml | 1 |
2 files changed, 3 insertions, 7 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild index e9e6e28248fe..676c4d9aa014 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,7 @@ LICENSE="GPL-2+" KEYWORDS="amd64 x86" SLOT="0" -IUSE_plugins="charmap git terminal vala zeitgeist" +IUSE_plugins="charmap git terminal vala" IUSE="+python ${IUSE_plugins}" # python-single-r1 would request disabling PYTHON_TARGETS on libpeas REQUIRED_USE=" @@ -24,7 +24,6 @@ REQUIRED_USE=" git? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) terminal? ( python ) - zeitgeist? ( python ) " RDEPEND=" @@ -49,7 +48,6 @@ RDEPEND=" git? ( >=dev-libs/libgit2-glib-0.0.6 ) terminal? ( x11-libs/vte:2.91[introspection] ) vala? ( $(vala_depend) ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] ) " DEPEND="${RDEPEND} app-text/yelp-tools @@ -70,8 +68,7 @@ src_prepare() { src_configure() { gnome2_src_configure \ $(use_enable python) \ - $(use_enable vala) \ - $(use_enable zeitgeist) + $(use_enable vala) } src_install() { diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml index ba0535e10d0d..0b4585984564 100644 --- a/app-editors/gedit-plugins/metadata.xml +++ b/app-editors/gedit-plugins/metadata.xml @@ -11,6 +11,5 @@ them</flag> <flag name="git">Shows document changes related to git's HEAD</flag> <flag name="terminal">Embed a terminal in the bottom pane</flag> - <flag name="zeitgeist">Build the plugin to inject events to zeitgeist</flag> </use> </pkgmetadata> |