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-XS-Loop-EPoll/
Date: Sat, 31 Jul 2021 19:43:31
Message-Id: 1627760581.89a013511e8252b5fe3522b7d7efaea9848a7e2f.dilfridge@gentoo
1 commit: 89a013511e8252b5fe3522b7d7efaea9848a7e2f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 19:32:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 19:43:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a01351
7
8 dev-perl/POE-XS-Loop-EPoll: 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 ....3.0.ebuild => POE-XS-Loop-EPoll-1.3.0-r1.ebuild} | 20 ++++++++++----------
14 1 file changed, 10 insertions(+), 10 deletions(-)
15
16 diff --git a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild
17 similarity index 50%
18 rename from dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild
19 rename to dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild
20 index a678d9fba2b..d5cb70ab0cf 100644
21 --- a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild
22 +++ b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild
23 @@ -1,20 +1,20 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=TONYC
32 -MODULE_VERSION=1.003
33 +DIST_AUTHOR=TONYC
34 +DIST_VERSION=1.003
35 inherit perl-module
36
37 DESCRIPTION="An XS implementation of POE::Loop, using Linux epoll(2)"
38
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 -IUSE=""
42
43 -DEPEND=">=dev-perl/POE-1.287
44 - >=dev-perl/POE-Test-Loops-1.033"
45 -RDEPEND="${DEPEND}"
46 -
47 -SRC_TEST="do"
48 +RDEPEND="
49 + >=dev-perl/POE-1.287.0
50 + >=dev-perl/POE-Test-Loops-1.33.0
51 +"
52 +BDEPEND="${RDEPEND}
53 +"