From 374f8956caec2d330a966172fc42eba0896b5082 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 28 Jan 2018 17:47:41 +0300 Subject: 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(-) (limited to 'media-video') diff --git a/media-video/totem/metadata.xml b/media-video/totem/metadata.xml index 317e469b5df6..8a1eb150fb9b 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 4728c94373a9..15a878d7bf52 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 c7f1d655e4ea..e0494408ed43 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 -- cgit v1.2.3-65-gdbad