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/Algorithm-Diff/
Date: Sat, 03 Oct 2020 05:23:34
Message-Id: 1601702534.a56a00489dc462e320397312452d124aa5cd09b3.kentnl@gentoo
1 commit: a56a00489dc462e320397312452d124aa5cd09b3
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 04:48:55 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 05:22:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56a0048
7
8 dev-perl/Algorithm-Diff: Cleanup old 1.190.300
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Algorithm-Diff/Algorithm-Diff-1.190.300.ebuild | 18 ------------------
14 1 file changed, 18 deletions(-)
15
16 diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300.ebuild
17 deleted file mode 100644
18 index 8e4b51043da..00000000000
19 --- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.190.300.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=TYEMQ
28 -MODULE_VERSION=1.1903
29 -inherit perl-module
30 -
31 -DESCRIPTION="Compute intelligent differences between two files / lists"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
38 -
39 -SRC_TEST="do"