commit: fa9f1c4626fba02d9bba2b1c41496a1b0960305c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 29 20:48:14 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 29 20:53:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa9f1c46
dev-perl/Graphics-ColorNames: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...orNames-3.5.0-r1.ebuild => Graphics-ColorNames-3.5.0-r2.ebuild} | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r1.ebuild
b/dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r2.ebuild
similarity index 82%
rename from dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r1.ebuild
rename to dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r2.ebuild
index 936bf62f1ae0..dd85ee84de25 100644
--- a/dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r1.ebuild
+++ b/dev-perl/Graphics-ColorNames/Graphics-ColorNames-3.5.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=RRWO
DIST_VERSION=v${PV}
@@ -11,12 +11,8 @@ DESCRIPTION="Defines RGB values for common color names"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-IO
>=virtual/perl-Module-Load-0.100.0
dev-perl/Color-Library
dev-perl/Tie-Sub
@@ -25,7 +21,6 @@ RDEPEND="
BDEPEND="${RDEPEND}
test? (
dev-perl/Test-Exception
- virtual/perl-Test-Simple
dev-perl/Test-Most
)
"