summaryrefslogtreecommitdiff
path: root/dev-perl/Chart/Chart-2.4.10.ebuild
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-04-10 20:46:04 +1200
committerKent Fredric <kentnl@gentoo.org>2017-04-10 20:46:47 +1200
commit0a5e7eca5e2a80a7df2e70d75818feffeb5e57e8 (patch)
tree71481c45a1281c470639c839f47496dff6737584 /dev-perl/Chart/Chart-2.4.10.ebuild
parentab38a6c6221a9ae6d6e04554d5ba14da15f84bc0 (diff)
downloadgentoo-0a5e7eca5e2a80a7df2e70d75818feffeb5e57e8.tar.gz
gentoo-0a5e7eca5e2a80a7df2e70d75818feffeb5e57e8.tar.bz2
gentoo-0a5e7eca5e2a80a7df2e70d75818feffeb5e57e8.zip
dev-perl/Chart: Bump to version 2.4.10
- EAPI6 - Parallel Tests Upstream: - Fix ::Composite/::Lines undefined value when drawing ticks - Fix defined(@array) Bug: https://bugs.gentoo.org/615146 Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Chart/Chart-2.4.10.ebuild')
-rw-r--r--dev-perl/Chart/Chart-2.4.10.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Chart/Chart-2.4.10.ebuild b/dev-perl/Chart/Chart-2.4.10.ebuild
new file mode 100644
index 000000000000..cbf7477f3532
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.4.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND=">=dev-perl/GD-2.0.36"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/GD[png,jpeg]
+ )
+"