From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBE43158087 for ; Sun, 17 Oct 2021 14:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B2E9E096C; Sun, 17 Oct 2021 14:04:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E741DE096C for ; Sun, 17 Oct 2021 14:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0479834347C for ; Sun, 17 Oct 2021 14:04:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 680E0168 for ; Sun, 17 Oct 2021 14:04:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1634479449.1ab5ff833cbd13466bbb38ca156752ee36fa70dc.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-FormValidator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild X-VCS-Directories: dev-perl/Data-FormValidator/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1ab5ff833cbd13466bbb38ca156752ee36fa70dc X-VCS-Branch: master Date: Sun, 17 Oct 2021 14:04:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ead4c18f-257c-454f-905d-bcce59e68622 X-Archives-Hash: b3828e8ea1b06722af88b39053a81b63 commit: 1ab5ff833cbd13466bbb38ca156752ee36fa70dc Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 17 13:58:40 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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:"