diff options
author | 2008-09-20 08:44:27 +0000 | |
---|---|---|
committer | 2008-09-20 08:44:27 +0000 | |
commit | 5f647f626cfc34c7ed2527c2e9a835b007fe0c7c (patch) | |
tree | aba15bb3dac56919da61086dd5ffb24f2c565523 /dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild | |
parent | Stable on ppc wrt bug 237821 (diff) | |
download | gentoo-2-5f647f626cfc34c7ed2527c2e9a835b007fe0c7c.tar.gz gentoo-2-5f647f626cfc34c7ed2527c2e9a835b007fe0c7c.tar.bz2 gentoo-2-5f647f626cfc34c7ed2527c2e9a835b007fe0c7c.zip |
Initial import
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild')
-rw-r--r-- | dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild b/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild new file mode 100644 index 000000000000..4801472d6d4f --- /dev/null +++ b/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.0.0.ebuild,v 1.1 2008/09/20 08:44:27 graaff Exp $ + +inherit gems + +DESCRIPTION="A simple library to assist in enabling tunneled Net::SSH connections" +HOMEPAGE="http://net-ssh.rubyforge.org/gateway" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-ruby/net-ssh-2.0.0" |