From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1009927-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CDDAD1382C5
	for <garchives@archives.gentoo.org>; Fri, 16 Mar 2018 23:18:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D31B9E086E;
	Fri, 16 Mar 2018 23:18:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AD1CFE086E
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Mar 2018 23:18:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 35738335C8B
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Mar 2018 23:18:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AF291CC
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Mar 2018 23:18:08 +0000 (UTC)
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentnl@gentoo.org>
Message-ID: <1521242268.dfd44533750a07b1814515c3dd9d8293e785fc6c.kentnl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Out/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-perl/Time-Out/Time-Out-0.110.0-r1.ebuild dev-perl/Time-Out/metadata.xml
X-VCS-Directories: dev-perl/Time-Out/
X-VCS-Committer: kentnl
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: dfd44533750a07b1814515c3dd9d8293e785fc6c
X-VCS-Branch: master
Date: Fri, 16 Mar 2018 23:18:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: d11a04d2-b386-4385-be59-5465718f1b47
X-Archives-Hash: 6d73a5420181e1d980ff5f4fed1a9d36

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>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>