From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25440158064 for ; Thu, 2 May 2024 01:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93ADA2BC031; Thu, 2 May 2024 01:37:01 +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 74CB02BC031 for ; Thu, 2 May 2024 01:37:01 +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 894033430B2 for ; Thu, 2 May 2024 01:37:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D6951992 for ; Thu, 2 May 2024 01:36:56 +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: <1714613779.f596391ada9ae111651ff026954be22d6500186a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/POSIX-strftime-Compiler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/POSIX-strftime-Compiler/Manifest dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.460.0.ebuild X-VCS-Directories: dev-perl/POSIX-strftime-Compiler/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f596391ada9ae111651ff026954be22d6500186a X-VCS-Branch: master Date: Thu, 2 May 2024 01:36:56 +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: e3f8644c-619c-486e-a613-5a1f4407f59d X-Archives-Hash: 41ee999548fdba72f8ed8d64758e255d commit: f596391ada9ae111651ff026954be22d6500186a Author: Sam James gentoo org> AuthorDate: Thu May 2 01:20:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 2 01:36:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f596391a dev-perl/POSIX-strftime-Compiler: add 0.460.0 Signed-off-by: Sam James gentoo.org> dev-perl/POSIX-strftime-Compiler/Manifest | 1 + .../POSIX-strftime-Compiler-0.460.0.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) 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 ) +"