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/Text-vFile-asData/
Date: Sun, 26 Sep 2021 11:24:52
Message-Id: 1632655466.64d28a9a4619f721c4c442cb70cf76325ed6e088.dilfridge@gentoo
1 commit: 64d28a9a4619f721c4c442cb70cf76325ed6e088
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 11:21:30 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 11:24:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d28a9a
7
8 dev-perl/Text-vFile-asData: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...ta-0.80.0.ebuild => Text-vFile-asData-0.80.0-r1.ebuild} | 14 +++++---------
14 1 file changed, 5 insertions(+), 9 deletions(-)
15
16 diff --git a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
17 similarity index 68%
18 rename from dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
19 rename to dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
20 index 64b2d2d78a5..81217e24183 100644
21 --- a/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0.ebuild
22 +++ b/dev-perl/Text-vFile-asData/Text-vFile-asData-0.80.0-r1.ebuild
23 @@ -1,26 +1,22 @@
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=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=RCLAMP
32 -MODULE_VERSION=0.08
33 +DIST_AUTHOR=RCLAMP
34 +DIST_VERSION=0.08
35 inherit perl-module
36
37 DESCRIPTION="Perl module to parse vFile formatted files into data structures"
38
39 SLOT="0"
40 KEYWORDS="amd64 ~x86"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43
44 RDEPEND="dev-perl/Class-Accessor-Chained"
45 -DEPEND="${RDEPEND}
46 +BDEPEND="${RDEPEND}
47 test? ( virtual/perl-Test-Simple )
48 "
49
50 -SRC_TEST="do"
51 -
52 src_test() {
53 perl_rm_files t/pod.t
54 perl-module_src_test