summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-02 02:20:05 +0100
committerSam James <sam@gentoo.org>2024-05-02 02:36:19 +0100
commitf596391ada9ae111651ff026954be22d6500186a (patch)
tree16e1def69bad9ea1a3aa87cf9607549ce72ed6c2
parentdev-perl/Mojolicious: add 9.360.0 (diff)
downloadgentoo-f596391ada9ae111651ff026954be22d6500186a.tar.gz
gentoo-f596391ada9ae111651ff026954be22d6500186a.tar.bz2
gentoo-f596391ada9ae111651ff026954be22d6500186a.zip
dev-perl/POSIX-strftime-Compiler: add 0.460.0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-perl/POSIX-strftime-Compiler/Manifest1
-rw-r--r--dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest
index 15dccf409ad8..52aeada57db2 100644
--- a/dev-perl/POSIX-strftime-Compiler/Manifest
+++ b/dev-perl/POSIX-strftime-Compiler/Manifest
@@ -1 +1,2 @@
DIST POSIX-strftime-Compiler-0.44.tar.gz 17027 BLAKE2B c550c3074def4def71d4c3b22d13464f87080b0e53333f8dae5a7e30df68d1c40bae78021ab83d1324bb8f28a12ae487aa5f220df3bdd413b9d5d62edd02f450 SHA512 34852966a46f55a65e4ee90af3aec6478456d3a7fc8f8b8e8fc4e704a8361f46abfad5fe0f356eb3432fb2e232e65004818b19f298293cc0172d576cfe34c3e1
+DIST POSIX-strftime-Compiler-0.46.tar.gz 17189 BLAKE2B f15b757bdd5f30dd3ccf5c8f8452d9a829489f948a6e79c0a2094e5b0e3fd4618f1b1e8f2c8cb2fee34ea96c64ffdfb670e4f960a741a295bf9503e01205cd80 SHA512 cee80a7b2f6b79dbb706898b713a4bb05bc57ecb3ef6c1644bce3682cc35d584c528aced6cd71b926e2fe549c95644ad59ecf780ba064adbb3bc9c54c8d4c459
diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild
new file mode 100644
index 000000000000..5f1f8f5b41bb
--- /dev/null
+++ b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.46
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="GNU C library compatible strftime for loggers and servers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? ( dev-perl/Time-TZOffset )
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-Time-Local
+"
+
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.35.0
+ virtual/perl-CPAN-Meta
+ test? ( >=virtual/perl-Test-Simple-0.980.0 )
+"