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, 03 Apr 2012 04:35:26
Message-Id: 20120403043514.968A82004B@flycatcher.gentoo.org
1 ssuominen 12/04/03 04:35:14
2
3 Modified: libimobiledevice-1.1.1.ebuild ChangeLog
4 Log:
5 Pull in correct version of libplist for people mixing arch with ~arch.
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libimobiledevice-1.1.1.ebuild 13 Nov 2011 11:37:54 -0000 1.5
23 +++ libimobiledevice-1.1.1.ebuild 3 Apr 2012 04:35:14 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.5 2011/11/13 11:37:54 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.1.ebuild,v 1.6 2012/04/03 04:35:14 ssuominen Exp $
30
31 EAPI=3
32 PYTHON_DEPEND="python? 2:2.6"
33 @@ -16,7 +16,8 @@
34 KEYWORDS="amd64 ~ppc64 x86"
35 IUSE="python static-libs"
36
37 -RDEPEND=">=app-pda/libplist-1.4[python?]
38 +RDEPEND=">=app-pda/libplist-1.4
39 + python? ( =app-pda/libplist-1.8[python] )
40 >=app-pda/usbmuxd-0.1.4
41 >=dev-libs/glib-2.28.6
42 dev-libs/libgcrypt
43
44
45
46 1.24 app-pda/libimobiledevice/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.24&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.24&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.23&r2=1.24
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
55 retrieving revision 1.23
56 retrieving revision 1.24
57 diff -u -r1.23 -r1.24
58 --- ChangeLog 31 Mar 2012 15:35:02 -0000 1.23
59 +++ ChangeLog 3 Apr 2012 04:35:14 -0000 1.24
60 @@ -1,6 +1,10 @@
61 # ChangeLog for app-pda/libimobiledevice
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.23 2012/03/31 15:35:02 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.24 2012/04/03 04:35:14 ssuominen Exp $
65 +
66 + 03 Apr 2012; Samuli Suominen <ssuominen@g.o>
67 + libimobiledevice-1.1.1.ebuild:
68 + Pull in correct version of libplist for people mixing arch with ~arch.
69
70 *libimobiledevice-1.1.2 (31 Mar 2012)