Diff Plack-1.4.800 with a Plack-1.5.0
/usr/portage/dev-perl/Plack/Plack-1.5.0.ebuild 2023-10-09 14:52:29.912368361 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 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=MIYAGAWA |
7 |
DIST_VERSION=1.0048 |
|
7 |
DIST_VERSION=1.0050 |
|
8 | 8 |
DIST_EXAMPLES=("eg/dot-psgi/*") |
9 | 9 |
inherit perl-module |
10 | 10 | |
... | ... | |
14 | 14 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" |
15 | 15 |
IUSE="minimal" |
16 | 16 | |
17 |
PATCHES=( |
|
18 |
"${FILESDIR}/${PN}-1.3.900-network-testing.patch" |
|
19 |
) |
|
20 | ||
21 | 17 |
RDEPEND=" |
22 | 18 |
!minimal? ( |
23 | 19 |
dev-perl/CGI-Compile |
... | ... | |
48 | 44 |
>=dev-perl/WWW-Form-UrlEncoded-0.230.0 |
49 | 45 |
virtual/perl-parent |
50 | 46 |
" |
51 | ||
52 |
BDEPEND="${RDEPEND} |
|
47 |
BDEPEND=" |
|
48 |
${RDEPEND} |
|
53 | 49 |
virtual/perl-ExtUtils-MakeMaker |
54 | 50 |
>=dev-perl/File-ShareDir-Install-0.60.0 |
55 | 51 |
test? ( |
... | ... | |
67 | 63 |
) |
68 | 64 |
" |
69 | 65 | |
66 |
PATCHES=( |
|
67 |
"${FILESDIR}/${PN}-1.3.900-network-testing.patch" |
|
68 |
) |
|
69 | ||
70 | 70 |
src_test() { |
71 | 71 |
perl_rm_files "t/author-pod-syntax.t" |
72 | 72 |
perl-module_src_test |