-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
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="
git? ( python )
python? ( ${PYTHON_REQUIRED_USE} )
terminal? ( python )
- zeitgeist? ( python )
"
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
src_configure() {
gnome2_src_configure \
$(use_enable python) \
- $(use_enable vala) \
- $(use_enable zeitgeist)
+ $(use_enable vala)
}
src_install() {
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>