diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2008-05-26 07:59:28 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2008-05-26 07:59:28 +0000 |
commit | 58e6b0a17de1e6be322a912f337c4ad7cbdbd536 (patch) | |
tree | 1bebb63f64372004c921e15f5b64739078b4583e /dev-python/twisted-conch/twisted-conch-8.1.0.ebuild | |
parent | Initial commit. Ebuild by me. Closes bug 216345. (diff) | |
download | gentoo-2-58e6b0a17de1e6be322a912f337c4ad7cbdbd536.tar.gz gentoo-2-58e6b0a17de1e6be322a912f337c4ad7cbdbd536.tar.bz2 gentoo-2-58e6b0a17de1e6be322a912f337c4ad7cbdbd536.zip |
Version Bump
(Portage version: 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.ebuild | 14 |
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" |