media-video/totem: drop zeitgeist support
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 28 Jan 2018 14:47:41 +0000 (17:47 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 28 Jan 2018 14:47:41 +0000 (17:47 +0300)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

media-video/totem/metadata.xml
media-video/totem/totem-3.22.1-r1.ebuild
media-video/totem/totem-3.24.0.ebuild

index 317e469b5df629a8a6eb0855344ae50bd557ec5f..8a1eb150fb9b84ae710f0ed358a0ceb08b1554c0 100644 (file)
@@ -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>
index 4728c94373a92015c5e5233d5f8c0c8685c1715a..15a878d7bf52f04064dd068a4719cb1aa9b77381 100644 (file)
@@ -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
index c7f1d655e4eac631843afc9f13b558196df4dc53..e0494408ed4355a9af23217b590a818655803cea 100644 (file)
@@ -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