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-CSV-Simple/
Date: Thu, 23 Sep 2021 20:22:28
Message-Id: 1632428515.cbfaffb3121cfd4b853b92a68b54dd680c68fdcd.dilfridge@gentoo
1 commit: cbfaffb3121cfd4b853b92a68b54dd680c68fdcd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 20:14:23 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 20:21:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfaffb3
7
8 dev-perl/Text-CSV-Simple: 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 ...0.0-r1.ebuild => Text-CSV-Simple-1.0.0-r2.ebuild} | 20 +++++++++-----------
14 1 file changed, 9 insertions(+), 11 deletions(-)
15
16 diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r2.ebuild
17 similarity index 63%
18 rename from dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild
19 rename to dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r2.ebuild
20 index 47ceaccb650..922e4e62020 100644
21 --- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r1.ebuild
22 +++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.0.0-r2.ebuild
23 @@ -1,27 +1,25 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=TMTM
31 -MODULE_VERSION=1.00
32 +DIST_AUTHOR=TMTM
33 +DIST_VERSION=1.00
34 inherit perl-module
35
36 DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files"
37
38 SLOT="0"
39 -LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+
40 +LICENSE="GPL-2+"
41 KEYWORDS="amd64 ~arm ~mips ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
42 -IUSE="test"
43 -RESTRICT="!test? ( test )"
44
45 -RDEPEND="dev-perl/Text-CSV_XS
46 +RDEPEND="
47 + dev-perl/Text-CSV_XS
48 dev-perl/Class-Trigger
49 - dev-perl/File-Slurp"
50 -DEPEND="${RDEPEND}
51 + dev-perl/File-Slurp
52 +"
53 +BDEPEND="${RDEPEND}
54 test? (
55 dev-perl/Test-Pod
56 dev-perl/Test-Pod-Coverage
57 )"
58 -
59 -SRC_TEST="do"