Diff Log-Dispatchouli-2.23.0 with a Log-Dispatchouli-3.5.0
/usr/portage/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild 2023-10-09 14:52:29.884368360 +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=RJBS |
7 |
DIST_VERSION=2.023 |
|
7 |
DIST_VERSION=3.005 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 |
DESCRIPTION="a simple wrapper around Log::Dispatch" |
|
10 |
DESCRIPTION="Simple wrapper around Log::Dispatch" |
|
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="amd64 ~x86" |
13 | 13 |
IUSE="minimal" |
... | ... | |
32 | 32 |
" |
33 | 33 |
# t: File::Spec::Functions -> File-Spec |
34 | 34 |
# t: base, lib -> perl |
35 |
BDEPEND="${RDEPEND} |
|
35 |
BDEPEND=" |
|
36 |
${RDEPEND} |
|
36 | 37 |
virtual/perl-ExtUtils-MakeMaker |
37 | 38 |
test? ( |
38 | 39 |
!minimal? ( |
39 | 40 |
>=virtual/perl-CPAN-Meta-2.120.900 |
40 | 41 |
) |
41 | 42 |
virtual/perl-File-Temp |
43 |
dev-perl/JSON-MaybeXS |
|
42 | 44 |
dev-perl/Test-Deep |
43 | 45 |
dev-perl/Test-Fatal |
44 | 46 |
>=virtual/perl-Test-Simple-0.960.0 |