Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.1.ebuild ChangeLog
Date: Tue, 27 Sep 2011 13:40:58
Message-Id: 20110927134047.C715520036@flycatcher.gentoo.org
1 ssuominen 11/09/27 13:40:47
2
3 Modified: libimobiledevice-1.1.1.ebuild ChangeLog
4 Log:
5 Raise dev-libs/glib requirement (required for GStatBuf) wrt #377493 by Paul B. Henson
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: libimobiledevice-1.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libimobiledevice-1.1.1.ebuild 15 Jun 2011 18:53:57 -0000 1.1
23 +++ libimobiledevice-1.1.1.ebuild 27 Sep 2011 13:40:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.1 2011/06/15 18:53:57 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.2 2011/09/27 13:40:47 ssuominen Exp $
29
30 EAPI=3
31 PYTHON_DEPEND="python? 2:2.6"
32 @@ -18,7 +18,7 @@
33
34 RDEPEND=">=app-pda/libplist-0.15
35 >=app-pda/usbmuxd-0.1.4
36 - >=dev-libs/glib-2.14.1
37 + >=dev-libs/glib-2.28.6
38 dev-libs/libgcrypt
39 >=dev-libs/libtasn1-1.1
40 >=net-libs/gnutls-1.6.3
41
42
43
44 1.18 app-pda/libimobiledevice/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.18&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.18&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.17&r2=1.18
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
53 retrieving revision 1.17
54 retrieving revision 1.18
55 diff -u -r1.17 -r1.18
56 --- ChangeLog 15 Jun 2011 18:53:57 -0000 1.17
57 +++ ChangeLog 27 Sep 2011 13:40:47 -0000 1.18
58 @@ -1,6 +1,11 @@
59 # ChangeLog for app-pda/libimobiledevice
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.17 2011/06/15 18:53:57 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.18 2011/09/27 13:40:47 ssuominen Exp $
63 +
64 + 27 Sep 2011; Samuli Suominen <ssuominen@g.o>
65 + libimobiledevice-1.1.1.ebuild:
66 + Raise dev-libs/glib requirement (required for GStatBuf) wrt #377493 by Paul
67 + B. Henson
68
69 *libimobiledevice-1.1.1 (15 Jun 2011)