Diff Data-Section-0.200.7-r1 with a Data-Section-0.200.8
/usr/portage/dev-perl/Data-Section/Data-Section-0.200.8.ebuild 2023-10-09 14:52:29.844368359 +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=0.200007 |
|
7 |
DIST_VERSION=0.200008 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 |
DESCRIPTION="read multiple hunks of data out of your DATA section" |
|
10 |
DESCRIPTION="Read multiple hunks of data out of your DATA section" |
|
11 | 11 |
SLOT="0" |
12 | 12 |
KEYWORDS="amd64 x86" |
13 | 13 | |
... | ... | |
16 | 16 |
>=dev-perl/MRO-Compat-0.90.0 |
17 | 17 |
>=dev-perl/Sub-Exporter-0.979.0 |
18 | 18 |
" |
19 | ||
20 |
BDEPEND="${RDEPEND} |
|
21 |
>=virtual/perl-ExtUtils-MakeMaker-6.300.0 |
|
19 |
BDEPEND=" |
|
20 |
${RDEPEND} |
|
21 |
>=virtual/perl-ExtUtils-MakeMaker-6.780.0 |
|
22 | 22 |
test? ( |
23 | 23 |
dev-perl/Test-FailWarnings |
24 | 24 |
>=virtual/perl-Test-Simple-0.960.0 |