dev-perl/Config-JSON: Cleanup old 1.520.200

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-08-01 00:21:06 +12:00
parent 5884478660
commit 4da7dad24d

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=RIZEN
MODULE_VERSION=1.5202
inherit perl-module
DESCRIPTION="A JSON based config file system"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-File-Temp-0.180.0
>=dev-perl/JSON-2.160.0
>=virtual/perl-Scalar-List-Utils-1.190.0
dev-perl/Moo
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.700.0
>=dev-perl/Test-Deep-0.95.0
)
"
SRC_TEST="do"