commit: 5f6db3d680548c42bf73e9e5b2d3436c8ab0928c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 09:35:32 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 09:47:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6db3d6
dev-perl/Template-Plugin-Latex: EAPI bump; simplify deps
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...20.0-r1.ebuild => Template-Plugin-Latex-3.120.0-r2.ebuild} | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git
a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild
b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r2.ebuild
similarity index 73%
rename from
dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild
rename to dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r2.ebuild
index 5798f6f89545..b3fc27ceaaf6 100644
--- a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r1.ebuild
+++ b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=EHUELS
DIST_VERSION=3.12
@@ -11,8 +11,6 @@ DESCRIPTION="LaTeX support for the Template Toolkit"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/LaTeX-Driver-0.70.0
@@ -25,7 +23,4 @@ src_test() {
LATEX_TESTING=1 perl-module_src_test
}
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Harness )
-"
+DEPEND="${RDEPEND}"