Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Thu, 16 Feb 2017 00:17:56
Message-Id: 1487204070.cf307cd08d5dbc741a89f42102ccc5e715ca9b6f.leio@gentoo
1 commit: cf307cd08d5dbc741a89f42102ccc5e715ca9b6f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 15 23:04:58 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 16 00:14:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf307cd0
7
8 net-libs/libdmapsharing: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/libdmapsharing/Manifest | 1 -
13 .../libdmapsharing/libdmapsharing-2.9.36.ebuild | 48 ----------------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
17 index 539afd6fda..65e9d2199c 100644
18 --- a/net-libs/libdmapsharing/Manifest
19 +++ b/net-libs/libdmapsharing/Manifest
20 @@ -1,2 +1 @@
21 -DIST libdmapsharing-2.9.36.tar.gz 759882 SHA256 844769a42a7e6083ce6eb2aa72d25fb3588eb6dabb284820e9031231a0f0c46a SHA512 cc93ac74fae115a29f634db44a367202b7e7f34d2e26b6c3e9a0774e53c963e614d5499757de1a02e20ad94e747feb71ae5fdd008fa335b79d82f8a06cb417d3 WHIRLPOOL d91de0e8a827ec499a3f4a84477b8e960ad28f988ad46b68ac849dc8c3917717689d7e8d38309a6120463687fc7e3ce3d2d3f1845862614ed930b15d6db0a17c
22 DIST libdmapsharing-2.9.37.tar.gz 760469 SHA256 9b6847b4021596913c927cca51600727cd44582b4417a3b1ec6967d0ab42ec79 SHA512 db64c7e9ca6d8e06fdbec44853d8667a5d698244bc0881beae6aee447d464882accd885685636b3cd84735fe16eaa3b7bf692f2ac217525a9b86f5a12c810e8f WHIRLPOOL b8055b26a08417eb88950d35ab3c8c1bdbd26e86c0908edd65a4190e59f34a572731afd14b3283ed04311245e2c4731cbeeb4b6afd7d74ae6a50958ce2fecdbe
23
24 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
25 deleted file mode 100644
26 index e189c5de49..0000000000
27 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.36.ebuild
28 +++ /dev/null
29 @@ -1,48 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="A library that implements the DMAP family of protocols"
38 -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
39 -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="LGPL-2.1"
42 -SLOT="3.0/2"
43 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
44 -IUSE="+introspection test"
45 -
46 -# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
47 -# Doesn't seem to be used for anything...
48 -RDEPEND="
49 - >=dev-libs/glib-2.36:2
50 - x11-libs/gdk-pixbuf:2
51 - >=net-dns/avahi-0.6[dbus]
52 - >=net-libs/libsoup-2.48.0:2.4
53 - media-libs/gstreamer:1.0
54 - media-libs/gst-plugins-base:1.0
55 - sys-libs/zlib
56 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-util/gtk-doc-am
60 - virtual/pkgconfig
61 - test? ( >=dev-libs/check-0.9.4 )
62 -"
63 -
64 -src_prepare() {
65 - # Remove useless CFLAGS alteration in configure
66 - sed -e 's/CFLAGS -O2/CFLAGS/' \
67 - -i configure.ac configure || die
68 - gnome2_src_prepare
69 -}
70 -
71 -src_configure() {
72 - gnome2_src_configure \
73 - --with-mdns=avahi \
74 - $(use_enable introspection) \
75 - $(use_enable test tests) \
76 - $(use_enable test check)
77 -}