Сравнение Net-SSH-Perl-2.140.0-r1 с Net-SSH-Perl-2.141.0
/usr/portage/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild 2023-10-09 14:52:29.904368361 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DIST_AUTHOR=SCHWIGON |
|
7 |
DIST_VERSION=2.14 |
|
6 |
DIST_AUTHOR=BDFOY |
|
7 |
DIST_VERSION=2.141 |
|
8 | 8 |
DIST_EXAMPLES=("eg/*") |
9 | 9 |
inherit perl-module |
10 | 10 | |
... | ... | |
31 | 31 |
dev-perl/TermReadKey |
32 | 32 |
) |
33 | 33 |
" |
34 |
BDEPEND="${RDEPEND} |
|
35 |
virtual/perl-ExtUtils-MakeMaker |
|
34 |
BDEPEND=" |
|
35 |
${RDEPEND} |
|
36 |
>=virtual/perl-ExtUtils-MakeMaker-6.640.0 |
|
36 | 37 |
test? ( >=virtual/perl-Test-Simple-0.610.0 ) |
37 | 38 |
" |
38 | 39 | |
... | ... | |
46 | 47 |
't/99-spellcheck.t' |
47 | 48 |
't/99-yaml.t' |
48 | 49 |
) |
49 | ||
50 |
PATCHES=( |
|
51 |
"${FILESDIR}/${PN}-2.14-no-signatures.patch" |
|
52 |
) |