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-Listing/
Date: Sat, 29 Aug 2020 00:17:24
Message-Id: 1598660186.cf0acddb45e7291b2162ceb4c803e8ba6467e746.kentnl@gentoo
1 commit: cf0acddb45e7291b2162ceb4c803e8ba6467e746
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 00:16:26 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 00:16:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0acddb
7
8 dev-perl/File-Listing: -r bump for EAPI7
9
10 - EAPI7
11 - Parallel tests
12 - Remove unused/empty variable assignments
13
14 Package-Manager: Portage-3.0.4, Repoman-2.3.22
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild | 21 +++++++++++++++++++++
18 1 file changed, 21 insertions(+)
19
20 diff --git a/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild
21 new file mode 100644
22 index 00000000000..d64609465d0
23 --- /dev/null
24 +++ b/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild
25 @@ -0,0 +1,21 @@
26 +# Copyright 1999-2020 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=7
30 +
31 +DIST_AUTHOR=GAAS
32 +DIST_VERSION=6.04
33 +inherit perl-module
34 +
35 +DESCRIPTION="Parse directory listings"
36 +
37 +SLOT="0"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 +
40 +RDEPEND="
41 + !<dev-perl/libwww-perl-6
42 + >=dev-perl/HTTP-Date-6.0.0
43 +"
44 +BDEPEND="${RDEPEND}
45 + virtual/perl-ExtUtils-MakeMaker
46 +"