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/autovivification/
Date: Fri, 25 Sep 2020 23:03:28
Message-Id: 1601074959.14fbf95508b469201a79450ce5362f413362452f.kentnl@gentoo
1 commit: 14fbf95508b469201a79450ce5362f413362452f
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 22:59:27 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 23:02:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fbf955
7
8 dev-perl/autovivification: Cleanup old 0.180.0
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../autovivification-0.180.0.ebuild | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/dev-perl/autovivification/autovivification-0.180.0.ebuild b/dev-perl/autovivification/autovivification-0.180.0.ebuild
17 deleted file mode 100644
18 index 90d973c07de..00000000000
19 --- a/dev-perl/autovivification/autovivification-0.180.0.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -DIST_AUTHOR=VPIT
27 -DIST_VERSION=0.18
28 -DIST_EXAMPLES=("samples/*")
29 -inherit perl-module
30 -
31 -DESCRIPTION="Lexically disable autovivification"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~arm ~arm64 x86"
34 -IUSE="test"
35 -RESTRICT="!test? ( test )"
36 -
37 -RDEPEND="virtual/perl-XSLoader"
38 -DEPEND="${RDEPEND}
39 - virtual/perl-ExtUtils-MakeMaker
40 - test? (
41 - virtual/perl-Exporter
42 - virtual/perl-Test-Simple
43 - )
44 -"