From 246c035138e472b81d03e42f8a1efa9f57620cf9 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Wed, 30 Jun 2021 22:42:55 +0200 Subject: dev-perl/Math-Calc-Units: 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 --- .../Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild | 19 ------------------- .../Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild create mode 100644 dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild 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-r1.ebuild deleted file mode 100644 index e4d3e5da3b5c..000000000000 --- a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SFINK -MODULE_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 diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild new file mode 100644 index 000000000000..57b2d0e149a2 --- /dev/null +++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SFINK +DIST_VERSION=1.07 +inherit perl-module + +DESCRIPTION="Human-readable unit-aware calculator" + +SLOT="0" +KEYWORDS="amd64 ~hppa sparc x86" + +RDEPEND="virtual/perl-Time-Local" +BDEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad