summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2008-05-26 07:59:28 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2008-05-26 07:59:28 +0000
commitcff352ccf7ef79a6e23deb165113ad31c6d1c658 (patch)
treedec0aaf772613a4adfc321b3c31a78c6d19cc84e /dev-python/twisted-conch/twisted-conch-8.1.0.ebuild
parentInitial commit. Ebuild by me. Closes bug 216345. (diff)
downloadhistorical-cff352ccf7ef79a6e23deb165113ad31c6d1c658.tar.gz
historical-cff352ccf7ef79a6e23deb165113ad31c6d1c658.tar.bz2
historical-cff352ccf7ef79a6e23deb165113ad31c6d1c658.zip
Version Bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-python/twisted-conch/twisted-conch-8.1.0.ebuild')
-rw-r--r--dev-python/twisted-conch/twisted-conch-8.1.0.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild
new file mode 100644
index 000000000000..bb83ae1e9efe
--- /dev/null
+++ b/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-8.1.0.ebuild,v 1.1 2008/05/26 07:59:28 lordvan Exp $
+
+MY_PACKAGE=Conch
+
+inherit twisted eutils versionator
+
+DESCRIPTION="Twisted SSHv2 implementation."
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
+ >=dev-python/pycrypto-1.9_alpha6"