diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-05-13 08:01:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-05-13 08:01:25 +0000 |
commit | f1ee9dfbcd51e564db8da73627dcb7117c91b953 (patch) | |
tree | 69a9f1d7c0bee901aca8216073dda614ce70b6c2 /dev-python/twisted-conch | |
parent | Stable for amd64, wrt bug #549246 (diff) | |
download | gentoo-2-f1ee9dfbcd51e564db8da73627dcb7117c91b953.tar.gz gentoo-2-f1ee9dfbcd51e564db8da73627dcb7117c91b953.tar.bz2 gentoo-2-f1ee9dfbcd51e564db8da73627dcb7117c91b953.zip |
Bump
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-15.1.0.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index a2be2e55c3ce..4754a3c675d9 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.124 2015/04/14 12:51:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.125 2015/05/13 08:01:25 patrick Exp $ + +*twisted-conch-15.1.0 (13 May 2015) + + 13 May 2015; Patrick Lauer <patrick@gentoo.org> +twisted-conch-15.1.0.ebuild: + Bump 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> twisted-conch-13.2.0.ebuild: Stable for ia64, wrt bug #540290 diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild new file mode 100644 index 000000000000..a59d2ae2ece6 --- /dev/null +++ b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild,v 1.1 2015/05/13 08:01:25 patrick Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit twisted-r1 + +DESCRIPTION="Twisted SSHv2 implementation" + +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" +IUSE="" + +DEPEND=" + =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + dev-python/pyasn1[${PYTHON_USEDEP}] + dev-python/pycrypto[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |