Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.0.4.ebuild ChangeLog
Date: Tue, 30 Nov 2010 11:02:11
Message-Id: 20101130110159.42E3720054@flycatcher.gentoo.org
1 bangert 10/11/30 11:01:59
2
3 Modified: ChangeLog
4 Added: libimobiledevice-1.0.4.ebuild
5 Log:
6 version bump, remove blocker on non-existent libiphone, fix dep on libusb:1(#335904)
7
8 (Portage version: 2.2.0_alpha6/cvs/Linux i686)
9
10 Revision Changes Path
11 1.11 app-pda/libimobiledevice/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 16 Sep 2010 17:44:38 -0000 1.10
24 +++ ChangeLog 30 Nov 2010 11:01:59 -0000 1.11
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-pda/libimobiledevice
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.10 2010/09/16 17:44:38 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.11 2010/11/30 11:01:59 bangert Exp $
30 +
31 +*libimobiledevice-1.0.4 (30 Nov 2010)
32 +
33 + 30 Nov 2010; Thilo Bangert <bangert@g.o>
34 + +libimobiledevice-1.0.4.ebuild:
35 + version bump, remove blocker on non-existent libiphone, fix dep on libusb:1
36 + (#335904)
37
38 16 Sep 2010; Joseph Jezak <josejx@g.o>
39 libimobiledevice-1.0.2.ebuild:
40
41
42
43 1.1 app-pda/libimobiledevice/libimobiledevice-1.0.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libimobiledevice-1.0.4.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.4.ebuild,v 1.1 2010/11/30 11:01:59 bangert Exp $
53
54 EAPI=3
55
56 DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
57 HOMEPAGE="http://www.libimobiledevice.org/"
58 SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
59 LICENSE="GPL-2 LGPL-2.1"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc64 ~x86"
62 IUSE="python"
63
64 DEPEND="dev-util/pkgconfig
65 ${RDEPEND}"
66 RDEPEND=">=app-pda/libplist-1.3
67 >=app-pda/usbmuxd-1.0.3
68 >=dev-libs/glib-2.14.1
69 dev-libs/libgcrypt
70 net-libs/gnutls
71 sys-fs/fuse
72 virtual/libusb:1"
73
74 src_configure() {
75 econf $(use_with python swig)
76 }
77
78 src_install() {
79 make DESTDIR="${D}" install || die
80 dodoc README NEWS
81 }