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 1A898138359 for ; Mon, 27 Jul 2020 09:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50FD6E165E; Mon, 27 Jul 2020 09:17:06 +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 378AEE165E for ; Mon, 27 Jul 2020 09:17:06 +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 16FBB34F124 for ; Mon, 27 Jul 2020 09:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E9B72AE for ; Mon, 27 Jul 2020 09:17:02 +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: <1595841344.5b230548248cba7a855725aa2fe51cb8e266334b.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Set/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild X-VCS-Directories: dev-perl/DateTime-Set/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5b230548248cba7a855725aa2fe51cb8e266334b X-VCS-Branch: master Date: Mon, 27 Jul 2020 09:17:02 +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: 1a130304-aa51-41fd-aaa8-51cb0df4dcf5 X-Archives-Hash: ce81eb56171d02ac0435d37919a92c46 commit: 5b230548248cba7a855725aa2fe51cb8e266334b Author: Kent Fredric gentoo org> AuthorDate: Mon Jul 27 09:14:43 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Mon Jul 27 09:15:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b230548 dev-perl/DateTime-Set: -r bump for EAPI7 + new test dep - EAPI7 - Add test dep on dev-perl/DateTime-Event-Recurrence to improve test coverage Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../DateTime-Set/DateTime-Set-0.390.0-r1.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild b/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild new file mode 100644 index 00000000000..65edcd1e48c --- /dev/null +++ b/dev-perl/DateTime-Set/DateTime-Set-0.390.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=FGLOCK +DIST_VERSION=0.3900 +inherit perl-module + +DESCRIPTION="Datetime sets and set math" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/DateTime-0.120.0 + >=dev-perl/Set-Infinite-0.590.0 + dev-perl/Params-Validate +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + dev-perl/DateTime-Event-Recurrence + virtual/perl-Test-Simple + ) +" +# meta.json is incorrect, it needs P-V and M-B