commit: 87ffedd770e8f00d194c6469d01b9492cc40848f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 09:46:24 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 09:48:15 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ffedd7
dev-perl/Pod-Markdown-Github: EAPI bump; simplify deps
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ub-0.40.0.ebuild => Pod-Markdown-Github-0.40.0-r1.ebuild} | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild
b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0-r1.ebuild
similarity index 60%
rename from dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild
rename to dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0-r1.ebuild
index 3435d01b322b..927fa10eba03 100644
--- a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild
+++ b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=MINIMAL
DIST_VERSION=0.04
@@ -10,20 +10,12 @@ inherit perl-module
DESCRIPTION="Convert POD to Github's specific markdown"
SLOT="0"
KEYWORDS="amd64 x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
- virtual/perl-Getopt-Long
dev-perl/Pod-Markdown
- virtual/perl-parent
"
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
- virtual/perl-Exporter
- virtual/perl-File-Spec
- virtual/perl-File-Temp
dev-perl/Test-Differences
>=virtual/perl-Test-Simple-0.880.0
)