commit: 89a013511e8252b5fe3522b7d7efaea9848a7e2f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 19:32:33 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 19:43:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a01351
dev-perl/POE-XS-Loop-EPoll: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
....3.0.ebuild => POE-XS-Loop-EPoll-1.3.0-r1.ebuild} | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
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
similarity index 50%
rename from dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild
rename to dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild
index a678d9fba2b..d5cb70ab0cf 100644
--- 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
@@ -1,20 +1,20 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=TONYC
-MODULE_VERSION=1.003
+DIST_AUTHOR=TONYC
+DIST_VERSION=1.003
inherit perl-module
DESCRIPTION="An XS implementation of POE::Loop, using Linux epoll(2)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=">=dev-perl/POE-1.287
- >=dev-perl/POE-Test-Loops-1.033"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
+RDEPEND="
+ >=dev-perl/POE-1.287.0
+ >=dev-perl/POE-Test-Loops-1.33.0
+"
+BDEPEND="${RDEPEND}
+"