From bd7908c6630f38067350d396ac5d18c3cc2434a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 29 Oct 2017 11:22:34 +0000 Subject: gentoo resync : 29.10.2017 --- .../IO-CaptureOutput-1.110.400-r1.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild (limited to 'dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild') diff --git a/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild new file mode 100644 index 000000000000..9783333d9b5e --- /dev/null +++ b/dev-perl/IO-CaptureOutput/IO-CaptureOutput-1.110.400-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DAGOLDEN +DIST_VERSION=1.1104 +inherit perl-module + +DESCRIPTION="Capture STDOUT and STDERR from Perl code, subprocesses or XS" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-linux" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + >=virtual/perl-File-Temp-0.160.0 +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.170.0 + test? ( + >=virtual/perl-File-Spec-3.270.0 + virtual/perl-IO + >=virtual/perl-Test-Simple-0.620.0 + ) +" -- cgit v1.2.3