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 96E58138359 for ; Fri, 24 Jul 2020 07:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2E76E082F; Fri, 24 Jul 2020 07:41:53 +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 A3F13E082F for ; Fri, 24 Jul 2020 07:41:53 +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 19C1434F13D for ; Fri, 24 Jul 2020 07:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1AC32B3 for ; Fri, 24 Jul 2020 07:41:48 +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: <1595576458.1b3ae5a395b9e16456a00c72f31e438ae31a97ca.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Date-Leapyear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild X-VCS-Directories: dev-perl/Date-Leapyear/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1b3ae5a395b9e16456a00c72f31e438ae31a97ca X-VCS-Branch: master Date: Fri, 24 Jul 2020 07:41:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4aafd4e2-de0a-419a-bdc2-8f51dd406832 X-Archives-Hash: 9009708596d5eff18ca7890d61dfc0e9 commit: 1b3ae5a395b9e16456a00c72f31e438ae31a97ca Author: Kent Fredric gentoo org> AuthorDate: Fri Jul 24 07:40:58 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jul 24 07:40:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3ae5a3 dev-perl/Date-Leapyear: -r bump for EAPI7 - EAPI7 - Improve dependencies - Parallel tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild new file mode 100644 index 00000000000..b14728d0435 --- /dev/null +++ b/dev-perl/Date-Leapyear/Date-Leapyear-1.720.0-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=RBOW +DIST_VERSION=1.72 +inherit perl-module + +DESCRIPTION="Simple Perl module that tracks Gregorian leap years" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +"