summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-03-18 22:54:40 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-18 22:54:55 +1100
commit81e2f4a32a655073f5a01f99879c11e4aca64818 (patch)
tree1938c60f342f71b31e82e2b721b555797a18123d /gnome-extra
parentapp-editors/emacs: Stable for HPPA (bug #608192). (diff)
downloadgentoo-81e2f4a32a655073f5a01f99879c11e4aca64818.tar.gz
gentoo-81e2f4a32a655073f5a01f99879c11e4aca64818.tar.bz2
gentoo-81e2f4a32a655073f5a01f99879c11e4aca64818.zip
gnome-extra/zeitgeist: remove last rited dependency
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/zeitgeist/metadata.xml1
-rw-r--r--gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild5
2 files changed, 2 insertions, 4 deletions
diff --git a/gnome-extra/zeitgeist/metadata.xml b/gnome-extra/zeitgeist/metadata.xml
index 7061ef89cbd8..9253594b1e45 100644
--- a/gnome-extra/zeitgeist/metadata.xml
+++ b/gnome-extra/zeitgeist/metadata.xml
@@ -14,7 +14,6 @@ are logged. It is the heart of Zeitgeist.
<flag name="datahub">Use build datahub for passive event injection</flag>
<flag name="downloads-monitor">Monitor the XDG_DOWNLOAD_DIRECTORY</flag>
<flag name="fts">Enable the full text search extension</flag>
- <flag name="plugins">Use <pkg>gnome-extra/zeitgeist-datasources</pkg> to enable numerous packages to inject events</flag>
<flag name="sql-debug">Enable SQL debugging</flag>
<flag name="telepathy">Enable telepathy framework as data source</flag>
</use>
diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
index 27029f7daefa..32e9f5931570 100644
--- a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
+++ b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="https://launchpad.net/zeitgeist/${DIR_PV}/${PV}/+download/${P}.tar.xz
LICENSE="LGPL-2+ LGPL-3+ GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+datahub downloads-monitor +fts icu introspection nls plugins sql-debug telepathy"
+IUSE="+datahub downloads-monitor +fts icu introspection nls sql-debug telepathy"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
@@ -45,7 +45,6 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
virtual/pkgconfig
"
-PDEPEND="plugins? ( gnome-extra/zeitgeist-datasources )"
src_prepare() {
# pure-python module is better managed manually, see src_install