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/twisted-conch: ChangeLog twisted-conch-8.2.0.ebuild
Date: Fri, 30 Oct 2009 12:30:04
Message-Id: E1N3qcE-0005kP-9Z@stork.gentoo.org
1 arfrever 09/10/30 12:30:02
2
3 Modified: ChangeLog twisted-conch-8.2.0.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14746-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.43 dev-python/twisted-conch/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.43&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.43&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.42&r2=1.43
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
18 retrieving revision 1.42
19 retrieving revision 1.43
20 diff -u -r1.42 -r1.43
21 --- ChangeLog 6 Sep 2009 21:02:31 -0000 1.42
22 +++ ChangeLog 30 Oct 2009 12:30:01 -0000 1.43
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-python/twisted-conch
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.42 2009/09/06 21:02:31 idl0r Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.43 2009/10/30 12:30:01 arfrever Exp $
28 +
29 + 30 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
30 + twisted-conch-8.2.0.ebuild:
31 + Set SUPPORT_PYTHON_ABIS.
32
33 06 Sep 2009; Christian Ruppert <idl0r@g.o>
34 -files/twisted-conch-0.5.0-root-skip.patch,
35
36
37
38 1.4 dev-python/twisted-conch/twisted-conch-8.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild?r1=1.3&r2=1.4
43
44 Index: twisted-conch-8.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- twisted-conch-8.2.0.ebuild 6 Sep 2009 21:02:31 -0000 1.3
51 +++ twisted-conch-8.2.0.ebuild 30 Oct 2009 12:30:01 -0000 1.4
52 @@ -1,17 +1,21 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.3 2009/09/06 21:02:31 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.2.0.ebuild,v 1.4 2009/10/30 12:30:01 arfrever Exp $
57
58 -MY_PACKAGE=Conch
59 +EAPI="2"
60 +SUPPORT_PYTHON_ABIS="1"
61 +MY_PACKAGE="Conch"
62
63 -inherit twisted eutils versionator
64 +inherit twisted versionator
65
66 -DESCRIPTION="Twisted SSHv2 implementation."
67 +DESCRIPTION="Twisted SSHv2 implementation"
68
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
70 +IUSE=""
71
72 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
73 >=dev-python/pycrypto-1.9_alpha6"
74 RDEPEND="${DEPEND}"
75 +RESTRICT_PYTHON_ABIS="3.*"
76
77 -IUSE=""
78 +PYTHON_MODNAME="twisted/conch twisted/plugins"