Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/libimobiledevice: libimobiledevice-1.1.6.ebuild ChangeLog
Date: Thu, 27 Nov 2014 13:18:45
Message-Id: 20141127131842.D0947B051@oystercatcher.gentoo.org
1 pacho 14/11/27 13:18:42
2
3 Modified: libimobiledevice-1.1.6.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild?r1=1.5&r2=1.6
15
16 Index: libimobiledevice-1.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- libimobiledevice-1.1.6.ebuild 3 Aug 2014 12:08:45 -0000 1.5
23 +++ libimobiledevice-1.1.6.ebuild 27 Nov 2014 13:18:42 -0000 1.6
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 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.6.ebuild,v 1.5 2014/08/03 12:08:45 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.6.ebuild,v 1.6 2014/11/27 13:18:42 pacho Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python{2_7,3_2,3_3} )
32 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
33 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
34 inherit autotools-utils multilib python-r1
35
36
37
38
39 1.58 app-pda/libimobiledevice/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.58&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.58&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.57&r2=1.58
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
48 retrieving revision 1.57
49 retrieving revision 1.58
50 diff -u -r1.57 -r1.58
51 --- ChangeLog 3 Aug 2014 12:19:40 -0000 1.57
52 +++ ChangeLog 27 Nov 2014 13:18:42 -0000 1.58
53 @@ -1,6 +1,9 @@
54 # ChangeLog for app-pda/libimobiledevice
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.57 2014/08/03 12:19:40 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.58 2014/11/27 13:18:42 pacho Exp $
58 +
59 + 27 Nov 2014; Pacho Ramos <pacho@g.o> libimobiledevice-1.1.6.ebuild:
60 + Support python 3.4
61
62 03 Aug 2014; Samuli Suominen <ssuominen@g.o>
63 -files/libimobiledevice-1.1.5-cython.patch, -libimobiledevice-1.1.5.ebuild: