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 71EA21382C5 for ; Sun, 28 Jan 2018 14:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6917EE0D8A; Sun, 28 Jan 2018 14:48:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 39192E0D8A for ; Sun, 28 Jan 2018 14:48:01 +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 95843335C09 for ; Sun, 28 Jan 2018 14:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C861B9 for ; Sun, 28 Jan 2018 14:47:57 +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: <1517150861.374f8956caec2d330a966172fc42eba0896b5082.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/totem/metadata.xml media-video/totem/totem-3.22.1-r1.ebuild media-video/totem/totem-3.24.0.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 374f8956caec2d330a966172fc42eba0896b5082 X-VCS-Branch: master Date: Sun, 28 Jan 2018 14:47:57 +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: 841f9bb8-8cf5-4b0e-8c9e-104ec9b1f9a2 X-Archives-Hash: 574c182a03d41ad13c4d5a8ee2609172 commit: 374f8956caec2d330a966172fc42eba0896b5082 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 28 14:47:41 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 28 14:47:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374f8956 media-video/totem: drop zeitgeist support Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-video/totem/metadata.xml | 1 - media-video/totem/totem-3.22.1-r1.ebuild | 7 ++----- media-video/totem/totem-3.24.0.ebuild | 5 +---- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/media-video/totem/metadata.xml b/media-video/totem/metadata.xml index 317e469b5df..8a1eb150fb9 100644 --- a/media-video/totem/metadata.xml +++ b/media-video/totem/metadata.xml @@ -21,6 +21,5 @@ Totem is movie player for the GNOME desktop. It features a playlist, fullscreen using app-misc/lirc Enable the nautilus extension Build support for dev-lang/python plugins - Build the plugin to inject events to gnome-extra/zeitgeist diff --git a/media-video/totem/totem-3.22.1-r1.ebuild b/media-video/totem/totem-3.22.1-r1.ebuild index 4728c94373a..15a878d7bf5 100644 --- a/media-video/totem/totem-3.22.1-r1.ebuild +++ b/media-video/totem/totem-3.22.1-r1.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 @@ -13,11 +13,10 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Videos" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -IUSE="debug +introspection lirc nautilus +python test zeitgeist" +IUSE="debug +introspection lirc nautilus +python test" # see bug #359379 REQUIRED_USE=" python? ( introspection ${PYTHON_REQUIRED_USE} ) - zeitgeist? ( introspection ) " KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" @@ -52,7 +51,6 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 ) " RDEPEND="${COMMON_DEPEND} media-plugins/grilo-plugins:0.3 @@ -113,7 +111,6 @@ src_configure() { use lirc && plugins+=",lirc" use nautilus && plugins+=",save-file" use python && plugins+=",dbusservice,pythonconsole,opensubtitles" - use zeitgeist && plugins+=",zeitgeist-dp" # pylint is checked unconditionally, but is only used for make check # appstream-util overriding necessary until upstream fixes their macro diff --git a/media-video/totem/totem-3.24.0.ebuild b/media-video/totem/totem-3.24.0.ebuild index c7f1d655e4e..e0494408ed4 100644 --- a/media-video/totem/totem-3.24.0.ebuild +++ b/media-video/totem/totem-3.24.0.ebuild @@ -13,11 +13,10 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Videos" LICENSE="GPL-2+ LGPL-2+" SLOT="0" -IUSE="debug +introspection lirc nautilus +python test zeitgeist" +IUSE="debug +introspection lirc nautilus +python test" # see bug #359379 REQUIRED_USE=" python? ( introspection ${PYTHON_REQUIRED_USE} ) - zeitgeist? ( introspection ) " KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" @@ -52,7 +51,6 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] ) - zeitgeist? ( >=gnome-extra/zeitgeist-0.9.12 ) " RDEPEND="${COMMON_DEPEND} media-plugins/grilo-plugins:0.3 @@ -113,7 +111,6 @@ src_configure() { use lirc && plugins+=",lirc" use nautilus && plugins+=",save-file" use python && plugins+=",dbusservice,pythonconsole,opensubtitles" - use zeitgeist && plugins+=",zeitgeist-dp" # pylint is checked unconditionally, but is only used for make check # appstream-util overriding necessary until upstream fixes their macro