commit: 1ab5ff833cbd13466bbb38ca156752ee36fa70dc Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 17 13:58:40 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 17 14:04:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab5ff83
dev-perl/Data-FormValidator: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> ...-4.880.0.ebuild => Data-FormValidator-4.880.0-r1.ebuild} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild similarity index 93% rename from dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild rename to dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild index 8718777f0b2..c6f1b92c787 100644 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.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=DFARRELL DIST_VERSION=4.88 @@ -11,10 +11,9 @@ DESCRIPTION="Validates user input (usually from an HTML form) based on input pro SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-perl/Image-Size +RDEPEND=" + dev-perl/Image-Size >=dev-perl/Date-Calc-5.0 >=dev-perl/File-MMagic-1.170.0 >=dev-perl/MIME-Types-1.5.0 @@ -22,11 +21,13 @@ RDEPEND="dev-perl/Image-Size dev-perl/Email-Valid virtual/perl-Scalar-List-Utils " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) " + PATCHES=( "${FILESDIR}/${P}-skip-readme-pod.patch" ) + src_test() { local i; elog "Install the following dependencies for comprehensive tests:"