summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 22:42:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 22:48:11 +0200
commit246c035138e472b81d03e42f8a1efa9f57620cf9 (patch)
treeab589ddfb58b5545a3fd27721c1018e946cc1425
parentdev-perl/Math-Bezier: EAPI=8 bump (diff)
downloadgentoo-246c035138e472b81d03e42f8a1efa9f57620cf9.tar.gz
gentoo-246c035138e472b81d03e42f8a1efa9f57620cf9.tar.bz2
gentoo-246c035138e472b81d03e42f8a1efa9f57620cf9.zip
dev-perl/Math-Calc-Units: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild (renamed from dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild)15
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
index e4d3e5da3b5c..57b2d0e149a2 100644
--- a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild
+++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
@@ -1,19 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=SFINK
-MODULE_VERSION=1.07
+DIST_AUTHOR=SFINK
+DIST_VERSION=1.07
inherit perl-module
DESCRIPTION="Human-readable unit-aware calculator"
SLOT="0"
KEYWORDS="amd64 ~hppa sparc x86"
-IUSE=""
-DEPEND="virtual/perl-Time-Local"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
+RDEPEND="virtual/perl-Time-Local"
+BDEPEND="${RDEPEND}"