commit: dd96d5f5111528076b92468dff579587d8263a2c
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 20:04:33 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 21:14:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd96d5f5
dev-perl/Pod-Abstract: EAPI bump, add missing dep
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
...tract-0.200.0-r1.ebuild => Pod-Abstract-0.200.0-r2.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild
b/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild
similarity index 77%
rename from dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild
rename to dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild
index 9dfbaeece76..e4ed10e9713 100644
--- a/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r1.ebuild
+++ b/dev-perl/Pod-Abstract/Pod-Abstract-0.200.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR=BLILBURNE
-MODULE_VERSION=0.20
+DIST_AUTHOR=BLILBURNE
+DIST_VERSION=0.20
inherit perl-module
DESCRIPTION="Abstract document tree for Perl POD documents"
@@ -17,11 +17,10 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-perl/IO-String
virtual/perl-Scalar-List-Utils
virtual/perl-File-Temp
+ virtual/perl-Pod-Parser
"
DEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
)
"
-
-SRC_TEST=do