From 1a917edfa85c57ec962ce419532638e55312b9aa Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 31 Oct 2021 20:45:11 +0100 Subject: dev-perl/HTML-FormatText-WithLinks-AndTables: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...FormatText-WithLinks-AndTables-0.70.0-r1.ebuild | 31 ---------------------- ...FormatText-WithLinks-AndTables-0.70.0-r2.ebuild | 30 +++++++++++++++++++++ 2 files changed, 30 insertions(+), 31 deletions(-) delete mode 100644 dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r1.ebuild create mode 100644 dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild 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-r1.ebuild deleted file mode 100644 index a7c7daaf4080..000000000000 --- a/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=DALEEVANS -DIST_VERSION=0.07 -inherit perl-module - -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} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" - -src_test() { - perl_rm_files t/author-*.t t/pod.t t/boilerplate.t - perl-module_src_test -} diff --git a/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild new file mode 100644 index 000000000000..b2214081c702 --- /dev/null +++ b/dev-perl/HTML-FormatText-WithLinks-AndTables/HTML-FormatText-WithLinks-AndTables-0.70.0-r2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DALEEVANS +DIST_VERSION=0.07 +inherit perl-module + +DESCRIPTION="Converts HTML to text with tables intact" + +SLOT="0" +KEYWORDS="amd64" + +RDEPEND=" + dev-perl/HTML-Formatter + dev-perl/HTML-FormatText-WithLinks + dev-perl/HTML-Tree +" +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 +} -- cgit v1.2.3-65-gdbad