commit: 374f8956caec2d330a966172fc42eba0896b5082
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 14:47:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> 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 <pkg>app-misc/lirc</pkg></flag>
<flag name="nautilus">Enable the nautilus extension</flag>
<flag name="python">Build support for
<pkg>dev-lang/python</pkg> plugins</flag>
- <flag name="zeitgeist">Build the plugin to inject events to
<pkg>gnome-extra/zeitgeist</pkg></flag>
</use>
</pkgmetadata>
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