diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-07-29 14:41:01 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-07-29 14:42:16 +1200 |
commit | 1510b92580fc6d767647b251128b10b857328ed8 (patch) | |
tree | 76f4dd6540d83e5caca7575fdfddd41d4d9a29b3 /dev-perl/autovivification | |
parent | dev-perl/Array-Compare: Cleanup old version 3.0.0 (diff) | |
download | gentoo-1510b92580fc6d767647b251128b10b857328ed8.tar.gz gentoo-1510b92580fc6d767647b251128b10b857328ed8.tar.bz2 gentoo-1510b92580fc6d767647b251128b10b857328ed8.zip |
dev-perl/autovivification: Cleanup old version 0.170.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-perl/autovivification')
-rw-r--r-- | dev-perl/autovivification/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/autovivification/autovivification-0.170.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/autovivification/Manifest b/dev-perl/autovivification/Manifest index 7ad2fa726022..03cf6fb4e894 100644 --- a/dev-perl/autovivification/Manifest +++ b/dev-perl/autovivification/Manifest @@ -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 index 1250662363fa..000000000000 --- a/dev-perl/autovivification/autovivification-0.170.0.ebuild +++ /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 - ) -" |