commit: ef21eef0c021fec19ed10ffa8703e86365ebc755
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 00:08:03 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:09:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef21eef0
dev-perl/Math-Spline: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Math-Spline-0.20.0.ebuild => Math-Spline-0.20.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
b/dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
similarity index 80%
rename from dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
rename to dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
index 64616bb2355..7280a5623db 100644
--- a/dev-perl/Math-Spline/Math-Spline-0.20.0.ebuild
+++ b/dev-perl/Math-Spline/Math-Spline-0.20.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CHORNY
DIST_VERSION=0.02
@@ -11,15 +11,13 @@ DESCRIPTION="Cubic Spline Interpolation of data"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Math-Derivative
virtual/perl-Carp
>=virtual/perl-Exporter-5.570.0
"
-DEPEND="
+BDEPEND="
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple