Diff String-Formatter-0.102.84-r1 with a String-Formatter-1.234.0
/usr/portage/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild 2023-10-09 14:52:29.924368361 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 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.102084 |
|
7 |
DIST_VERSION=1.234 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="build sprintf-like functions of your own" |
... | ... | |
18 | 18 |
" |
19 | 19 |
BDEPEND=" |
20 | 20 |
${RDEPEND} |
21 |
>=virtual/perl-ExtUtils-MakeMaker-6.300.0 |
|
21 |
>=virtual/perl-ExtUtils-MakeMaker-6.780.0 |
|
22 | 22 |
test? ( |
23 | 23 |
>=virtual/perl-Test-Simple-0.960.0 |
24 | 24 |
) |
25 | 25 |
" |
26 | ||
27 |
PERL_RM_FILES=( |
|
28 |
"bench.pl" # https://github.com/rjbs/String-Formatter/issues/2 |
|
29 |
) |