commit: 069fb621dfd9c2609b67eea2ee385875137d4716
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 19:34:02 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 19:43:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069fb621
dev-perl/POE-XS-Loop-Poll: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../POE-XS-Loop-Poll-1.0.0-r1.ebuild | 20 --------------------
.../POE-XS-Loop-Poll-1.0.0-r2.ebuild | 20 ++++++++++++++++++++
2 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r1.ebuild
b/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r1.ebuild
deleted file mode 100644
index 010c799537f..00000000000
--- a/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TONYC
-MODULE_VERSION=1.000
-inherit perl-module
-
-DESCRIPTION="An XS implementation of POE::Loop, using poll(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"
diff --git a/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild
b/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild
new file mode 100644
index 00000000000..0e9bbbdaaca
--- /dev/null
+++ b/dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TONYC
+DIST_VERSION=1.000
+inherit perl-module
+
+DESCRIPTION="An XS implementation of POE::Loop, using poll(2)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/POE-1.287.0
+ >=dev-perl/POE-Test-Loops-1.33.0
+"
+BDEPEND="${RDEPEND}
+"