commit: 534f9132f8680b40296f98a858939fd0e56f38d9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 18:22:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 18:24:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534f9132
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 <AT> gentoo.org>
...h-0.20.0-r1.ebuild => SVG-Graph-0.20.0-r2.ebuild} | 20 ++++++++++----------
1 file 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
similarity index 59%
rename from dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild
rename to dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild
index 28ee2a0fc97..53bf77cb65c 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}
+"