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/fpconst: fpconst-0.7.3.ebuild ChangeLog
Date: Sat, 01 Jan 2011 21:47:20
Message-Id: 20110101214710.0860820054@flycatcher.gentoo.org
1 arfrever 11/01/01 21:47:09
2
3 Modified: fpconst-0.7.3.ebuild ChangeLog
4 Log:
5 Fix dependencies.
6
7 (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 dev-python/fpconst/fpconst-0.7.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild?r1=1.16&r2=1.17
15
16 Index: fpconst-0.7.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- fpconst-0.7.3.ebuild 15 Dec 2009 19:22:07 -0000 1.16
23 +++ fpconst-0.7.3.ebuild 1 Jan 2011 21:47:09 -0000 1.17
24 @@ -1,9 +1,11 @@
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/fpconst/fpconst-0.7.3.ebuild,v 1.16 2009/12/15 19:22:07 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.17 2011/01/01 21:47:09 arfrever Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33 +PYTHON_DEPEND="2"
34 SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="3.*"
36
37 inherit distutils
38
39 @@ -18,7 +20,6 @@
40
41 DEPEND=""
42 RDEPEND=""
43 -RESTRICT_PYTHON_ABIS="3.*"
44
45 -PYTHON_MODNAME="fpconst.py"
46 DOCS="pep-0754.txt"
47 +PYTHON_MODNAME="fpconst.py"
48
49
50
51 1.34 dev-python/fpconst/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.34&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.34&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.33&r2=1.34
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
60 retrieving revision 1.33
61 retrieving revision 1.34
62 diff -u -r1.33 -r1.34
63 --- ChangeLog 1 Jan 2011 21:43:18 -0000 1.33
64 +++ ChangeLog 1 Jan 2011 21:47:09 -0000 1.34
65 @@ -1,6 +1,10 @@
66 # ChangeLog for dev-python/fpconst
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.33 2011/01/01 21:43:18 arfrever Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.34 2011/01/01 21:47:09 arfrever Exp $
70 +
71 + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
72 + fpconst-0.7.3.ebuild:
73 + Fix dependencies.
74
75 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
76 -fpconst-0.7.1.ebuild, -fpconst-0.7.2.ebuild: