From f596391ada9ae111651ff026954be22d6500186a Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 2 May 2024 02:20:05 +0100 Subject: dev-perl/POSIX-strftime-Compiler: add 0.460.0 Signed-off-by: Sam James --- dev-perl/POSIX-strftime-Compiler/Manifest | 1 + .../POSIX-strftime-Compiler-0.460.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild 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 ) +" -- cgit v1.2.3-65-gdbad