From 27566afbeccbc0925f0354ff90de4dbd57d7c64a Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Mon, 1 Nov 2021 18:29:20 +0100 Subject: dev-perl/HTML-StripScripts: 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 --- .../HTML-StripScripts-1.60.0-r1.ebuild | 13 +++++++++++++ .../HTML-StripScripts-1.60.0.ebuild | 22 ---------------------- 2 files changed, 13 insertions(+), 22 deletions(-) create mode 100644 dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild delete mode 100644 dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild new file mode 100644 index 000000000000..3bfa3ac67531 --- /dev/null +++ b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_VERSION=1.06 +DIST_AUTHOR=DRTECH +inherit perl-module + +DESCRIPTION="Strip scripting constructs out of HTML" + +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild b/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild deleted file mode 100644 index a4f6b0ceb367..000000000000 --- a/dev-perl/HTML-StripScripts/HTML-StripScripts-1.60.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_VERSION=1.06 -DIST_AUTHOR=DRTECH -inherit perl-module - -DESCRIPTION="Strip scripting constructs out of HTML" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple ) -" -- cgit v1.2.3-65-gdbad