dev-perl/autovivification: Cleanup old version 0.170.0
authorKent Fredric <kentnl@gentoo.org>
Sun, 29 Jul 2018 02:41:01 +0000 (14:41 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 29 Jul 2018 02:42:16 +0000 (14:42 +1200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-perl/autovivification/Manifest
dev-perl/autovivification/autovivification-0.170.0.ebuild [deleted file]

index 7ad2fa726022987f8fba808832e97e98165f1add..03cf6fb4e89463b6db282f88e0d33463d7e395b8 100644 (file)
@@ -1,2 +1 @@
-DIST autovivification-0.17.tar.gz 55277 BLAKE2B 2368f470fcb551273c9f2b02cdf7b0bd275fd4a83ed3cdde9be1fc6420389d8934b1bd6b898d1db7c63d1b98c222c221f86bd962b678bf9d9d9f37221453588c SHA512 44377110a2f3e9829f2dddd5df0da9cca2718bcddff550d7a948196bc7e21d6b07e9c364e0951614baeedfe1914c54bf09b7c0b614a9420a9e53d55683134f5e
 DIST autovivification-0.18.tar.gz 55854 BLAKE2B 3f429ca462b685c4b02de265b7bdc5e3ccc9a2fcfd7a182834252a1a46a8e173657613c4e1391df8c9139f9b0716c10c25767d419343275b8e64b37aaef78cad SHA512 f5058bf1672a53281d70431cbb2bdd1a37dda8dc3d4191ca3c68c469089c5a1f2a36522f2a0b5d19847d91296f43e49cf6296c87b78940e786f0d0ac106a539e
diff --git a/dev-perl/autovivification/autovivification-0.170.0.ebuild b/dev-perl/autovivification/autovivification-0.170.0.ebuild
deleted file mode 100644 (file)
index 1250662..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=VPIT
-DIST_VERSION=0.17
-DIST_EXAMPLES=("samples/*")
-inherit perl-module
-
-DESCRIPTION="Lexically disable autovivification"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-XSLoader"
-DEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
-       test? (
-               virtual/perl-Exporter
-               virtual/perl-Test-Simple
-       )
-"