summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/net-scp/net-scp-1.0.1.ebuild')
-rw-r--r--dev-ruby/net-scp/net-scp-1.0.1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-ruby/net-scp/net-scp-1.0.1.ebuild b/dev-ruby/net-scp/net-scp-1.0.1.ebuild
new file mode 100644
index 000000000000..2928f4f281eb
--- /dev/null
+++ b/dev-ruby/net-scp/net-scp-1.0.1.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-scp/net-scp-1.0.1.ebuild,v 1.1 2008/09/20 08:33:24 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
+HOMEPAGE="http://net-ssh.rubyforge.org/scp"
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-ruby/net-ssh-2.0.0"