dev-perl/Chart: Cleanup old 2.4.10

Eclipsed by newer unstable for >1 month

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-07-17 23:06:27 +12:00
parent aff7840398
commit 757bccfc42

View File

@@ -1,22 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=CHARTGRP
DIST_VERSION=2.4.10
inherit perl-module
DESCRIPTION="The Perl Chart Module"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-perl/GD-2.0.36"
DEPEND="${RDEPEND}
test? (
dev-perl/GD[png,jpeg]
)
"