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/pyro: pyro-3.9.1.ebuild ChangeLog
Date: Fri, 04 Sep 2009 00:02:18
Message-Id: E1MjR4U-0007lW-7h@stork.gentoo.org
1 arfrever 09/09/04 05:10:50
2
3 Modified: pyro-3.9.1.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14182-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/pyro/pyro-3.9.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild?r1=1.1&r2=1.2
14
15 Index: pyro-3.9.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pyro-3.9.1.ebuild 1 Jun 2009 00:38:29 -0000 1.1
22 +++ pyro-3.9.1.ebuild 4 Sep 2009 05:10:49 -0000 1.2
23 @@ -1,8 +1,11 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild,v 1.1 2009/06/01 00:38:29 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/pyro-3.9.1.ebuild,v 1.2 2009/09/04 05:10:49 arfrever Exp $
28
29 -inherit distutils eutils
30 +EAPI="2"
31 +SUPPORT_PYTHON_ABIS="1"
32 +
33 +inherit distutils
34
35 MY_P="Pyro-${PV}"
36 DESCRIPTION="advanced and powerful Distributed Object Technology system written entirely in Python"
37 @@ -14,8 +17,14 @@
38 KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
39 IUSE="doc examples"
40
41 +DEPEND=""
42 +RDEPEND=""
43 +RESTRICT_PYTHON_ABIS="3*"
44 +
45 S="${WORKDIR}/${MY_P}"
46
47 +PYTHON_MODNAME="Pyro"
48 +
49 src_install() {
50 distutils_src_install
51
52
53
54
55 1.18 dev-python/pyro/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.18&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/ChangeLog?rev=1.18&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyro/ChangeLog?r1=1.17&r2=1.18
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v
64 retrieving revision 1.17
65 retrieving revision 1.18
66 diff -u -r1.17 -r1.18
67 --- ChangeLog 1 Jun 2009 00:38:29 -0000 1.17
68 +++ ChangeLog 4 Sep 2009 05:10:49 -0000 1.18
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-python/pyro
71 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.17 2009/06/01 00:38:29 patrick Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyro/ChangeLog,v 1.18 2009/09/04 05:10:49 arfrever Exp $
74 +
75 + 04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
76 + pyro-3.9.1.ebuild:
77 + Set SUPPORT_PYTHON_ABIS.
78
79 *pyro-3.9.1 (01 Jun 2009)