Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Stopwatch/
Date: Wed, 29 Sep 2021 19:01:16
Message-Id: 1632942049.a49f325c2c1b2b97360194fe8a4eba811327dc85.dilfridge@gentoo
1 commit: a49f325c2c1b2b97360194fe8a4eba811327dc85
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 18:56:51 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 19:00:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a49f325c
7
8 dev-perl/Time-Stopwatch: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild | 17 +++++++++++++++++
14 dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild | 21 ---------------------
15 2 files changed, 17 insertions(+), 21 deletions(-)
16
17 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
18 new file mode 100644
19 index 00000000000..1a6dee2531b
20 --- /dev/null
21 +++ b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0-r1.ebuild
22 @@ -0,0 +1,17 @@
23 +# Copyright 1999-2021 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +DIST_AUTHOR=ILTZU
29 +DIST_VERSION=1.00
30 +
31 +inherit perl-module
32 +
33 +DESCRIPTION="Use tied scalars as timers"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64"
37 +
38 +RDEPEND=""
39 +BDEPEND="test? ( virtual/perl-Time-HiRes )"
40
41 diff --git a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild b/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
42 deleted file mode 100644
43 index 028206a72cd..00000000000
44 --- a/dev-perl/Time-Stopwatch/Time-Stopwatch-1.0.0.ebuild
45 +++ /dev/null
46 @@ -1,21 +0,0 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=5
51 -
52 -MODULE_AUTHOR="ILTZU"
53 -MODULE_VERSION="1.00"
54 -
55 -inherit perl-module
56 -
57 -DESCRIPTION="Use tied scalars as timers"
58 -
59 -SLOT="0"
60 -KEYWORDS="~amd64"
61 -IUSE="test"
62 -RESTRICT="!test? ( test )"
63 -
64 -RDEPEND=""
65 -DEPEND="test? ( virtual/perl-Time-HiRes )"
66 -
67 -SRC_TEST="do"