Diff SVG-Graph-0.20.0-r2 with a SVG-Graph-0.40.0

/usr/portage/dev-perl/SVG-Graph/SVG-Graph-0.40.0.ebuild 2025-11-10 18:18:05.214532415 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
DIST_AUTHOR=ALLENDAY
7
DIST_VERSION=0.02
6
DIST_AUTHOR=CJFIELDS
7
DIST_VERSION=0.04
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format"
11 11

  
12 12
LICENSE="Artistic-2"
13 13
SLOT="0"
14
KEYWORDS="amd64 x86"
14
KEYWORDS="~amd64 ~x86"
15 15

  
16 16
RDEPEND="
17 17
	dev-perl/Math-Derivative
18 18
	dev-perl/Math-Spline
19
	>=dev-perl/Statistics-Descriptive-2.6
19
	dev-perl/Statistics-Descriptive
20 20
	dev-perl/SVG
21
	>=dev-perl/Tree-DAG_Node-1.04
21
	dev-perl/Tree-DAG_Node
22 22
"
23 23
BDEPEND="${RDEPEND}
24
	>=dev-perl/Module-Build-0.360.100
24 25
"
Thank you!