Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Data-FormValidator/
Date: Sun, 17 Oct 2021 14:04:27
Message-Id: 1634479449.1ab5ff833cbd13466bbb38ca156752ee36fa70dc.dilfridge@gentoo
1 commit: 1ab5ff833cbd13466bbb38ca156752ee36fa70dc
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 17 13:58:40 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 17 14:04:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab5ff83
7
8 dev-perl/Data-FormValidator: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-4.880.0.ebuild => Data-FormValidator-4.880.0-r1.ebuild} | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 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
17 similarity index 93%
18 rename from dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild
19 rename to dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild
20 index 8718777f0b2..c6f1b92c787 100644
21 --- a/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0.ebuild
22 +++ b/dev-perl/Data-FormValidator/Data-FormValidator-4.880.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 DIST_AUTHOR=DFARRELL
32 DIST_VERSION=4.88
33 @@ -11,10 +11,9 @@ DESCRIPTION="Validates user input (usually from an HTML form) based on input pro
34
35 SLOT="0"
36 KEYWORDS="amd64 ppc ppc64 x86"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 -RDEPEND="dev-perl/Image-Size
41 +RDEPEND="
42 + dev-perl/Image-Size
43 >=dev-perl/Date-Calc-5.0
44 >=dev-perl/File-MMagic-1.170.0
45 >=dev-perl/MIME-Types-1.5.0
46 @@ -22,11 +21,13 @@ RDEPEND="dev-perl/Image-Size
47 dev-perl/Email-Valid
48 virtual/perl-Scalar-List-Utils
49 "
50 -DEPEND="${RDEPEND}
51 +BDEPEND="${RDEPEND}
52 virtual/perl-ExtUtils-MakeMaker
53 test? ( virtual/perl-Test-Simple )
54 "
55 +
56 PATCHES=( "${FILESDIR}/${P}-skip-readme-pod.patch" )
57 +
58 src_test() {
59 local i;
60 elog "Install the following dependencies for comprehensive tests:"