summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-11-18 03:18:47 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-11-18 03:18:47 +0000
commit24322a973c84f42ce4fc8c47139e9b82fbaf6b4c (patch)
tree0a1a8152ec47fc7f6c16dd19fb26a6fab4c40246 /dev-python/twisted-conch
parentfix for bug #513852, kernel checks should not be fatal (diff)
downloadgentoo-2-24322a973c84f42ce4fc8c47139e9b82fbaf6b4c.tar.gz
gentoo-2-24322a973c84f42ce4fc8c47139e9b82fbaf6b4c.tar.bz2
gentoo-2-24322a973c84f42ce4fc8c47139e9b82fbaf6b4c.zip
Bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-conch')
-rw-r--r--dev-python/twisted-conch/ChangeLog7
-rw-r--r--dev-python/twisted-conch/twisted-conch-14.0.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog
index 80150fdf1fc6..52dcaeb9ce70 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.114 2014/11/12 03:31:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.115 2014/11/18 03:18:47 patrick Exp $
+
+*twisted-conch-14.0.2 (18 Nov 2014)
+
+ 18 Nov 2014; Patrick Lauer <patrick@gentoo.org> +twisted-conch-14.0.2.ebuild:
+ Bump
12 Nov 2014; Ian Delaney <idella4@gentoo.org> twisted-conch-14.0.1.ebuild:
Delete redundant comment
diff --git a/dev-python/twisted-conch/twisted-conch-14.0.2.ebuild b/dev-python/twisted-conch/twisted-conch-14.0.2.ebuild
new file mode 100644
index 000000000000..15c879ebbc2c
--- /dev/null
+++ b/dev-python/twisted-conch/twisted-conch-14.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-14.0.2.ebuild,v 1.1 2014/11/18 03:18:47 patrick Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted SSHv2 implementation"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="
+ =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
+ dev-python/pyasn1[${PYTHON_USEDEP}]
+ dev-python/pycrypto[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"