summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-01 15:52:11 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-01 15:52:11 +0200
commit198050a6e6810e962b18d0ed5f8c2dd714e90f51 (patch)
tree7cb8bd3171c3d1519eb9fcecae08479598b1db0c /net-misc/sshpass
parentnet-misc/ndisc6: drop 1.0.6 (diff)
downloadgentoo-198050a6e6810e962b18d0ed5f8c2dd714e90f51.tar.gz
gentoo-198050a6e6810e962b18d0ed5f8c2dd714e90f51.tar.bz2
gentoo-198050a6e6810e962b18d0ed5f8c2dd714e90f51.zip
net-misc/sshpass: add 1.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/sshpass')
-rw-r--r--net-misc/sshpass/Manifest1
-rw-r--r--net-misc/sshpass/sshpass-1.10.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/net-misc/sshpass/Manifest b/net-misc/sshpass/Manifest
index fb538dbfd674..2f0ae502f5e3 100644
--- a/net-misc/sshpass/Manifest
+++ b/net-misc/sshpass/Manifest
@@ -1 +1,2 @@
DIST sshpass-1.09.tar.gz 112857 BLAKE2B b19e1b7d057e286a895312c62453b9aa5369efb3c617bb24fc7b6b0e521d4c65fad091c68b93cda17aef8350c243bdc2c22d5d58590f6359715159d9dca57bae SHA512 9b4ba83ca4d34364e7c43e29f98493dc3d595d24dc68c2fe3c244600d92a0f8bc0a6a7f8f43d64c0b4d714eb196516f297d904fa66035a76dae89a3726c0f2ff
+DIST sshpass-1.10.tar.gz 139652 BLAKE2B 8fb0191abeb43c6c345dd4073f01541337f37d7c286679f50108c0d908a9d3a4179e2ee30bdbd81e3ebb0f277d14e1b8f329fac2e03500ebf15334c79069a386 SHA512 d0fbceb956baee79803fec8bd9a2e0d1e342cbc90fb8bb4baa5a01914f870393f43bd07b62aa1da208318b4971005b9bbccf0e926c590124de11a272169db81d
diff --git a/net-misc/sshpass/sshpass-1.10.ebuild b/net-misc/sshpass/sshpass-1.10.ebuild
new file mode 100644
index 000000000000..0bfe3645bcaa
--- /dev/null
+++ b/net-misc/sshpass/sshpass-1.10.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Tool for non-interactively performing password authentication with ssh"
+HOMEPAGE="https://sourceforge.net/projects/sshpass/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
+
+RDEPEND="virtual/openssh"