From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7244F139694 for ; Sat, 18 Mar 2017 11:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9BA21C14A; Sat, 18 Mar 2017 11:55:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AF4921C14A for ; Sat, 18 Mar 2017 11:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8991734105A for ; Sat, 18 Mar 2017 11:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 534456C6D for ; Sat, 18 Mar 2017 11:55:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1489838095.81e2f4a32a655073f5a01f99879c11e4aca64818.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/zeitgeist/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/zeitgeist/metadata.xml gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild X-VCS-Directories: gnome-extra/zeitgeist/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 81e2f4a32a655073f5a01f99879c11e4aca64818 X-VCS-Branch: master Date: Sat, 18 Mar 2017 11:55:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 98c31c00-28d5-42f3-8ec3-9d534900d17d X-Archives-Hash: e9b27ffd009a8fe70ff0bed3ac4e748c commit: 81e2f4a32a655073f5a01f99879c11e4aca64818 Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 18 11:54:40 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 18 11:54:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e2f4a3 gnome-extra/zeitgeist: remove last rited dependency Package-Manager: Portage-2.3.5, Repoman-2.3.2 gnome-extra/zeitgeist/metadata.xml | 1 - gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gnome-extra/zeitgeist/metadata.xml b/gnome-extra/zeitgeist/metadata.xml index 7061ef89cbd..9253594b1e4 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. Use build datahub for passive event injection Monitor the XDG_DOWNLOAD_DIRECTORY Enable the full text search extension - Use gnome-extra/zeitgeist-datasources to enable numerous packages to inject events Enable SQL debugging Enable telepathy framework as data source diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.16.ebuild index 27029f7daef..32e9f593157 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