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 | cff352ccf7ef79a6e23deb165113ad31c6d1c658 (patch) | |
tree | dec0aaf772613a4adfc321b3c31a78c6d19cc84e /dev-python/twisted-conch/twisted-conch-8.1.0.ebuild | |
parent | Initial commit. Ebuild by me. Closes bug 216345. (diff) | |
download | historical-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.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" |