diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-22 21:53:54 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-22 21:53:54 +0000 |
commit | 024cc0305b19846badd160a55492b54047a81843 (patch) | |
tree | b245e86902fade6effe3d8645d7016cb06398f16 /dev-python/twisted-conch | |
parent | Version bump. (diff) | |
download | historical-024cc0305b19846badd160a55492b54047a81843.tar.gz historical-024cc0305b19846badd160a55492b54047a81843.tar.bz2 historical-024cc0305b19846badd160a55492b54047a81843.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-10.2.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index ab16e32362df..58c01add9d34 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.59 2010/10/25 02:54:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.60 2010/12/22 21:36:42 arfrever Exp $ + +*twisted-conch-10.2.0 (22 Dec 2010) + + 22 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +twisted-conch-10.2.0.ebuild: + Version bump. 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-conch-10.1.0.ebuild: Stable for HPPA (bug #333211). diff --git a/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild new file mode 100644 index 000000000000..d1df4a27d7be --- /dev/null +++ b/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild,v 1.1 2010/12/22 21:36:42 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" +MY_PACKAGE="Conch" + +inherit twisted versionator + +DESCRIPTION="Twisted SSHv2 implementation" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* + dev-python/pyasn1 + >=dev-python/pycrypto-1.9_alpha6" +RDEPEND="${DEPEND}" + +PYTHON_MODNAME="twisted/conch twisted/plugins" |