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 394D81382C5 for ; Tue, 15 May 2018 13:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86DD8E096D; Tue, 15 May 2018 13:05:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65079E096D for ; Tue, 15 May 2018 13:05:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65F6C335C74 for ; Tue, 15 May 2018 13:05:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88CF227B for ; Tue, 15 May 2018 13:05:51 +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: <1526389543.6a5d997d6fd0a67a66082c3475b8306fdd5263a6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/folks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/folks/folks-0.11.4.ebuild dev-libs/folks/metadata.xml X-VCS-Directories: dev-libs/folks/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6a5d997d6fd0a67a66082c3475b8306fdd5263a6 X-VCS-Branch: master Date: Tue, 15 May 2018 13:05:51 +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: bd6bc152-bbc8-480c-9307-bbd2b8578e77 X-Archives-Hash: 44c0b443d5c9300ce36a6d6d9f67dd6f commit: 6a5d997d6fd0a67a66082c3475b8306fdd5263a6 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 15 13:05:25 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 15 13:05:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5d997d dev-libs/folks: Drop zeitgeist support Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/folks/folks-0.11.4.ebuild | 6 ++---- dev-libs/folks/metadata.xml | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-libs/folks/folks-0.11.4.ebuild b/dev-libs/folks/folks-0.11.4.ebuild index 77622692ce8..be35991b322 100644 --- a/dev-libs/folks/folks-0.11.4.ebuild +++ b/dev-libs/folks/folks-0.11.4.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=6 @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" # TODO: --enable-profiling # Vala isn't really optional, https://bugzilla.gnome.org/show_bug.cgi?id=701099 -IUSE="bluetooth debug eds +telepathy test tracker utils zeitgeist" +IUSE="bluetooth debug eds +telepathy test tracker utils" REQUIRED_USE="bluetooth? ( eds )" COMMON_DEPEND=" @@ -33,7 +33,6 @@ COMMON_DEPEND=" eds? ( >=gnome-extra/evolution-data-server-3.13.90:=[vala] ) telepathy? ( >=net-libs/telepathy-glib-0.19.9[vala] ) tracker? ( >=app-misc/tracker-1:0= ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.14 ) " # telepathy-mission-control needed at runtime; it is used by the telepathy # backend via telepathy-glib's AccountManager binding. @@ -73,7 +72,6 @@ src_configure() { $(use_enable tracker tracker-backend) \ $(use_enable utils inspect-tool) \ $(use_enable test modular-tests) \ - $(use_enable zeitgeist) \ --enable-vala \ --enable-import-tool \ --disable-docs \ diff --git a/dev-libs/folks/metadata.xml b/dev-libs/folks/metadata.xml index b7d68733669..a89e8dcef9f 100644 --- a/dev-libs/folks/metadata.xml +++ b/dev-libs/folks/metadata.xml @@ -9,6 +9,5 @@ Load contacts from app-misc/tracker index Load contacts from the Telepathy framework Build the folks-inspect utility - Add support for Zeitgeist event tracking system