Сравнение Convert-Color-0.110.0-r1 с Convert-Color-0.170.0
/usr/portage/dev-perl/Convert-Color/Convert-Color-0.170.0.ebuild 2023-10-09 14:52:29.832368359 +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 | 6 |
DIST_AUTHOR=PEVANS |
7 |
DIST_VERSION=0.11 |
|
7 |
DIST_VERSION=0.17 |
|
8 | 8 |
DIST_EXAMPLES=("examples/*") |
9 | 9 |
inherit perl-module |
10 | 10 | |
... | ... | |
16 | 16 |
RDEPEND=" |
17 | 17 |
dev-perl/Module-Pluggable |
18 | 18 |
dev-perl/List-UtilsBy |
19 |
virtual/perl-Scalar-List-Utils |
|
19 | 20 |
" |
20 |
BDEPEND="${RDEPEND} |
|
21 |
>=dev-perl/Module-Build-0.380.0 |
|
21 |
BDEPEND=" |
|
22 |
${RDEPEND} |
|
23 |
>=dev-perl/Module-Build-0.400.400 |
|
22 | 24 |
test? ( |
23 |
>=virtual/perl-Test-Simple-0.880.0 |
|
24 |
dev-perl/Test-Number-Delta |
|
25 |
dev-perl/Test2-Suite |
|
25 | 26 |
) |
26 | 27 |
" |
27 | 28 |