-DIST dleyna-renderer-0.5.0.tar.gz 378208 BLAKE2B 4a1b9e28310c2dd13baa9dccc1f35b2190b6af852da5a3a7ee77766affd7c52312e68b34a881652f3dbf6f71f0e25a69988ed2ff6ce897dc4f74c60793e06359 SHA512 28802057d6e0b7da24fd8abb11748faeb78ea6ef15ce85d83907497ff252c86cec1072a919e64bab6df0a375e0092c1281569802515fb87d9dc083098f1d4820
DIST dleyna-renderer-0.6.0.tar.gz 65566 BLAKE2B cfd2b5a08b2e5c6e15006e722c4878281bf7f4b6d8a9bd317ec5b27fc1568a2ca891af2ac2fc3c230f65e9920bd524b4fbaf43631192b079b2aea051783d2b8a SHA512 f4cb6c658bfaf620962eb6b84ab6b41be1bb8455ac1ff358db7fcf3db7f5c4e2130bb7b0e5201005c738e892aabf25b3cf2a3e1cc1f4a9ef9d834789b87c0183
+++ /dev/null
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils ltprune
-
-DESCRIPTION="library implementing services that allow clients to discover and manipulate DLNA renderers"
-HOMEPAGE="https://01.org/dleyna/"
-SRC_URI="https://01.org/sites/default/files/downloads/dleyna/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-COMMON_DEPEND="
- >=dev-libs/glib-2.28:2
- >=media-libs/gupnp-dlna-0.9.4:2.0
- >=net-libs/dleyna-core-0.5
- >=net-libs/gssdp-0.13.2:0/3
- >=net-libs/gupnp-0.20.5:0/4
- >=net-libs/gupnp-av-0.11.5
- >=net-libs/libsoup-2.28.2:2.4
-"
-RDEPEND="${COMMON_DEPEND}
- net-libs/dleyna-connector-dbus
-"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig
-"
-
-src_install() {
- default
- prune_libtool_files
-}