gnome-extra/zeitgeist: remove last rited dependency
authorMichael Palimaka <kensington@gentoo.org>
Sat, 18 Mar 2017 11:54:40 +0000 (22:54 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 18 Mar 2017 11:54:55 +0000 (22:54 +1100)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

gnome-extra/zeitgeist/metadata.xml
gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild

index 7061ef89cbd87bc005e5b83554fd48921a07b030..9253594b1e45a16c76cbaba013b126d2da10fb94 100644 (file)
@@ -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>
index 27029f7daefab3b297bfcc2ab6ac150e48e82166..32e9f5931570d5595781ee691fa49f45d2a8f3f1 100644 (file)
@@ -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