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/POE-API-Peek/
Date: Sat, 31 Jul 2021 19:43:30
Message-Id: 1627760559.cd385359d63f4aafb812961dcf2afb36b7648679.dilfridge@gentoo
1 commit: cd385359d63f4aafb812961dcf2afb36b7648679
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 19:19:19 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 19:42:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd385359
7
8 dev-perl/POE-API-Peek: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../POE-API-Peek/POE-API-Peek-2.200.0-r1.ebuild | 22 ----------------------
14 .../POE-API-Peek/POE-API-Peek-2.200.0-r2.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 22 insertions(+), 22 deletions(-)
16
17 diff --git a/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r1.ebuild b/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r1.ebuild
18 deleted file mode 100644
19 index 9f02382ab73..00000000000
20 --- a/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MODULE_AUTHOR=BINGOS
29 -MODULE_VERSION=2.20
30 -inherit perl-module
31 -
32 -DESCRIPTION="Peek into the internals of a running POE env"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -RDEPEND="dev-perl/Devel-Size
40 - >=dev-perl/POE-1.311.0"
41 -DEPEND="${RDEPEND}
42 - >=virtual/perl-ExtUtils-MakeMaker-6.31"
43 -
44 -SRC_TEST=do
45
46 diff --git a/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r2.ebuild b/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r2.ebuild
47 new file mode 100644
48 index 00000000000..0896252fd30
49 --- /dev/null
50 +++ b/dev-perl/POE-API-Peek/POE-API-Peek-2.200.0-r2.ebuild
51 @@ -0,0 +1,22 @@
52 +# Copyright 1999-2021 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=8
56 +
57 +DIST_AUTHOR=BINGOS
58 +DIST_VERSION=2.20
59 +inherit perl-module
60 +
61 +DESCRIPTION="Peek into the internals of a running POE env"
62 +
63 +LICENSE="BSD"
64 +SLOT="0"
65 +KEYWORDS="~amd64 ~x86"
66 +
67 +RDEPEND="
68 + dev-perl/Devel-Size
69 + >=dev-perl/POE-1.311.0
70 +"
71 +BDEPEND="${RDEPEND}
72 + >=virtual/perl-ExtUtils-MakeMaker-6.310.0
73 +"