summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild')
-rw-r--r--dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild
deleted file mode 100644
index d1f84e69763e..000000000000
--- a/dev-perl/Net-SSH-Any/Net-SSH-Any-0.40.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SALVA
-DIST_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="Use any SSH module"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-RESTRICT="test" # All tests require SSH server + Test::SSH at present
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"