Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/
Date: Sat, 17 Jul 2021 16:35:21
Message-Id: 1626539678.4e0cef2e1c4293734e2876b48c6c4cfe3130d039.dilfridge@gentoo
1 commit: 4e0cef2e1c4293734e2876b48c6c4cfe3130d039
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 16:13:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 16:34:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0cef2e
7
8 dev-perl/Net-SSH-Perl: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-SSH-Perl-2.140.0.ebuild => Net-SSH-Perl-2.140.0-r1.ebuild} | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0-r1.ebuild
17 similarity index 89%
18 rename from dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild
19 rename to dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0-r1.ebuild
20 index bf0582538d6..6149ef5e421 100644
21 --- a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0.ebuild
22 +++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.140.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=SCHWIGON
32 DIST_VERSION=2.14
33 @@ -12,8 +12,7 @@ DESCRIPTION="Perl client Interface to SSH"
34
35 SLOT="0"
36 KEYWORDS="amd64 x86"
37 -IUSE="minimal test"
38 -RESTRICT="!test? ( test )"
39 +IUSE="minimal"
40
41 RDEPEND="
42 >=dev-perl/Crypt-Curve25519-0.50.0
43 @@ -32,7 +31,7 @@ RDEPEND="
44 dev-perl/TermReadKey
45 )
46 "
47 -DEPEND="${RDEPEND}
48 +BDEPEND="${RDEPEND}
49 virtual/perl-ExtUtils-MakeMaker
50 test? ( >=virtual/perl-Test-Simple-0.610.0 )
51 "
52 @@ -47,6 +46,7 @@ PERL_RM_FILES=(
53 't/99-spellcheck.t'
54 't/99-yaml.t'
55 )
56 +
57 PATCHES=(
58 "${FILESDIR}/${PN}-2.14-no-signatures.patch"
59 )