summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-12-11 04:35:42 +1300
committerKent Fredric <kentnl@gentoo.org>2017-12-12 08:27:37 +1300
commit2c406626449aadd1b156f9f66998fe59a03a7df0 (patch)
treee54dc40d21156af7069395e1baad63e1496df931 /dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild
parentdev-perl/Net-SMTPS: Bump to version 0.90.0 (diff)
downloadgentoo-2c406626449aadd1b156f9f66998fe59a03a7df0.tar.gz
gentoo-2c406626449aadd1b156f9f66998fe59a03a7df0.tar.bz2
gentoo-2c406626449aadd1b156f9f66998fe59a03a7df0.zip
dev-perl/Net-SSH-Any: Bump to version 0.100.0
- Add USE=examples - Add more documentation to install dir - Enable testing generically Upstream: - Support for OpenSSH binary via Ssh_Cmd - Support for Plink binaries via Plink_Cmd - Support for bitwise tunneler via Sexec_Cmd - Support for dropbear client via Dbclient_Cmd - Support for Tectia client via Sshg3_Cmd - Bidirectional pipe communication via dpipe - New Net::SSH::Any::Test framework for spawning a test SSH server - Improve remote OS detection - Make local command lookup strict by default Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild')
-rw-r--r--dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild
new file mode 100644
index 000000000000..7c1b5b9d0a58
--- /dev/null
+++ b/dev-perl/Net-SSH-Any/Net-SSH-Any-0.100.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SALVA
+DIST_VERSION=0.10
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Use any SSH module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=virtual/perl-Test-Simple-1.302.26
+ )
+"
+mydoc="docs/*"