summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-29 20:56:51 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-29 21:00:49 +0200
commita49f325c2c1b2b97360194fe8a4eba811327dc85 (patch)
treed7ef462603924c2820f50cfddbbd8617bef4f737 /dev-perl/Time-Stopwatch
parentdev-php/maxmind-db-reader: Version bump for 1.10.1 (diff)
downloadgentoo-a49f325c2c1b2b97360194fe8a4eba811327dc85.tar.gz
gentoo-a49f325c2c1b2b97360194fe8a4eba811327dc85.tar.bz2
gentoo-a49f325c2c1b2b97360194fe8a4eba811327dc85.zip
dev-perl/Time-Stopwatch: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Time-Stopwatch')
-rw-r--r--dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild17
-rw-r--r--dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild21
2 files changed, 17 insertions, 21 deletions
diff --git a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..1a6dee2531b1
--- /dev/null
+++ b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ILTZU
+DIST_VERSION=1.00
+
+inherit perl-module
+
+DESCRIPTION="Use tied scalars as timers"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+BDEPEND="test? ( virtual/perl-Time-HiRes )"
diff --git a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
deleted file mode 100644
index 028206a72cd8..000000000000
--- a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR="ILTZU"
-MODULE_VERSION="1.00"
-
-inherit perl-module
-
-DESCRIPTION="Use tied scalars as timers"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="test? ( virtual/perl-Time-HiRes )"
-
-SRC_TEST="do"