commit:     0ceae182715236e0e8df6b5e3955daf100f81cda
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:09:35 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:09:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0ceae182

media-plugins/grilo-plugins: drop old (removed)

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 .../grilo-plugins/grilo-plugins-0.3.0.ebuild       | 111 ---------------------
 media-plugins/grilo-plugins/metadata.xml           |  20 ----
 2 files changed, 131 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild 
b/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
deleted file mode 100644
index 5ff3b3f9..00000000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.3"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="daap +dvd examples 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.3.0:${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:= )
-       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
-"
-
-src_prepare () {
-       sed -e 
"s:GETTEXT_PACKAGE=grilo-plugins$:GETTEXT_PACKAGE=grilo-plugins-${SLOT}:" \
-               -i configure.ac configure || die "sed configure.ac configure 
failed"
-}
-
-# 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)
-}
-
-src_install() {
-       if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins help/examples/*.c
-       fi
-
-       gnome2_src_install \
-               DOC_MODULE_VERSION=${SLOT%/*} \
-               HELP_ID="grilo-plugins-${SLOT%/*}" \
-               HELP_MEDIA=""
-}

diff --git a/media-plugins/grilo-plugins/metadata.xml 
b/media-plugins/grilo-plugins/metadata.xml
deleted file mode 100644
index a6af364a..00000000
--- a/media-plugins/grilo-plugins/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>[email protected]</email>
-       <name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
-       <flag name="daap">Enable dmap support through 
<pkg>net-libs/libdmapsharing</pkg></flag>
-       <flag name="flickr">Enable Flickr support</flag>
-       <flag name="freebox">Build support for viewing TV channels using 
Freebox</flag>
-       <flag name="gnome-online-accounts">Enable 
<pkg>net-libs/gnome-online-accounts</pkg> support</flag>
-       <flag name="pocket">Support for showing content from Pocket</flag>
-       <flag name="subtitles">Enables support for subtitle from 
OpenSubtitles</flag>
-       <flag name="thetvdb">Build support for thetvdb.com</flag>
-       <flag name="tracker">Build support for content discovery using the 
<pkg>app-misc/tracker</pkg> indexer</flag>
-       <flag name="vimeo">Build support for Vimeo content discovery using 
<pkg>net-libs/libsoup</pkg> and <pkg>dev-libs/libgcrypt</pkg></flag>
-       <flag name="youtube">Build support for YouTube content discovery using 
<pkg>dev-libs/libgdata</pkg></flag>
-</use>
-</pkgmetadata>

Reply via email to