public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/
Date: Mon, 14 Aug 2023 07:55:49 +0000 (UTC)	[thread overview]
Message-ID: <1691999694.e23e6e049969c9d76276e0adb8222ba505144f2d.sam@gentoo> (raw)

commit:     e23e6e049969c9d76276e0adb8222ba505144f2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 07:33:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 07:54:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23e6e04

dev-perl/Net-SSH-Perl: add 2.142.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Net-SSH-Perl/Manifest                    |  1 +
 dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.142.0.ebuild | 46 +++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-perl/Net-SSH-Perl/Manifest b/dev-perl/Net-SSH-Perl/Manifest
index e587a1ed755b..7ab93927f8c3 100644
--- a/dev-perl/Net-SSH-Perl/Manifest
+++ b/dev-perl/Net-SSH-Perl/Manifest
@@ -1,2 +1,3 @@
 DIST Net-SSH-Perl-2.14.tar.gz 256963 BLAKE2B 700e9a852ab65ce881db043bf7ce775bbb60022299bf27936b90bb78c085136df1c6119b67f48bfd540b6b7cc2cb6406c252c4a6b9a7b73fc11760c28e527f58 SHA512 49fee3e7969260a97453adfdac7ed3852130a7404ca5016f6d16549e478b8f2808f47c5801f2dbf991cfb33b5f2653d55360ba938d9b36016620a46e1ffea879
 DIST Net-SSH-Perl-2.141.tar.gz 257974 BLAKE2B b354ac733937da479b95e05ffde649bbab78c75474fb3880ce3d74b18df81afb75a3f8845739b78dba5cdf4e74609084b0cf48a9c8e2996dcc72a96341b615f6 SHA512 de6605ea15a692d7ccfe650ce741bfd68a99a560bd171167ec8f346ace3b53bf4044622dc016558bab4d838807b2079db234e0eda4c05bae73b1262fd5cba6ed
+DIST Net-SSH-Perl-2.142.tar.gz 250765 BLAKE2B 20302fdd1339457c22fc73d0576f8f19a06f065089de288ac0ea8beb307bd7af18d3efb865b3791ebf410cb05f7145b5dc372918e803007de4e0bed516cf43a9 SHA512 f010c16fac56132a5f42a9d7f9a4d9b79224bc2cb24fec05be3e2fef90c4b23afa4c572acd1f59a789cb80eca1fdf7083871b476e2bee68a6da884893bb0a51c

diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.142.0.ebuild b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.142.0.ebuild
new file mode 100644
index 000000000000..b8fcc5fa9e2b
--- /dev/null
+++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.142.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=2.142
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Perl client Interface to SSH"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+	>=dev-perl/Crypt-Curve25519-0.50.0
+	dev-perl/Crypt-IDEA
+	>=dev-perl/CryptX-0.32.0
+	virtual/perl-Digest-MD5
+	dev-perl/File-HomeDir
+	virtual/perl-File-Spec
+	virtual/perl-IO
+	>=dev-perl/Math-GMP-1.40.0
+	virtual/perl-Scalar-List-Utils
+	>=dev-perl/String-CRC32-1.200.0
+	!minimal? (
+		dev-perl/Digest-BubbleBabble
+		dev-perl/Crypt-RSA
+		dev-perl/TermReadKey
+	)
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? ( >=virtual/perl-Test-Simple-0.610.0 )
+"
+
+PERL_RM_FILES=(
+	# Annoying author tests
+	't/99-perlcritic.t'
+	't/99-pod.t'
+	't/99-spellcheck.t'
+	't/99-yaml.t'
+)


             reply	other threads:[~2023-08-14  7:55 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14  7:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-27 13:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/ Arthur Zamarin
2023-09-27  5:44 Sam James
2023-09-24  1:53 Sam James
2023-08-27  1:26 Sam James
2023-07-26  3:33 Sam James
2021-07-17 16:35 Andreas K. Hüttel
2018-09-08  5:30 Mikle Kolyada
2018-07-22 14:51 Thomas Deutschmann
2018-03-28  2:26 Matt Turner
2017-12-08 22:18 Patrice Clement
2017-05-03  0:10 Kent Fredric
2017-05-03  0:10 Kent Fredric
2017-03-23 16:35 Kent Fredric
2017-03-23 16:35 Kent Fredric
2017-03-23 15:35 Kent Fredric
2017-03-11 23:05 Matt Turner
2016-09-12 16:59 Kent Fredric
2016-07-25  9:16 Kent Fredric
2016-04-15 19:56 Andreas Hüttel
2016-04-07 23:08 Andreas Hüttel
2016-04-02  0:55 Andreas Hüttel
2016-03-09 20:48 Andreas Hüttel
2016-03-09 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/net-ssh-perl/ Andreas Hüttel
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement
2016-03-05 11:56 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1691999694.e23e6e049969c9d76276e0adb8222ba505144f2d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox