media-plugins/grilo-plugins: remove old SLOT=0.2
authorMart Raudsepp <leio@gentoo.org>
Fri, 15 Feb 2019 14:51:35 +0000 (16:51 +0200)
committerMart Raudsepp <leio@gentoo.org>
Fri, 15 Feb 2019 14:51:35 +0000 (16:51 +0200)
Doesn't work with tracker-2

Bug: https://bugs.gentoo.org/672308
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
media-plugins/grilo-plugins/Manifest
media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild [deleted file]

index 67080054936bc99593be09946f962a475e522248..39fe541c6b549cdead5130b057b14e448565c494 100644 (file)
@@ -1,2 +1 @@
-DIST grilo-plugins-0.2.17.tar.xz 1036308 BLAKE2B c83de5b251c030c71164310f6240652ffc86efa46a057bc750ee242c7cc2ff91a9c28ec6a847783cf7fd2df068cba0dad6f10521db82c7080a466c63aacb4c03 SHA512 f556ae6e72c82ce74cc8902f7b4ae27f51060c3b06230989b36ce4498f93894c723809c1f08fc8edfabd892fc303eb0523f21ea72649f644c7eb421b62773140
 DIST grilo-plugins-0.3.7.tar.xz 1892848 BLAKE2B 9894a01dc555f20c3119208e2ee875898c918f8d81e36571a777f7f1776c284d5fa5b4ac9126a352dc812b0f5ba9c15e0e81a2381ef9cb636afb66e272a77cec SHA512 9e69835b3b8f6e2974d799480e2c8c55a084d2089ead6b37112a8c3c79b6bd2142b8fd66952493b7118e09eb5070789408b59bd28784bd9f6bf5ea5a7bc5695d
diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.17.ebuild
deleted file mode 100644 (file)
index 9f567b0..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="daap +dvd flickr freebox gnome-online-accounts lua subtitles thetvdb tracker upnp-av +vimeo +youtube"
-
-# Bump gom requirement to avoid segfaults
-RDEPEND="
-       >=dev-libs/glib-2.44:2
-       >=media-libs/grilo-0.2.12:${SLOT}[network,playlist]
-       media-libs/libmediaart:2.0
-       >=dev-libs/gom-0.3.1
-
-       dev-libs/gmime:2.6
-       dev-libs/json-glib
-       dev-libs/libxml2:2
-       dev-db/sqlite:3
-
-       daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
-       dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
-       flickr? ( net-libs/liboauth )
-       freebox? ( net-dns/avahi )
-       gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91 )
-       lua? (
-               >=dev-lang/lua-5.3
-               app-arch/libarchive
-               dev-libs/libxml2:2
-               >=dev-libs/totem-pl-parser-3.4.1 )
-       subtitles? ( net-libs/libsoup:2.4 )
-       thetvdb? (
-               app-arch/libarchive
-               dev-libs/libxml2 )
-       tracker? ( >=app-misc/tracker-0.10.5:0/100 )
-       youtube? (
-               >=dev-libs/libgdata-0.9.1:=
-               >=dev-libs/totem-pl-parser-3.4.1 )
-       upnp-av? (
-               net-libs/libsoup:2.4
-               net-libs/dleyna-connector-dbus )
-       vimeo? (
-               >=dev-libs/totem-pl-parser-3.4.1 )
-"
-DEPEND="${RDEPEND}
-       app-text/docbook-xml-dtd:4.5
-       app-text/yelp-tools
-       >=dev-util/intltool-0.40.0
-       virtual/pkgconfig
-"
-
-# FIXME: some unittests required python-dbusmock
-src_configure() {
-       # --enable-debug only changes CFLAGS, useless for us
-       # Plugins
-       # shoutcast seems to be broken
-       gnome2_src_configure \
-               --disable-static \
-               --disable-debug \
-               --disable-uninstalled \
-               --enable-bookmarks \
-               --enable-filesystem \
-               --enable-gravatar \
-               --enable-jamendo \
-               --enable-localmetadata \
-               --enable-magnatune \
-               --enable-metadata-store \
-               --enable-podcasts \
-               --enable-raitv \
-               --disable-shoutcast \
-               --enable-tmdb \
-               $(use_enable daap dmap) \
-               $(use_enable dvd optical-media) \
-               $(use_enable flickr) \
-               $(use_enable freebox) \
-               $(use_enable gnome-online-accounts goa) \
-               $(use_enable lua lua-factory) \
-               $(use_enable subtitles opensubtitles) \
-               $(use_enable thetvdb) \
-               $(use_enable tracker) \
-               $(use_enable upnp-av dleyna) \
-               $(use_enable vimeo) \
-               $(use_enable youtube)
-}