From 534f9132f8680b40296f98a858939fd0e56f38d9 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 10 Aug 2021 20:22:09 +0200 Subject: dev-perl/SVG-Graph: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild | 24 ------------------------ dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild create mode 100644 dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild (limited to 'dev-perl/SVG-Graph') diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild deleted file mode 100644 index 28ee2a0fc979..000000000000 --- a/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=ALLENDAY -MODULE_VERSION=0.02 -inherit perl-module - -DESCRIPTION="Visualize your data in Scalable Vector Graphics (SVG) format" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="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" diff --git a/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild b/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild new file mode 100644 index 000000000000..53bf77cb65c8 --- /dev/null +++ b/dev-perl/SVG-Graph/SVG-Graph-0.20.0-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ALLENDAY +DIST_VERSION=0.02 +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-2.6 + dev-perl/SVG + >=dev-perl/Tree-DAG_Node-1.04 +" +BDEPEND="${RDEPEND} +" -- cgit v1.2.3-65-gdbad