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 0B31E138359 for ; Sat, 25 Jul 2020 19:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E32AE086E; Sat, 25 Jul 2020 19:58:19 +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 053CDE086E for ; Sat, 25 Jul 2020 19:58:18 +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 E683034F149 for ; Sat, 25 Jul 2020 19:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B112D6 for ; Sat, 25 Jul 2020 19:58:16 +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: <1595707084.e918a2039ceaad88cc331457a4578cfd4bde6d40.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-Format-ISO8601/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild X-VCS-Directories: dev-perl/DateTime-Format-ISO8601/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e918a2039ceaad88cc331457a4578cfd4bde6d40 X-VCS-Branch: master Date: Sat, 25 Jul 2020 19:58:16 +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: 75ce3d7f-0c85-49bd-9fd4-c9e2c922da09 X-Archives-Hash: f7dfc80e1b31c81511ba555910f0f635 commit: e918a2039ceaad88cc331457a4578cfd4bde6d40 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 25 19:57:52 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 25 19:58:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e918a203 dev-perl/DateTime-Format-ISO8601: -r bump for EAPI7 - EAPI7 - Parallel tests - Unconditionally patch bad tests Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../DateTime-Format-ISO8601-0.80.0-r2.ebuild | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild new file mode 100644 index 00000000000..d4a55e92b54 --- /dev/null +++ b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.80.0-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=JHOBLITT +DIST_VERSION=0.08 +inherit perl-module + +DESCRIPTION="Parses ISO8601 formats" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-perl/DateTime-0.180.0 + >=dev-perl/DateTime-Format-Builder-0.770.0 +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.380.0 + test? ( + >=dev-perl/File-Find-Rule-0.240.0 + ) +" +PERL_RM_FILES=( + t/00_distribution.t + t/99_pod.t +)