diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-17 12:17:12 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-17 12:17:48 +1300 |
commit | dfd44533750a07b1814515c3dd9d8293e785fc6c (patch) | |
tree | 888fd43d46ad0d9b02c6a898d76a6727dcb70e11 /dev-perl/Time-Out | |
parent | games-puzzle/splice: Update Manifest hashes (diff) | |
download | gentoo-dfd44533750a07b1814515c3dd9d8293e785fc6c.tar.gz gentoo-dfd44533750a07b1814515c3dd9d8293e785fc6c.tar.bz2 gentoo-dfd44533750a07b1814515c3dd9d8293e785fc6c.zip |
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
Diffstat (limited to 'dev-perl/Time-Out')
-rw-r--r-- | dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Time-Out/metadata.xml | 4 |
2 files changed, 24 insertions, 0 deletions
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 @@ <email>perl@gentoo.org</email> <name>Gentoo Perl Project</name> </maintainer> + <upstream> + <remote-id type="cpan">Time-Out</remote-id> + <remote-id type="cpan-module">Time::Out</remote-id> + </upstream> </pkgmetadata> |