commit: 7b029d84c829c1f5e1091c2855965b96f14e8be0
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 23:58:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 00:08:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b029d84
dev-perl/Math-Libm: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild | 21 +++++++++++++++++++++
dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild | 20 --------------------
2 files changed, 21 insertions(+), 20 deletions(-)
diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild
b/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild
new file mode 100644
index 00000000000..63e4ca3be87
--- /dev/null
+++ b/dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DSLEWART
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="wrapper to libm functions"
+
+SLOT="0"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="
+ virtual/perl-AutoLoader
+ virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
b/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
deleted file mode 100644
index df9096778c1..00000000000
--- a/dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="DSLEWART"
-DIST_VERSION="1.00"
-inherit perl-module
-
-DESCRIPTION="wrapper to libm functions"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="virtual/perl-AutoLoader
- virtual/perl-Carp"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker"