diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:34:02 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:43:04 +0200 |
commit | 069fb621dfd9c2609b67eea2ee385875137d4716 (patch) | |
tree | 94f3becbdaba040531c95196f0041ebfdfccd956 /dev-perl/POE-XS-Loop-Poll | |
parent | dev-perl/POE-XS-Loop-EPoll: EAPI=8 bump (diff) | |
download | gentoo-069fb621dfd9c2609b67eea2ee385875137d4716.tar.gz gentoo-069fb621dfd9c2609b67eea2ee385875137d4716.tar.bz2 gentoo-069fb621dfd9c2609b67eea2ee385875137d4716.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/POE-XS-Loop-Poll')
-rw-r--r-- | dev-perl/POE-XS-Loop-Poll/POE-XS-Loop-Poll-1.0.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/POE-XS-Loop-Poll/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 010c799537fc..000000000000 --- 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 000000000000..0e9bbbdaaca7 --- /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} +" |