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: ChangeLog libimobiledevice-1.1.5.ebuild
Date: Tue, 30 Jul 2013 16:43:41
Message-Id: 20130730164335.365362171C@flycatcher.gentoo.org
1 ssuominen 13/07/30 16:43:35
2
3 Modified: ChangeLog libimobiledevice-1.1.5.ebuild
4 Log:
5 Fix building of Cython based python bindings by backporting patch from upstream wrt #471620 by Brett Royles and Martin Cyr
6
7 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.47 app-pda/libimobiledevice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 11 May 2013 22:00:19 -0000 1.46
23 +++ ChangeLog 30 Jul 2013 16:43:35 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-pda/libimobiledevice
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.46 2013/05/11 22:00:19 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/ChangeLog,v 1.47 2013/07/30 16:43:35 ssuominen Exp $
29 +
30 + 30 Jul 2013; Samuli Suominen <ssuominen@g.o>
31 + libimobiledevice-1.1.5.ebuild, +files/libimobiledevice-1.1.5-cython.patch:
32 + Fix building of Cython based python bindings by backporting patch from
33 + upstream wrt #471620 by Brett Royles and Martin Cyr
34
35 11 May 2013; Samuli Suominen <ssuominen@g.o>
36 -libimobiledevice-1.1.4-r2.ebuild, -libimobiledevice-1.1.4-r3.ebuild,
37
38
39
40 1.3 app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild?r1=1.2&r2=1.3
45
46 Index: libimobiledevice-1.1.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libimobiledevice-1.1.5.ebuild 11 May 2013 22:00:19 -0000 1.2
53 +++ libimobiledevice-1.1.5.ebuild 30 Jul 2013 16:43:35 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.2 2013/05/11 22:00:19 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.1.5.ebuild,v 1.3 2013/07/30 16:43:35 ssuominen Exp $
59
60 EAPI=5
61 PYTHON_COMPAT=( python2_7 )
62 @@ -39,6 +39,10 @@
63 fi
64 }
65
66 +src_prepare() {
67 + epatch "${FILESDIR}"/${P}-cython.patch
68 +}
69 +
70 src_configure() {
71 use python && python_export_best