blob: d423d8de037d6b4d6f184ad3340e08cad150b0d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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/net-ssh-2.0.4.ebuild,v 1.4 2008/09/21 15:53:22 ranger Exp $
inherit gems
DESCRIPTION="Non-interactive SSH processing in pure Ruby"
HOMEPAGE="http://net-ssh.rubyforge.org/"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ia64 ppc ppc64 ~x86"
IUSE=""
|