summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-12 23:45:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-12 23:47:06 +0200
commit0717cc1e36299667e87b79489a1d06a9ffb2218d (patch)
tree61818160ea417907c6045bd5607f708322e59b5c /dev-perl
parentdev-perl/HTML-Element-Extended: EAPI=7 bump (diff)
downloadgentoo-0717cc1e36299667e87b79489a1d06a9ffb2218d.tar.gz
gentoo-0717cc1e36299667e87b79489a1d06a9ffb2218d.tar.bz2
gentoo-0717cc1e36299667e87b79489a1d06a9ffb2218d.zip
dev-perl/HTML-FillInForm: EAPI=7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild (renamed from dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild)12
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild b/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild
index 72fecaa47282..269aea85c63d 100644
--- a/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0.ebuild
+++ b/dev-perl/HTML-FillInForm/HTML-FillInForm-2.210.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-MODULE_AUTHOR=MARKSTOS
-MODULE_VERSION=2.21
+DIST_AUTHOR=MARKSTOS
+DIST_VERSION=2.21
inherit perl-module
DESCRIPTION="Populates HTML Forms with data"
@@ -18,10 +18,8 @@ RDEPEND="
dev-perl/HTML-Parser
virtual/perl-Carp
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( dev-perl/CGI )
"
# the dep specs are rather incomplete
-
-SRC_TEST="do parallel"