From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8C5FC1582EF for ; Wed, 26 Feb 2025 07:45:19 +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 77E2E343067 for ; Wed, 26 Feb 2025 07:45:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6BB87110474; Wed, 26 Feb 2025 07:45:05 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5F49A110474 for ; Wed, 26 Feb 2025 07:45:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 136DA34106C for ; Wed, 26 Feb 2025 07:45:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 484D92809 for ; Wed, 26 Feb 2025 07:45:02 +0000 (UTC) From: "Sam James" 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" Message-ID: <1740555865.63639c8a1b6432183c4b2412785050c8b5c93c83.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime/DateTime-1.660.0.ebuild dev-perl/DateTime/Manifest X-VCS-Directories: dev-perl/DateTime/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 63639c8a1b6432183c4b2412785050c8b5c93c83 X-VCS-Branch: master Date: Wed, 26 Feb 2025 07:45: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: e78b1cdf-ec0b-4465-9cab-cd9b8b5fe474 X-Archives-Hash: 35cd54563c24fec13ec59468d514f57f commit: 63639c8a1b6432183c4b2412785050c8b5c93c83 Author: Sam James gentoo org> AuthorDate: Wed Feb 26 07:44:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 26 07:44:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63639c8a dev-perl/DateTime: add 1.660.0 Signed-off-by: Sam James gentoo.org> dev-perl/DateTime/DateTime-1.660.0.ebuild | 47 +++++++++++++++++++++++++++++++ dev-perl/DateTime/Manifest | 1 + 2 files changed, 48 insertions(+) diff --git a/dev-perl/DateTime/DateTime-1.660.0.ebuild b/dev-perl/DateTime/DateTime-1.660.0.ebuild new file mode 100644 index 000000000000..10f0a1c24d4d --- /dev/null +++ b/dev-perl/DateTime/DateTime-1.660.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=1.66 +inherit perl-module + +DESCRIPTION="Date and time object" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +CONFLICTS=" + !<=dev-perl/DateTime-Format-Mail-0.402.0 +" +RDEPEND=" + ${CONFLICTS} + virtual/perl-Carp + >=dev-perl/DateTime-Locale-1.60.0 + >=dev-perl/DateTime-TimeZone-2.440.0 + >=dev-perl/Dist-CheckConflicts-0.20.0 + >=dev-perl/Params-ValidationCompiler-0.260.0 + virtual/perl-Scalar-List-Utils + >=dev-perl/Specio-0.500.0 + dev-perl/Try-Tiny + virtual/perl-XSLoader + >=dev-perl/namespace-autoclean-0.190.0 + virtual/perl-parent +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Dist-CheckConflicts-0.20.0 + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-CPAN-Meta-Requirements + >=dev-perl/CPAN-Meta-Check-0.11.0 + virtual/perl-File-Spec + virtual/perl-Storable + dev-perl/Test-Fatal + >=virtual/perl-Test-Simple-0.960.0 + >=dev-perl/Test-Warnings-0.5.0 + dev-perl/Test-Without-Module + ) +" diff --git a/dev-perl/DateTime/Manifest b/dev-perl/DateTime/Manifest index 97591aa8992e..526d119c599e 100644 --- a/dev-perl/DateTime/Manifest +++ b/dev-perl/DateTime/Manifest @@ -1 +1,2 @@ DIST DateTime-1.65.tar.gz 324382 BLAKE2B 7f30ef4e82372ade7e4a77f6ce923d023e4d9816cd3ce92487b2ad45a1b86189e935f50a2cd91b6eb6c928a49041a476a4b40f3993783c3ac0cc0b39294b1474 SHA512 53b8bb5085420104d9cd2b6df076d353684ec6f347caf17f858c9c09e052aa19421bf980d130dbbe0094b791ff071ee99d8222509717008e5a3cd354639f7720 +DIST DateTime-1.66.tar.gz 324534 BLAKE2B 3d70a7507c67ded9473a2076550968ae0c5d3f4991ef88419e9df23e2d204420968c6262e1e7b29ffd159f382ecd8d5e871c573d4697d79ca4bd063fe208ef68 SHA512 18e371dad068b1e13415bf00274e4a3f421e6afc53eca9dbe07f63b27e8b71a8f0466fa3fa9f91c3d4b66a6f6c8cb0541f15f9534148fe57dbb813283c58ebdb