From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1721797-garchives=archives.gentoo.org@lists.gentoo.org> Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2774A1582EF for <garchives@archives.gentoo.org>; Wed, 26 Feb 2025 07:45:11 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0FDF8342F9E for <garchives@archives.gentoo.org>; Wed, 26 Feb 2025 07:45:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CCF9511046F; Wed, 26 Feb 2025 07:45:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C743811046F for <gentoo-commits@lists.gentoo.org>; Wed, 26 Feb 2025 07:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8196D340A12 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Feb 2025 07:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC35A2801 for <gentoo-commits@lists.gentoo.org>; Wed, 26 Feb 2025 07:45:01 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1740555860.5e74e682b6757a86e52d69db07d0cbba3f4b9d3d.sam@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.170.0.ebuild dev-perl/DateTime-Format-ISO8601/Manifest X-VCS-Directories: dev-perl/DateTime-Format-ISO8601/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5e74e682b6757a86e52d69db07d0cbba3f4b9d3d X-VCS-Branch: master Date: Wed, 26 Feb 2025 07:45:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54e453d8-5d5c-4db2-86a4-0381688765c9 X-Archives-Hash: bf5e415525b74d95a72a0de9b9abfd95 commit: 5e74e682b6757a86e52d69db07d0cbba3f4b9d3d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 07:16:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 07:44:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e74e682 dev-perl/DateTime-Format-ISO8601: add 0.170.0 Signed-off-by: Sam James <sam <AT> gentoo.org> .../DateTime-Format-ISO8601-0.170.0.ebuild | 33 ++++++++++++++++++++++ dev-perl/DateTime-Format-ISO8601/Manifest | 1 + 2 files changed, 34 insertions(+) diff --git a/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.170.0.ebuild b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.170.0.ebuild new file mode 100644 index 000000000000..e4607c030577 --- /dev/null +++ b/dev-perl/DateTime-Format-ISO8601/DateTime-Format-ISO8601-0.170.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Parses ISO8601 formats" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + virtual/perl-Carp + >=dev-perl/DateTime-1.450.0 + >=dev-perl/DateTime-Format-Builder-0.770.0 + >=dev-perl/Params-ValidationCompiler-0.260.0 + >=dev-perl/Specio-0.180.0 + dev-perl/namespace-autoclean + virtual/perl-parent +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-1.302.15 + >=virtual/perl-Test2-Suite-0.0.72 + ) +" diff --git a/dev-perl/DateTime-Format-ISO8601/Manifest b/dev-perl/DateTime-Format-ISO8601/Manifest index fb10c46c0ad3..e5e446043c39 100644 --- a/dev-perl/DateTime-Format-ISO8601/Manifest +++ b/dev-perl/DateTime-Format-ISO8601/Manifest @@ -1 +1,2 @@ DIST DateTime-Format-ISO8601-0.16.tar.gz 46364 BLAKE2B 616eaaa54dde777987e03b705093a7d0967b79bc9c4df6694936272b50460dba43df08b8f0ed74987ef0ab7e709a7fd094a7088d6aa858c2f8182596bde80b03 SHA512 3a8985d06f3953308cb9ebb8f322b5cbf6c3dfba99a71a4e2005ba5b23d9b2f2d3967f76e2d09991b75833dc70a4aa352829648b601e79054da79304904a07e4 +DIST DateTime-Format-ISO8601-0.17.tar.gz 47204 BLAKE2B 9df17a1886ab1e9307aee3e9a750b0db0e6420b1f7629b5b282710da9c1294fca6471f9e40626f89de9d1247164c928ca2b0814d823bb08dbcce499b970c6412 SHA512 eadca22e0a73a5c21066509492f79329b3f468d7533481b7f6594d35520a237e16d63abd3d0319a52266762268b11d9164ea484c9f49134d6071f6271b410e2e