From: Kent Fredric Date: Fri, 16 Mar 2018 23:17:12 +0000 (+1300) Subject: dev-perl/Time-Out: EAPI6 + tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dfd44533750a07b1814515c3dd9d8293e785fc6c;p=gentoo.git dev-perl/Time-Out: EAPI6 + tests - EAPI6 - Enable tests - Cleanup POD tests - Add missing CPAN remote-id's Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild b/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild new file mode 100644 index 000000000000..cf8e675074cd --- /dev/null +++ b/dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PATL +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Easily timeout long running operations" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +PERL_RM_FILES=( "t/pod.t" ) diff --git a/dev-perl/Time-Out/metadata.xml b/dev-perl/Time-Out/metadata.xml index 2b9a936fc0a1..4e9caee52d47 100644 --- a/dev-perl/Time-Out/metadata.xml +++ b/dev-perl/Time-Out/metadata.xml @@ -5,4 +5,8 @@ perl@gentoo.org Gentoo Perl Project + + Time-Out + Time::Out +