summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/net-ssh/net-ssh-1.0.3.ebuild')
-rw-r--r--dev-ruby/net-ssh/net-ssh-1.0.3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/net-ssh/net-ssh-1.0.3.ebuild b/dev-ruby/net-ssh/net-ssh-1.0.3.ebuild
deleted file mode 100644
index b337abeb3848..000000000000
--- a/dev-ruby/net-ssh/net-ssh-1.0.3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-1.0.3.ebuild,v 1.1 2005/11/09 23:19:12 citizen428 Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Non-interactive SSH processing in pure Ruby"
-HOMEPAGE="http://net-ssh.rubyforge.org/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-USE_RUBY="ruby18"
-
-DEPEND=">=dev-lang/ruby-1.8.2"
-RDEPEND=">=dev-ruby/needle-1.2.1-r1"
-