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/Compress-LZF/
Date: Fri, 31 Jul 2020 12:33:01
Message-Id: 1596198745.6c54cde639ddf6b8fc074845994a635ba363aba7.kentnl@gentoo
1 commit: 6c54cde639ddf6b8fc074845994a635ba363aba7
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 12:15:41 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 12:32:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c54cde6
7
8 dev-perl/Compress-LZF: Cleanup old 3.800.0
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild b/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
17 deleted file mode 100644
18 index a8a4609e31e..00000000000
19 --- a/dev-perl/Compress-LZF/Compress-LZF-3.800.0.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DIST_AUTHOR=MLEHMANN
28 -DIST_VERSION=3.8
29 -inherit perl-module
30 -
31 -DESCRIPTION="extremely light-weight Lempel-Ziv-Free compression"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -
36 -RDEPEND=""
37 -DEPEND="${RDEPEND}
38 - virtual/perl-ExtUtils-MakeMaker
39 -"