commit:     dfd44533750a07b1814515c3dd9d8293e785fc6c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 23:17:12 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 23:17:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd44533

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

 dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild | 20 ++++++++++++++++++++
 dev-perl/Time-Out/metadata.xml               |  4 ++++
 2 files changed, 24 insertions(+)

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 00000000000..cf8e675074c
--- /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 2b9a936fc0a..4e9caee52d4 100644
--- a/dev-perl/Time-Out/metadata.xml
+++ b/dev-perl/Time-Out/metadata.xml
@@ -5,4 +5,8 @@
     <email>[email protected]</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>

Reply via email to