Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/
Date: Mon, 31 Aug 2020 06:16:49
Message-Id: 1598854387.fdb245aefd0544d84329cbd5a028d57943780d1a.kentnl@gentoo
1 commit: fdb245aefd0544d84329cbd5a028d57943780d1a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 06:12:40 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 06:13:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb245ae
7
8 dev-perl/File-Path-Expand: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Improve deps
13 - Remove unused/empty variable assignments
14
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 .../File-Path-Expand-1.20.0-r2.ebuild | 23 ++++++++++++++++++++++
19 1 file changed, 23 insertions(+)
20
21 diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
22 new file mode 100644
23 index 00000000000..fc6cedb8660
24 --- /dev/null
25 +++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
26 @@ -0,0 +1,23 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=RCLAMP
33 +DIST_VERSION=1.02
34 +inherit perl-module
35 +
36 +DESCRIPTION="Expand filenames"
37 +
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
40 +IUSE="test"
41 +RESTRICT="!test? ( test )"
42 +
43 +DEPEND="dev-perl/Module-Build"
44 +BDEPEND="
45 + dev-perl/Module-Build
46 + test? (
47 + virtual/perl-Test-Simple
48 + )
49 +"