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/File-Listing/
Date: Sun, 30 May 2021 16:03:10
Message-Id: 1622390547.4a7a66778e9c1e90cea61791b2d7df70441ce7fa.dilfridge@gentoo
1 commit: 4a7a66778e9c1e90cea61791b2d7df70441ce7fa
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 15:44:09 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 16:02:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7a6677
7
8 dev-perl/File-Listing: Remove old 6.04
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 7eb3c869e36..00000000000
19 --- a/dev-perl/File-Listing/File-Listing-6.40.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=GAAS
28 -DIST_VERSION=6.04
29 -inherit perl-module
30 -
31 -DESCRIPTION="Parse directory listings"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -
36 -RDEPEND="
37 - !<dev-perl/libwww-perl-6
38 - >=dev-perl/HTTP-Date-6.0.0
39 -"
40 -BDEPEND="${RDEPEND}
41 - virtual/perl-ExtUtils-MakeMaker
42 -"