summaryrefslogtreecommitdiff
path: root/dev-perl/Chart/Chart-2.403.9.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-07-11 01:55:00 +0100
committerSam James <sam@gentoo.org>2025-07-11 01:55:44 +0100
commit95d84ee293a33a90624acd89d15c0d627772f3e8 (patch)
treec4ac76bb5461f3e61fb2ceb9355e88ce304aeb2f /dev-perl/Chart/Chart-2.403.9.ebuild
parenta03ea42c8c806de692d234c9b4c77e5cab76d085 (diff)
downloadgentoo-95d84ee293a33a90624acd89d15c0d627772f3e8.tar.gz
gentoo-95d84ee293a33a90624acd89d15c0d627772f3e8.tar.bz2
gentoo-95d84ee293a33a90624acd89d15c0d627772f3e8.zip
dev-perl/Chart: add 2.403.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Chart/Chart-2.403.9.ebuild')
-rw-r--r--dev-perl/Chart/Chart-2.403.9.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Chart/Chart-2.403.9.ebuild b/dev-perl/Chart/Chart-2.403.9.ebuild
new file mode 100644
index 000000000000..bdf1f5727f42
--- /dev/null
+++ b/dev-perl/Chart/Chart-2.403.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=LICHTKIND
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="The Perl Chart Module"
+
+# Bundles lots of things in jquery.js (bug #724570)
+LICENSE="|| ( Artistic GPL-1+ ) || ( MIT ( GPL-1 GPL-2 ) )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-perl/GD-2.0.36
+ dev-perl/Graphics-Toolkit-Color
+"
+BDEPEND="
+ ${RDEPEND}
+ test? (
+ dev-perl/GD[png(+),jpeg(+)]
+ dev-perl/Test-Warn
+ )
+"