summaryrefslogtreecommitdiff
path: root/net-libs
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-02-16 01:04:58 +0200
committerMart Raudsepp <leio@gentoo.org>2017-02-16 02:14:30 +0200
commitcf307cd08d5dbc741a89f42102ccc5e715ca9b6f (patch)
tree9564a5ea82a1dc6a72555d0f15a6b0ef6153b3c8 /net-libs
parent2545691df00a6d72042991180c8b5c99cf812c3f (diff)
downloadgentoo-cf307cd08d5dbc741a89f42102ccc5e715ca9b6f.tar.gz
gentoo-cf307cd08d5dbc741a89f42102ccc5e715ca9b6f.tar.xz
net-libs/libdmapsharing: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libdmapsharing/Manifest1
-rw-r--r--net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
index 539afd6fdab..65e9d2199c6 100644
--- a/net-libs/libdmapsharing/Manifest
+++ b/net-libs/libdmapsharing/Manifest
@@ -1,2 +1 @@
-DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3 WHIRLPOOL d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c
DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f WHIRLPOOL b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe
diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
deleted file mode 100644
index e189c5de491..00000000000
--- a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A library that implements the DMAP family of protocols"
-HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
-SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="3.0/2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="+introspection test"
-
-# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
-# Doesn't seem to be used for anything...
-RDEPEND="
- >=dev-libs/glib-2.36:2
- x11-libs/gdk-pixbuf:2
- >=net-dns/avahi-0.6[dbus]
- >=net-libs/libsoup-2.48.0:2.4
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- sys-libs/zlib
- introspection? ( >=dev-libs/gobject-introspection-1.30:= )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- virtual/pkgconfig
- test? ( >=dev-libs/check-0.9.4 )
-"
-
-src_prepare() {
- # Remove useless CFLAGS alteration in configure
- sed -e 's/CFLAGS -O2/CFLAGS/' \
- -i configure.ac configure || die
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --with-mdns=avahi \
- $(use_enable introspection) \
- $(use_enable test tests) \
- $(use_enable test check)
-}