From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 22EDB1382C5 for ; Fri, 16 Mar 2018 23:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11AD2E0872; Fri, 16 Mar 2018 23:32:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E32E1E0872 for ; Fri, 16 Mar 2018 23:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 46629335C7A for ; Fri, 16 Mar 2018 23:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6133A1CC for ; Fri, 16 Mar 2018 23:32:18 +0000 (UTC) From: "Kent Fredric" 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" Message-ID: <1521243104.e24fd001c9c072f5a40d4101e643a54b38869231.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-TAI64/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild X-VCS-Directories: dev-perl/Time-TAI64/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e24fd001c9c072f5a40d4101e643a54b38869231 X-VCS-Branch: master Date: Fri, 16 Mar 2018 23:32:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c50d9201-cc9b-419b-8be0-7f3bc8d80a95 X-Archives-Hash: d96dd7e9902db6595a2a0021016ce071 commit: e24fd001c9c072f5a40d4101e643a54b38869231 Author: Kent Fredric gentoo org> AuthorDate: Fri Mar 16 23:31:44 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Mar 16 23:31:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24fd001 dev-perl/Time-TAI64: EAPI6 + tests - EAPI6ify - Enable tests Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild new file mode 100644 index 00000000000..964031eae02 --- /dev/null +++ b/dev-perl/Time-TAI64/Time-TAI64-2.110.0-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=JOVAL +DIST_VERSION=2.11 +inherit perl-module + +DESCRIPTION="Time manipulation in the TAI64* formats" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc" +IUSE="test" + +RDEPEND="" +DEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + virtual/perl-Time-HiRes + ) +"