summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-17 21:18:08 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-17 21:18:08 +0200
commit3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5 (patch)
treee4a37b1c4537ce209aa679f6d46730635bb6d232
parentdev-perl/PDL: EAPI=8, virtual/perl-Pod-Parser -> dev-perl/... (diff)
downloadgentoo-3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5.tar.gz
gentoo-3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5.tar.bz2
gentoo-3a58ff84c6c2f6b1a3fa457c1056ff0ac2746de5.zip
dev-perl/Parse-ErrorString-Perl: EAPI=8; virtual/perl-Pod-Parser -> dev-perl/...
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild (renamed from dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild)12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
index a382ae4c1d11..b747bac9f613 100644
--- a/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0.ebuild
+++ b/dev-perl/Parse-ErrorString-Perl/Parse-ErrorString-Perl-0.270.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=MANWAR
DIST_VERSION=0.27
@@ -11,21 +11,21 @@ DESCRIPTION="Parse error messages from the perl interpreter"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-XSAccessor
virtual/perl-File-Spec
- virtual/perl-Pod-Parser
+ dev-perl/Pod-Parser
>=dev-perl/Pod-POM-0.270.0
"
-DEPEND="${RDEPEND}
+
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.59
test? (
dev-perl/Test-Differences
>=virtual/perl-Test-Simple-0.470.0
)
"
+
PATCHES=( "${FILESDIR}/${PN}-0.27-no-dot-inc.patch" )