Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyifp: pyifp-0.2.2.ebuild ChangeLog
Date: Sat, 01 Jan 2011 21:21:28
Message-Id: 20110101212114.7F1B920054@flycatcher.gentoo.org
1 arfrever 11/01/01 21:21:14
2
3 Modified: pyifp-0.2.2.ebuild ChangeLog
4 Log:
5 Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345523).
6
7 (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-python/pyifp/pyifp-0.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild?r1=1.5&r2=1.6
15
16 Index: pyifp-0.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- pyifp-0.2.2.ebuild 23 Dec 2009 18:55:31 -0000 1.5
23 +++ pyifp-0.2.2.ebuild 1 Jan 2011 21:21:14 -0000 1.6
24 @@ -1,8 +1,12 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild,v 1.5 2009/12/23 18:55:31 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/pyifp-0.2.2.ebuild,v 1.6 2011/01/01 21:21:14 arfrever Exp $
30 +
31 +EAPI="3"
32 +PYTHON_DEPEND="2"
33 +SUPPORT_PYTHON_ABIS="1"
34 +RESTRICT_PYTHON_ABIS="3.* *-jython"
35
36 -EAPI=2
37 inherit eutils distutils
38
39 DESCRIPTION="Python bindings for libifp library for accessing iRiver iFP devices"
40 @@ -14,12 +18,12 @@
41 KEYWORDS="~amd64 ~ia64 ~x86"
42 IUSE=""
43
44 -RDEPEND="dev-lang/python
45 - >=media-libs/libifp-1.0.0.2"
46 +RDEPEND=">=media-libs/libifp-1.0.0.2"
47 DEPEND="${RDEPEND}
48 dev-lang/swig"
49
50 DOCS="README.txt"
51 +PYTHON_MODNAME="ifp.py ifp_core.py usb_core.py"
52
53 src_prepare() {
54 epatch "${FILESDIR}"/${P}-setup-fix.patch
55
56
57
58 1.7 dev-python/pyifp/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/ChangeLog?rev=1.7&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/ChangeLog?rev=1.7&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyifp/ChangeLog?r1=1.6&r2=1.7
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v
67 retrieving revision 1.6
68 retrieving revision 1.7
69 diff -u -r1.6 -r1.7
70 --- ChangeLog 23 Dec 2009 18:55:31 -0000 1.6
71 +++ ChangeLog 1 Jan 2011 21:21:14 -0000 1.7
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-python/pyifp
74 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.6 2009/12/23 18:55:31 ssuominen Exp $
76 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyifp/ChangeLog,v 1.7 2011/01/01 21:21:14 arfrever Exp $
78 +
79 + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
80 + pyifp-0.2.2.ebuild:
81 + Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345523).
82
83 23 Dec 2009; Samuli Suominen <ssuominen@g.o> pyifp-0.2.2.ebuild:
84 Fix DOCS variable.