From 61f10f985e19dfe20a4d9552902625edd5b6eabb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Jun 2021 17:32:00 +0100 Subject: gentoo resync : 21.06.2021 --- dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild (limited to 'dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild') diff --git a/dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild b/dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild new file mode 100644 index 000000000000..8547c08f08d9 --- /dev/null +++ b/dev-perl/IO-AIO/IO-AIO-4.750.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=4.75 +DIST_WIKI="tests" +inherit perl-module + +DESCRIPTION="Asynchronous Input/Output" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=" + dev-perl/common-sense +" +BDEPEND="${RDEPEND} + >=dev-perl/Canary-Stability-2001 + >=virtual/perl-ExtUtils-MakeMaker-6.520.0 +" + +src_test() { + if [[ "${IO_AIO_SANDBOX_TESTS:-0}" == 0 ]]; then + # Tests trigger stack overflow in sandbox code, see bug 553918 + perl_rm_files t/01_stat.t t/02_read.t t/05_readdir.t t/03_errors.t + fi + perl-module_src_test +} -- cgit v1.2.3