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 4188F1382C5 for ; Tue, 1 May 2018 16:22:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59418E09C6; Tue, 1 May 2018 16:22:34 +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 30D23E09C6 for ; Tue, 1 May 2018 16:22:33 +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 84B91335C5A for ; Tue, 1 May 2018 16:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB17297 for ; Tue, 1 May 2018 16:22:31 +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: <1525191738.27f302885d155c590bbc8cf67e36634e71dd6d04.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild app-editors/gedit-plugins/metadata.xml X-VCS-Directories: app-editors/gedit-plugins/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 27f302885d155c590bbc8cf67e36634e71dd6d04 X-VCS-Branch: master Date: Tue, 1 May 2018 16:22:31 +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: 39d56fa5-bb0d-4d31-92a8-47aeb0837438 X-Archives-Hash: 3f4fbef15347f2e040ba27162f7cff5f commit: 27f302885d155c590bbc8cf67e36634e71dd6d04 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 1 16:22:18 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 1 16:22:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f30288 app-editors/gedit-plugins: Drop zeitgeist dependency Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild | 9 +++------ app-editors/gedit-plugins/metadata.xml | 1 - 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild index e9e6e28248f..676c4d9aa01 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.22.0.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.22.0.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 @@ LICENSE="GPL-2+" KEYWORDS="amd64 x86" SLOT="0" -IUSE_plugins="charmap git terminal vala zeitgeist" +IUSE_plugins="charmap git terminal vala" IUSE="+python ${IUSE_plugins}" # python-single-r1 would request disabling PYTHON_TARGETS on libpeas REQUIRED_USE=" @@ -24,7 +24,6 @@ REQUIRED_USE=" git? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) terminal? ( python ) - zeitgeist? ( python ) " RDEPEND=" @@ -49,7 +48,6 @@ RDEPEND=" git? ( >=dev-libs/libgit2-glib-0.0.6 ) terminal? ( x11-libs/vte:2.91[introspection] ) vala? ( $(vala_depend) ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12[introspection] ) " DEPEND="${RDEPEND} app-text/yelp-tools @@ -70,8 +68,7 @@ src_prepare() { src_configure() { gnome2_src_configure \ $(use_enable python) \ - $(use_enable vala) \ - $(use_enable zeitgeist) + $(use_enable vala) } src_install() { diff --git a/app-editors/gedit-plugins/metadata.xml b/app-editors/gedit-plugins/metadata.xml index ba0535e10d0..0b458598456 100644 --- a/app-editors/gedit-plugins/metadata.xml +++ b/app-editors/gedit-plugins/metadata.xml @@ -11,6 +11,5 @@ them Shows document changes related to git's HEAD Embed a terminal in the bottom pane - Build the plugin to inject events to zeitgeist