From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1679853-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(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 67D10158046
	for <garchives@archives.gentoo.org>; Mon, 14 Oct 2024 03:50:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A80FBE08CE;
	Mon, 14 Oct 2024 03:50:52 +0000 (UTC)
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 pigeon.gentoo.org (Postfix) with ESMTPS id 8D585E08CE
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 03:50:52 +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 A57FD343129
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 03:50:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CE34B1F42
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 Oct 2024 03:50:48 +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: <1728877817.e2127b1022b31d93fc9edd0a39cc8f8cb3a7155a.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.630.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: e2127b1022b31d93fc9edd0a39cc8f8cb3a7155a
X-VCS-Branch: master
Date: Mon, 14 Oct 2024 03:50:48 +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: 1c5b8b9a-9d59-4d30-b269-cd261fd35b9b
X-Archives-Hash: 9c4a09121651c42d21298167c5a6f87e

commit:     e2127b1022b31d93fc9edd0a39cc8f8cb3a7155a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 03:33:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 03:50:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2127b10

dev-perl/DateTime-TimeZone: add 2.630.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../DateTime-TimeZone-2.630.0.ebuild               | 40 ++++++++++++++++++++++
 dev-perl/DateTime-TimeZone/Manifest                |  1 +
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.630.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.630.0.ebuild
new file mode 100644
index 000000000000..9aeff8a95d68
--- /dev/null
+++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.630.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 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.63
+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
+	virtual/perl-parent
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Path
+		virtual/perl-File-Temp
+		virtual/perl-Storable
+		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 a9c94cc7f1c6..45de4ab3d53c 100644
--- a/dev-perl/DateTime-TimeZone/Manifest
+++ b/dev-perl/DateTime-TimeZone/Manifest
@@ -1 +1,2 @@
 DIST DateTime-TimeZone-2.60.tar.gz 948447 BLAKE2B fae2eca04dade2afd28c1ec9ba087bafc144781a4154306b6c97cbf2a6e091eac5346e28ee43e9f00e4a5eeb006635544544d119e8eb3a691bf6ba7375811b83 SHA512 c3fc0dbed3aaa8250f8031de4fc2e9201d1229c42d59dd6fcdbded0bcc51184bf126a090e371dd4997133a3c174b6324115ce78e7725917953b7236e4a0a8526
+DIST DateTime-TimeZone-2.63.tar.gz 917071 BLAKE2B fa83c39119755adbc72488698a0c889f095ccee58466a024506278a56138f63983867c432e4a68b990fbc4672621b62206ed8c05b52bb3b1bf1b92c1cde98e33 SHA512 e0990dd4072f6f24a04625444350422ec7615290f61c20eb0ce90320aaf5600761e95fab7d0bdd5e08db6f136e462278b63fbec7c5ffd9d5cdcf6abd52264067