diff options
Diffstat (limited to 'dev-perl/HTML-FormatText-WithLinks-AndTables')
-rw-r--r-- | dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild (renamed from dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r1.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r1.ebuild b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild index a7c7daaf4080..b2214081c702 100644 --- a/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r1.ebuild +++ b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.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=DALEEVANS DIST_VERSION=0.07 @@ -11,20 +11,19 @@ DESCRIPTION="Converts HTML to text with tables intact" SLOT="0" KEYWORDS="amd64" -IUSE="test" -RESTRICT="!test? ( test )" -PATCHES=( "${FILESDIR}/README-INC.patch" ) RDEPEND=" dev-perl/HTML-Formatter dev-perl/HTML-FormatText-WithLinks dev-perl/HTML-Tree " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " +PATCHES=( "${FILESDIR}/README-INC.patch" ) + src_test() { perl_rm_files t/author-*.t t/pod.t t/boilerplate.t perl-module_src_test |