Сравнение Passwd-Unix-0.710.0-r1 с Passwd-Unix-1.90.0
/usr/portage/dev-perl/Passwd-Unix/Passwd-Unix-1.90.0.ebuild 2023-10-09 14:52:29.912368361 +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 | 6 |
DIST_AUTHOR=STRZELEC |
7 |
DIST_VERSION=0.71 |
|
7 |
DIST_VERSION=1.09 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 |
DESCRIPTION="access to standard unix passwd files" |
|
10 |
DESCRIPTION="Access to standard unix passwd files" |
|
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="~amd64 ~x86" |
13 | 13 | |
14 | 14 |
RDEPEND=" |
15 |
virtual/perl-Carp |
|
16 |
dev-perl/Crypt-PasswdMD5 |
|
17 |
virtual/perl-Exporter |
|
18 |
virtual/perl-File-Path |
|
19 |
virtual/perl-File-Spec |
|
15 |
dev-perl/Crypt-Password |
|
16 |
dev-perl/Exporter-Tiny |
|
20 | 17 |
>=virtual/perl-IO-Compress-2.15.0 |
21 |
dev-perl/Struct-Compare |
|
18 |
dev-perl/Path-Tiny |
|
19 |
dev-perl/Tie-Array-CSV |
|
22 | 20 |
" |
23 | ||
24 |
BDEPEND="${RDEPEND} |
|
25 |
virtual/perl-ExtUtils-MakeMaker |
|
21 |
# Technically works w/ older MM but has a bunch of conditions to try make it work |
|
22 |
BDEPEND=" |
|
23 |
${RDEPEND} |
|
24 |
>=virtual/perl-ExtUtils-MakeMaker-6.630.0 |
|
26 | 25 |
" |
27 | ||
28 |
src_prepare() { |
|
29 |
mkdir t/ |
|
30 |
mv test.pl t/test.t |
|
31 |
sed -i 's|test\.pl$|t/test.t|' MANIFEST |
|
32 |
perl-module_src_prepare |
|
33 |
} |