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: Sun, 29 Jul 2018 02:42:36
Message-Id: 1532832136.1510b92580fc6d767647b251128b10b857328ed8.kentnl@gentoo
1 commit: 1510b92580fc6d767647b251128b10b857328ed8
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 29 02:41:01 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 29 02:42:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1510b925
7
8 dev-perl/autovivification: Cleanup old version 0.170.0
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-perl/autovivification/Manifest | 1 -
13 .../autovivification-0.170.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-perl/autovivification/Manifest b/dev-perl/autovivification/Manifest
17 index 7ad2fa72602..03cf6fb4e89 100644
18 --- a/dev-perl/autovivification/Manifest
19 +++ b/dev-perl/autovivification/Manifest
20 @@ -1,2 +1 @@
21 -DIST autovivification-0.17.tar.gz 55277 BLAKE2B 2368f470fcb551273c9f2b02cdf7b0bd275fd4a83ed3cdde9be1fc6420389d8934b1bd6b898d1db7c63d1b98c222c221f86bd962b678bf9d9d9f37221453588c SHA512 44377110a2f3e9829f2dddd5df0da9cca2718bcddff550d7a948196bc7e21d6b07e9c364e0951614baeedfe1914c54bf09b7c0b614a9420a9e53d55683134f5e
22 DIST autovivification-0.18.tar.gz 55854 BLAKE2B 3f429ca462b685c4b02de265b7bdc5e3ccc9a2fcfd7a182834252a1a46a8e173657613c4e1391df8c9139f9b0716c10c25767d419343275b8e64b37aaef78cad SHA512 f5058bf1672a53281d70431cbb2bdd1a37dda8dc3d4191ca3c68c469089c5a1f2a36522f2a0b5d19847d91296f43e49cf6296c87b78940e786f0d0ac106a539e
23
24 diff --git a/dev-perl/autovivification/autovivification-0.170.0.ebuild b/dev-perl/autovivification/autovivification-0.170.0.ebuild
25 deleted file mode 100644
26 index 1250662363f..00000000000
27 --- a/dev-perl/autovivification/autovivification-0.170.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -DIST_AUTHOR=VPIT
35 -DIST_VERSION=0.17
36 -DIST_EXAMPLES=("samples/*")
37 -inherit perl-module
38 -
39 -DESCRIPTION="Lexically disable autovivification"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~arm ~arm64 x86"
42 -IUSE="test"
43 -
44 -RDEPEND="virtual/perl-XSLoader"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? (
48 - virtual/perl-Exporter
49 - virtual/perl-Test-Simple
50 - )
51 -"