summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 20:22:09 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-10 20:24:01 +0200
commit534f9132f8680b40296f98a858939fd0e56f38d9 (patch)
tree6aa76b00b4fb779a64e05210c6886aa262fb167f /dev-perl/SVG-Graph
parentdev-perl/SVG: Version bump 2.86 (diff)
downloadgentoo-534f9132f8680b40296f98a858939fd0e56f38d9.tar.gz
gentoo-534f9132f8680b40296f98a858939fd0e56f38d9.tar.bz2
gentoo-534f9132f8680b40296f98a858939fd0e56f38d9.zip
dev-perl/SVG-Graph: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/SVG-Graph')
-rw-r--r--dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild (renamed from dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild)20
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild
index 28ee2a0fc979..53bf77cb65c8 100644
--- a/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild
+++ b/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=ALLENDAY
-MODULE_VERSION=0.02
+DIST_AUTHOR=ALLENDAY
+DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format"
@@ -12,13 +12,13 @@ DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-DEPEND="dev-perl/Math-Derivative
+RDEPEND="
+ dev-perl/Math-Derivative
dev-perl/Math-Spline
>=dev-perl/Statistics-Descriptive-2.6
dev-perl/SVG
- >=dev-perl/Tree-DAG_Node-1.04"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+ >=dev-perl/Tree-DAG_Node-1.04
+"
+BDEPEND="${RDEPEND}
+"