diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-02-02 13:43:08 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-02-02 13:43:08 +0100 |
commit | f1d5cacdc2f7e0cbddcbb619890dd01b6dd914e8 (patch) | |
tree | 5de123cd578893f2f0bf88865628a44196f30085 /net-misc/sshpass/sshpass-1.06.ebuild | |
parent | dev-python/robotframework: Version bump to 3.0.1 (diff) | |
download | gentoo-f1d5cacdc2f7e0cbddcbb619890dd01b6dd914e8.tar.gz gentoo-f1d5cacdc2f7e0cbddcbb619890dd01b6dd914e8.tar.bz2 gentoo-f1d5cacdc2f7e0cbddcbb619890dd01b6dd914e8.zip |
net-misc/sshpass: Version bump to 1.06
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc/sshpass/sshpass-1.06.ebuild')
-rw-r--r-- | net-misc/sshpass/sshpass-1.06.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild new file mode 100644 index 000000000000..8029df646a3c --- /dev/null +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Tool for noninteractively performing password authentication with ssh" +HOMEPAGE="http://sshpass.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" +IUSE="" + +RDEPEND="net-misc/openssh" |