Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libdmapsharing/
Date: Sun, 29 May 2016 12:43:07
Message-Id: 1464525698.a71e623332233303df2e8ab3da7fffd096f157b0.pacho@gentoo
1 commit: a71e623332233303df2e8ab3da7fffd096f157b0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 12:21:21 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 12:41:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71e6233
7
8 net-libs/libdmapsharing: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/libdmapsharing/Manifest | 1 -
13 .../libdmapsharing/libdmapsharing-2.9.31.ebuild | 50 ----------------------
14 2 files changed, 51 deletions(-)
15
16 diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest
17 index 4bf7c82..2537c82 100644
18 --- a/net-libs/libdmapsharing/Manifest
19 +++ b/net-libs/libdmapsharing/Manifest
20 @@ -1,2 +1 @@
21 -DIST libdmapsharing-2.9.31.tar.gz 746372 SHA256 9c933ee15c89bc4ea0c3455d341ceb66e9f7705c94c32d485bc4b162f4f55b29 SHA512 36e2771f546ff42e437b6e3f0bb2cd11d5e75a34479f07277aa5f044f074bd0a2d20ff45660ebc73956c2ce64b5bd0bd50288cc1c875dc98ee0b44ed93f17b38 WHIRLPOOL 0a8f7b09818947bdadaf87ea05d158ca5de2945e7eb077dff1ecd31a616c86203a0de4694e2b19d0a60a887e3113c566f50765a46514cdf7a93ec55fc9bf5b29
22 DIST libdmapsharing-2.9.32.tar.gz 742229 SHA256 74b9ca2a3f04708ef5e6a87922cb42bad677b6f27fd0bc8ad53067ef6bbf0518 SHA512 fd152749055dd02fefa672f7da3efc85bffa7ddb10880886dff829fc8abfaecc79131366fdf31f5657c1b5e622c04f3dbfc750998ea56ffaf9af800210b17084 WHIRLPOOL f8fb493eb9181a18ef1d2dacd44920f8312db344df7aa1f842764ef95591d03fd511fab4e3c1c2e4966caa8738db9227031a458a892cec16c2158381701b8484
23
24 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild
25 deleted file mode 100644
26 index 75cf4e8..0000000
27 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild
28 +++ /dev/null
29 @@ -1,50 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="A library that implements the DMAP family of protocols"
40 -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
41 -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="LGPL-2.1"
44 -SLOT="3.0/2"
45 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
46 -IUSE="+introspection test"
47 -
48 -# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
49 -# Doesn't seem to be used for anything...
50 -# TODO: implement tests (requires dev-libs/check)
51 -RDEPEND="
52 - >=dev-libs/glib-2.36:2
53 - x11-libs/gdk-pixbuf:2
54 - >=net-dns/avahi-0.6
55 - >=net-libs/libsoup-2.32:2.4
56 - media-libs/gstreamer:1.0
57 - media-libs/gst-plugins-base:1.0
58 - sys-libs/zlib
59 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
60 -"
61 -DEPEND="${RDEPEND}
62 - dev-util/gtk-doc-am
63 - virtual/pkgconfig
64 - test? ( dev-libs/check )
65 -"
66 -
67 -src_prepare() {
68 - # Remove useless CFLAGS alteration in configure
69 - sed -e 's/CFLAGS -O2/CFLAGS/' \
70 - -i configure.ac configure || die
71 - gnome2_src_prepare
72 -}
73 -
74 -src_configure() {
75 - gnome2_src_configure \
76 - --with-mdns=avahi \
77 - $(use_enable introspection) \
78 - $(use_enable test tests)
79 -}