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-11.0.0.ebuild
Date: Mon, 04 Apr 2011 20:32:21
Message-Id: 20110404203148.8E70420054@flycatcher.gentoo.org
1 arfrever 11/04/04 20:31:46
2
3 Modified: ChangeLog
4 Added: twisted-conch-11.0.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.69 dev-python/twisted-conch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.69&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.69&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.68&r2=1.69
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
20 retrieving revision 1.68
21 retrieving revision 1.69
22 diff -u -r1.68 -r1.69
23 --- ChangeLog 25 Jan 2011 17:03:37 -0000 1.68
24 +++ ChangeLog 4 Apr 2011 20:31:46 -0000 1.69
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-python/twisted-conch
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.68 2011/01/25 17:03:37 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.69 2011/04/04 20:31:46 arfrever Exp $
30 +
31 +*twisted-conch-11.0.0 (04 Apr 2011)
32 +
33 + 04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
34 + +twisted-conch-11.0.0.ebuild:
35 + Version bump.
36
37 25 Jan 2011; Jeroen Roovers <jer@g.o> twisted-conch-10.2.0.ebuild:
38 Stable for HPPA (bug #350894).
39
40
41
42 1.1 dev-python/twisted-conch/twisted-conch-11.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: twisted-conch-11.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild,v 1.1 2011/04/04 20:31:46 arfrever Exp $
52
53 EAPI="3"
54 PYTHON_DEPEND="2"
55 SUPPORT_PYTHON_ABIS="1"
56 RESTRICT_PYTHON_ABIS="3.* *-jython"
57 MY_PACKAGE="Conch"
58
59 inherit twisted versionator
60
61 DESCRIPTION="Twisted SSHv2 implementation"
62
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
67 dev-python/pyasn1
68 dev-python/pycrypto"
69 RDEPEND="${DEPEND}"
70
71 PYTHON_MODNAME="twisted/conch twisted/plugins"
72
73 src_prepare() {
74 distutils_src_prepare
75
76 if [[ "${EUID}" -eq 0 ]]; then
77 # Disable tests failing with root permissions.
78 sed -e "s/test_checkKeyAsRoot/_&/" -i twisted/conch/test/test_checkers.py
79 sed -e "s/test_getPrivateKeysAsRoot/_&/" -i twisted/conch/test/test_openssh_compat.py
80 fi
81 }