Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-pda/libimobiledevice/, net-libs/libdmapsharing/
Date: Tue, 27 Sep 2011 13:36:38
Message-Id: 31bbcab58f2f8a54654ac90684adb19f0798c812.nirbheek@gentoo
1 commit: 31bbcab58f2f8a54654ac90684adb19f0798c812
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 26 17:01:37 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 13:35:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31bbcab5
7
8 app-pda/libimobiledevice, net-libs/libdmapsharing: in the tree
9
10 ---
11 .../libimobiledevice/libimobiledevice-1.1.0.ebuild | 32 ------------
12 .../libdmapsharing/libdmapsharing-2.9.12.ebuild | 54 --------------------
13 2 files changed, 0 insertions(+), 86 deletions(-)
14
15 diff --git a/app-pda/libimobiledevice/libimobiledevice-1.1.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.1.0.ebuild
16 deleted file mode 100644
17 index 1576921..0000000
18 --- a/app-pda/libimobiledevice/libimobiledevice-1.1.0.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.4.ebuild,v 1.1 2010/11/30 11:01:59 bangert Exp $
24 -
25 -EAPI=3
26 -
27 -DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
28 -HOMEPAGE="http://www.libimobiledevice.org/"
29 -SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
30 -LICENSE="GPL-2 LGPL-2.1"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc64 ~x86"
33 -IUSE="python"
34 -
35 -DEPEND="dev-util/pkgconfig
36 - ${RDEPEND}"
37 -RDEPEND=">=app-pda/libplist-1.3
38 - >=app-pda/usbmuxd-1.0.3
39 - >=dev-libs/glib-2.14.1
40 - dev-libs/libgcrypt
41 - net-libs/gnutls
42 - sys-fs/fuse
43 - virtual/libusb:1"
44 -
45 -src_configure() {
46 - econf $(use_with python swig)
47 -}
48 -
49 -src_install() {
50 - make DESTDIR="${D}" install || die
51 - dodoc README NEWS
52 -}
53
54 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.12.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.12.ebuild
55 deleted file mode 100644
56 index 7729420..0000000
57 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.12.ebuild
58 +++ /dev/null
59 @@ -1,54 +0,0 @@
60 -# Copyright 1999-2011 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Header: $
63 -
64 -EAPI="3"
65 -
66 -inherit base
67 -
68 -DESCRIPTION="A library that implements the DMAP family of protocols"
69 -HOMEPAGE="http://www.flyn.org/projects/libdmapsharing"
70 -SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz"
71 -
72 -LICENSE=""
73 -SLOT="3.0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE="doc"
76 -
77 -# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
78 -# Doesn't seem to be used for anything...
79 -# TODO: implement tests (requires dev-libs/check)
80 -RDEPEND="
81 - dev-libs/glib:2
82 - x11-libs/gdk-pixbuf:2
83 -
84 - >=net-dns/avahi-0.6
85 - >=net-libs/libsoup-2.32:2.4
86 - >=media-libs/gstreamer-0.10:0.10
87 - >=media-libs/gst-plugins-base-0.10.24:0.10
88 -
89 - sys-libs/zlib
90 -"
91 -DEPEND="${RDEPEND}
92 - dev-util/pkgconfig
93 - doc? ( >=dev-util/gtk-doc-1 )
94 -"
95 -
96 -src_prepare() {
97 - base_src_prepare
98 -
99 - # Fix documentation sloting
100 - sed "s/^\(DOC_MODULE\).*/\1 = ${PN}-${SLOT}/" \
101 - -i doc/Makefile.am doc/Makefile.in || die "sed failed"
102 -}
103 -
104 -src_configure() {
105 - econf --disable-maintainer-mode \
106 - --with-mdns=avahi \
107 - $(use_enable doc gtk-doc)
108 -}
109 -
110 -src_install() {
111 - base_src_install
112 - find "${ED}" -name "*.la" -delete || die "la file removal failed"
113 -}