summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 00:58:40 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-13 01:08:48 +0100
commit7b029d84c829c1f5e1091c2855965b96f14e8be0 (patch)
treeef32fa8cb7ba34f594c499a56b72975e96d5b156 /dev-perl
parentdev-python/pytest-tornado: keyword 0.8.1 for ~riscv (diff)
downloadgentoo-7b029d84c829c1f5e1091c2855965b96f14e8be0.tar.gz
gentoo-7b029d84c829c1f5e1091c2855965b96f14e8be0.tar.bz2
gentoo-7b029d84c829c1f5e1091c2855965b96f14e8be0.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Math-Libm/Math-Libm-1.0.0-r1.ebuild21
-rw-r--r--dev-perl/Math-Libm/Math-Libm-1.0.0.ebuild20
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 000000000000..63e4ca3be873
--- /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 df9096778c1f..000000000000
--- 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"