commit: 6acf9e47281704448c733b63d78764d25ffc6776
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 8 21:44:06 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 8 21:44:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acf9e47
dev-perl/SVG-Graph: add 0.40.0
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/SVG-Graph/Manifest | 1 +
dev-perl/SVG-Graph/SVG-Graph-0.40.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/SVG-Graph/Manifest b/dev-perl/SVG-Graph/Manifest
index d003bf77a221..27c7183a4df5 100644
--- a/dev-perl/SVG-Graph/Manifest
+++ b/dev-perl/SVG-Graph/Manifest
@@ -1 +1,2 @@
DIST SVG-Graph-0.02.tar.gz 85270 BLAKE2B
d0a8927c1d0dfbff0388acde341b6b4565424eacc0edbc8a199328d71d09fe80337c475af174194d100af5cc0e1aeb5b3ff907b1b68a6e1236ee8e5c6ab71420
SHA512
7c98d290bce22afb853b6f2489cf9d8818c1d00974aaeff7475904187cb5444d732b8d551b6bf829921c890ced8e0ff11b75cd9a8feca7bbbcf5b41bf0476117
+DIST SVG-Graph-0.04.tar.gz 96082 BLAKE2B
12f10bb7436544a9a9eaa0a963337e4e1d4988e92a1b3434e267f4ed132c8635d5b1f83df4395a8cd214f6bb93f7222eb240eb8ad7a1f08eeb7cca2199d54b44
SHA512
f61d0e7b7319725642b85081359f8b3ab85403826974b836da0ae4ff9bbde7d62a6b9004a1cb5cae7cbfca9ac32e04a27514d261502f40063859cabe1c5ec559
diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.40.0.ebuild
b/dev-perl/SVG-Graph/SVG-Graph-0.40.0.ebuild
new file mode 100644
index 000000000000..12fce4c5940e
--- /dev/null
+++ b/dev-perl/SVG-Graph/SVG-Graph-0.40.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CJFIELDS
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Math-Derivative
+ dev-perl/Math-Spline
+ dev-perl/Statistics-Descriptive
+ dev-perl/SVG
+ dev-perl/Tree-DAG_Node
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.360.100
+"