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/Config-Auto/
Date: Fri, 31 Jul 2020 12:33:01
Message-Id: 1596198748.5884478660b9126e5fbc29b477f4e430e15e9c5b.kentnl@gentoo
1 commit: 5884478660b9126e5fbc29b477f4e430e15e9c5b
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 12:18:57 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 12:32:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58844786
7
8 dev-perl/Config-Auto: Cleanup old 0.440.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/Config-Auto/Config-Auto-0.440.0.ebuild | 29 -------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild b/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild
17 deleted file mode 100644
18 index feefb8e2902..00000000000
19 --- a/dev-perl/Config-Auto/Config-Auto-0.440.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=BINGOS
28 -MODULE_VERSION=0.44
29 -inherit perl-module
30 -
31 -DESCRIPTION="Magical config file parser"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="
39 - dev-perl/Config-IniFiles
40 - dev-perl/IO-String
41 - virtual/perl-Text-ParseWords
42 - virtual/perl-File-Spec
43 - >=dev-perl/YAML-0.670.0
44 -"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? ( virtual/perl-Test-Simple )
48 -"
49 -
50 -SRC_TEST="do"