Сравнение HTML-Quoted-0.40.0-r1 с HTML-Quoted-0.50.0
/usr/portage/dev-perl/HTML-Quoted/HTML-Quoted-0.50.0.ebuild 2023-10-09 14:52:29.872368360 +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 |
DIST_AUTHOR=TSIBLEY |
|
7 |
DIST_VERSION=0.04 |
|
6 |
DIST_AUTHOR=BPS |
|
7 |
DIST_VERSION=0.05 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Extract structure of quoted HTML mail message" |
... | ... | |
15 | 15 |
RDEPEND=" |
16 | 16 |
>=dev-perl/HTML-Parser-3.0.0 |
17 | 17 |
" |
18 |
BDEPEND="${RDEPEND} |
|
18 |
BDEPEND=" |
|
19 |
${RDEPEND} |
|
19 | 20 |
>=virtual/perl-ExtUtils-MakeMaker-6.590.0 |
20 | 21 |
" |
21 | 22 |