summaryrefslogtreecommitdiff
path: root/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-06-06 02:33:53 +0100
committerSam James <sam@gentoo.org>2025-06-06 02:33:53 +0100
commitd73b46cdcc7add1313e6454c7ce1f75205a9e092 (patch)
treed187b911200dca3c79ff706a76c41fc1f332c37c /dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild
parentcf50a08d5965a6828bab2889dcd4670525d37bc5 (diff)
downloadgentoo-d73b46cdcc7add1313e6454c7ce1f75205a9e092.tar.gz
gentoo-d73b46cdcc7add1313e6454c7ce1f75205a9e092.tar.bz2
gentoo-d73b46cdcc7add1313e6454c7ce1f75205a9e092.zip
dev-perl/DateTime-TimeZone: add 2.650.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild')
-rw-r--r--dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.650.0.ebuild35
1 files changed, 35 insertions, 0 deletions
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
+ )
+"