diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 20:04:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-09 20:04:05 +0000 |
commit | 4fdbe175ee7162ea3355f5abbe5b200eba38b10a (patch) | |
tree | b9d2d5882f10a5a678670d6ab9ae3e3eceb323fc /dev-python/twisted-conch | |
parent | Remove unused env.d file (diff) | |
download | gentoo-2-4fdbe175ee7162ea3355f5abbe5b200eba38b10a.tar.gz gentoo-2-4fdbe175ee7162ea3355f5abbe5b200eba38b10a.tar.bz2 gentoo-2-4fdbe175ee7162ea3355f5abbe5b200eba38b10a.zip |
Version bump.
(Portage version: HEAD/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.1.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 8b0e4ee0ed38..091c0f9d4853 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.56 2010/06/19 18:02:38 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.57 2010/07/09 20:04:05 arfrever Exp $ + +*twisted-conch-10.1.0 (09 Jul 2010) + + 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + +twisted-conch-10.1.0.ebuild: + Version bump. 19 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> twisted-conch-9.0.0.ebuild, twisted-conch-10.0.0.ebuild: diff --git a/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.1.0.ebuild new file mode 100644 index 000000000000..ada7f774a276 --- /dev/null +++ b/dev-python/twisted-conch/twisted-conch-10.1.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.1.0.ebuild,v 1.1 2010/07/09 20:04:05 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" +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" |