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-9.0.0.ebuild
Date: Mon, 30 Nov 2009 01:32:32
Message-Id: E1NEv7v-0001ws-Dw@stork.gentoo.org
1 arfrever 09/11/30 01:32:31
2
3 Modified: ChangeLog
4 Added: twisted-conch-9.0.0.ebuild
5 Log:
6 Version bump (bug #294924).
7 (Portage version: 14920-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.47 dev-python/twisted-conch/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 29 Nov 2009 14:04:12 -0000 1.46
23 +++ ChangeLog 30 Nov 2009 01:32:31 -0000 1.47
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/twisted-conch
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.46 2009/11/29 14:04:12 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.47 2009/11/30 01:32:31 arfrever Exp $
29 +
30 +*twisted-conch-9.0.0 (30 Nov 2009)
31 +
32 + 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
33 + +twisted-conch-9.0.0.ebuild:
34 + Version bump (bug #294924).
35
36 29 Nov 2009; Mounir Lamouri <volkmar@g.o>
37 twisted-conch-8.2.0.ebuild:
38
39
40
41 1.1 dev-python/twisted-conch/twisted-conch-9.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: twisted-conch-9.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-9.0.0.ebuild,v 1.1 2009/11/30 01:32:31 arfrever Exp $
51
52 EAPI="2"
53 SUPPORT_PYTHON_ABIS="1"
54 MY_PACKAGE="Conch"
55
56 inherit twisted versionator
57
58 DESCRIPTION="Twisted SSHv2 implementation"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
64 >=dev-python/pycrypto-1.9_alpha6"
65 RDEPEND="${DEPEND}"
66 RESTRICT_PYTHON_ABIS="3.*"
67
68 PYTHON_MODNAME="twisted/conch twisted/plugins"