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 8CD771382C5 for ; Wed, 2 May 2018 14:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB9F8E0872; Wed, 2 May 2018 14:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86C75E0872 for ; Wed, 2 May 2018 14:41:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71D2A335C07 for ; Wed, 2 May 2018 14:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C33652A2 for ; Wed, 2 May 2018 14:41:36 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525272093.224e7a63d6f24664abfae1de60d81a9e3631e987.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/synapse/metadata.xml gnome-extra/synapse/synapse-0.2.99.2.ebuild X-VCS-Directories: gnome-extra/synapse/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 224e7a63d6f24664abfae1de60d81a9e3631e987 X-VCS-Branch: master Date: Wed, 2 May 2018 14:41:36 +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: 802135c1-de54-4731-8c0d-6610780834c7 X-Archives-Hash: 7455de4e39cc3d5621525bd276df3530 commit: 224e7a63d6f24664abfae1de60d81a9e3631e987 Author: Mikle Kolyada gentoo org> AuthorDate: Wed May 2 14:41:06 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed May 2 14:41:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224e7a63 gnome-extra/synapse: drop optional zeitgeist support Package-Manager: Portage-2.3.24, Repoman-2.3.6 gnome-extra/synapse/metadata.xml | 1 - gnome-extra/synapse/synapse-0.2.99.2.ebuild | 12 ++++-------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/gnome-extra/synapse/metadata.xml b/gnome-extra/synapse/metadata.xml index 2648fe7f7e6..52843da2e50 100644 --- a/gnome-extra/synapse/metadata.xml +++ b/gnome-extra/synapse/metadata.xml @@ -7,7 +7,6 @@ Build support for plugins using librest - Add support for Zeitgeist event tracking system synapse-project diff --git a/gnome-extra/synapse/synapse-0.2.99.2.ebuild b/gnome-extra/synapse/synapse-0.2.99.2.ebuild index ffbd527b6a9..d2e698782f4 100644 --- a/gnome-extra/synapse/synapse-0.2.99.2.ebuild +++ b/gnome-extra/synapse/synapse-0.2.99.2.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=5 @@ -16,7 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" # "ayatana" support pending on GTK+-3.x version of synapse wrt #411613 -IUSE="plugins +zeitgeist" +IUSE="plugins" RDEPEND=" dev-libs/libgee:0.8 @@ -32,11 +32,8 @@ RDEPEND=" x11-libs/libnotify x11-libs/pango x11-themes/adwaita-icon-theme - plugins? ( >=net-libs/rest-0.7 ) - zeitgeist? ( - dev-libs/libzeitgeist - >=gnome-extra/zeitgeist-0.9.14[fts] - )" + plugins? ( >=net-libs/rest-0.7 )" + #ayatana? ( dev-libs/libappindicator ) DEPEND="${RDEPEND} $(vala_depend) @@ -53,7 +50,6 @@ src_configure() { local myeconfargs=( --enable-indicator=no $(use_enable plugins librest yes) - $(use_enable zeitgeist) ) autotools-utils_src_configure }