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 873FE15807A for ; Fri, 06 Jun 2025 01:58:22 +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 6AD523431F2 for ; Fri, 06 Jun 2025 01:58:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3F73311047E; Fri, 06 Jun 2025 01:58:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 38F2011047E for ; Fri, 06 Jun 2025 01:58:14 +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 DD49C3431B4 for ; Fri, 06 Jun 2025 01:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FCE3290D for ; Fri, 06 Jun 2025 01:58:12 +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: <1749173633.d73b46cdcc7add1313e6454c7ce1f75205a9e092.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DateTime-TimeZone/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild dev-perl/DateTime-TimeZone/Manifest X-VCS-Directories: dev-perl/DateTime-TimeZone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d73b46cdcc7add1313e6454c7ce1f75205a9e092 X-VCS-Branch: master Date: Fri, 06 Jun 2025 01:58:12 +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: 9c4ed54b-a0d5-433f-ad91-0ec77532a5a8 X-Archives-Hash: 9de306a22de49de08f8da8ba71767e46 commit: d73b46cdcc7add1313e6454c7ce1f75205a9e092 Author: Sam James gentoo org> AuthorDate: Fri Jun 6 01:33:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 6 01:33:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73b46cd dev-perl/DateTime-TimeZone: add 2.650.0 Signed-off-by: Sam James gentoo.org> .../DateTime-TimeZone-2.650.0.ebuild | 35 ++++++++++++++++++++++ dev-perl/DateTime-TimeZone/Manifest | 1 + 2 files changed, 36 insertions(+) diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild new file mode 100644 index 000000000000..8652ee48ff92 --- /dev/null +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# TODO: Repack/rebuild the bundled tzdata like Fedora does? +# https://src.fedoraproject.org/rpms/perl-DateTime-TimeZone/blob/rawhide/f/perl-DateTime-TimeZone.spec#_148 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=2.65 +inherit perl-module + +DESCRIPTION="Time zone object base class and factory" + +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" + +RDEPEND=" + >=dev-perl/Class-Singleton-1.30.0 + >=virtual/perl-File-Spec-3.0.0 + dev-perl/Module-Runtime + >=dev-perl/Params-ValidationCompiler-0.130.0 + >=virtual/perl-Scalar-List-Utils-1.330.0 + >=dev-perl/Specio-0.150.0 + dev-perl/Try-Tiny + dev-perl/namespace-autoclean +" +BDEPEND=" + ${RDEPEND} + test? ( + dev-perl/Test-Fatal + dev-perl/Test-Requires + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/DateTime-TimeZone/Manifest b/dev-perl/DateTime-TimeZone/Manifest index ea3ec9a4c76c..0cbe9472ecc3 100644 --- a/dev-perl/DateTime-TimeZone/Manifest +++ b/dev-perl/DateTime-TimeZone/Manifest @@ -1 +1,2 @@ DIST DateTime-TimeZone-2.64.tar.gz 923239 BLAKE2B 41ae316492ddfb462b7fc9b5bf61465b6b91f8802619948a0e8c4056ce86b6d0a9c701e502201c7086ba826c203d22533dec02d5a4647cc7094163c2a44c7845 SHA512 1c202d537b0ce92b41c6bf2ac7effc67ff3c81b6c4f77f2d9a2853a1c3b3bcdfa00990267f43fdfd26119cf39d31706737e3864123d219fc72cb5a9489f86a3c +DIST DateTime-TimeZone-2.65.tar.gz 928969 BLAKE2B 3329c18a0f55bcb9ffb16d945ae07dda85c3e4a92be291f65ae73f401f167bc66fb451be43bd35b4ccdbea27651d44a7072909a12c92d9e97f8e60739881a980 SHA512 724fc0b2f4feaba70759ee254d5736d8d2300c345c352fe682cba62bfa84d66dee8929249b974656ff062388a32f1e05cadddf3c742ac543c4c17bbcf7f5cfce