Diff HTML-Mason-1.590.0-r1 with a HTML-Mason-1.600.0
/usr/portage/dev-perl/HTML-Mason/HTML-Mason-1.600.0.ebuild 2023-10-09 14:52:29.868368360 +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=7 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=DROLSKY |
7 |
DIST_VERSION=1.59 |
|
7 |
DIST_VERSION=1.60 |
|
8 | 8 |
inherit depend.apache perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="A HTML development and delivery Perl Module" |
11 | 11 |
HOMEPAGE="http://www.masonhq.com/ https://metacpan.org/release/HTML-Mason" |
12 | 12 | |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 ppc ~riscv x86" |
|
14 |
KEYWORDS="amd64 ~ppc ~riscv ~x86" |
|
15 | 15 |
IUSE="modperl test" |
16 | 16 |
RESTRICT="!test? ( test )" |
17 | 17 | |
... | ... | |
35 | 35 |
virtual/perl-ExtUtils-MakeMaker |
36 | 36 |
test? ( |
37 | 37 |
>=virtual/perl-Test-Simple-0.880.0 |
38 |
dev-perl/Test-Deep |
|
38 |
dev-perl/Test-Output |
|
39 | 39 |
) |
40 | 40 |
" |
41 | 41 |