Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sshpass/
Date: Mon, 28 Feb 2022 14:26:42
Message-Id: 1646058396.1a7d22b4a83964f00f69360928089f34e7eedbcf.juippis@gentoo
1 commit: 1a7d22b4a83964f00f69360928089f34e7eedbcf
2 Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
3 AuthorDate: Wed Feb 23 15:37:36 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 14:26:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7d22b4
7
8 net-misc/sshpass: version bump to 1.09
9
10 Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Closes: https://github.com/gentoo/gentoo/pull/24328
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-misc/sshpass/Manifest | 1 +
16 net-misc/sshpass/sshpass-1.09.ebuild | 14 ++++++++++++++
17 2 files changed, 15 insertions(+)
18
19 diff --git a/net-misc/sshpass/Manifest b/net-misc/sshpass/Manifest
20 index 547a7f2d6ac3..f60670ef5cad 100644
21 --- a/net-misc/sshpass/Manifest
22 +++ b/net-misc/sshpass/Manifest
23 @@ -1 +1,2 @@
24 DIST sshpass-1.06.tar.gz 112205 BLAKE2B 9bae7ba60ca627664d12bcccb9a9bb76bc92752490458e4d4fdde27cdb14a0d71c94eeeefe83d95810c1cbe0fff0c9ac8a9d6fb8a90e2cd834c387ac2527875b SHA512 fc08fcca5aaa5e4958f16d38116d828739a5d53f8e2a83506ef78ee602941a7bfc0e3f07154dc390660df490dbdf7601e0c7ec17c68c9627d72d565e4c6717f8
25 +DIST sshpass-1.09.tar.gz 112857 BLAKE2B b19e1b7d057e286a895312c62453b9aa5369efb3c617bb24fc7b6b0e521d4c65fad091c68b93cda17aef8350c243bdc2c22d5d58590f6359715159d9dca57bae SHA512 9b4ba83ca4d34364e7c43e29f98493dc3d595d24dc68c2fe3c244600d92a0f8bc0a6a7f8f43d64c0b4d714eb196516f297d904fa66035a76dae89a3726c0f2ff
26
27 diff --git a/net-misc/sshpass/sshpass-1.09.ebuild b/net-misc/sshpass/sshpass-1.09.ebuild
28 new file mode 100644
29 index 000000000000..3c67e44e5496
30 --- /dev/null
31 +++ b/net-misc/sshpass/sshpass-1.09.ebuild
32 @@ -0,0 +1,14 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +
38 +DESCRIPTION="Tool for noninteractively performing password authentication with ssh"
39 +HOMEPAGE="https://sourceforge.net/projects/sshpass/"
40 +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
41 +
42 +LICENSE="GPL-2"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
45 +
46 +RDEPEND="net-misc/openssh"