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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 56902139337 for ; Sat, 31 Jul 2021 19:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1F39E090F; Sat, 31 Jul 2021 19:43:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D939FE090F for ; Sat, 31 Jul 2021 19:43:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 499E03438F9 for ; Sat, 31 Jul 2021 19:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E247D85A for ; Sat, 31 Jul 2021 19:43:27 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1627760590.1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af.dilfridge@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.440.0.ebuild X-VCS-Directories: dev-perl/POSIX-strftime-Compiler/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af X-VCS-Branch: master Date: Sat, 31 Jul 2021 19:43:27 +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: d4ef23d5-da7e-434a-849e-d2f9065584eb X-Archives-Hash: 3f62715a97b112f6950f40bc8124acc7 commit: 1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 31 19:37:50 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jul 31 19:43:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faea8ad dev-perl/POSIX-strftime-Compiler: Version bump 0.44 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/POSIX-strftime-Compiler/Manifest | 1 + .../POSIX-strftime-Compiler-0.440.0.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index f6f78009342..1f000fbcdcb 100644 --- a/dev-perl/POSIX-strftime-Compiler/Manifest +++ b/dev-perl/POSIX-strftime-Compiler/Manifest @@ -1 +1,2 @@ DIST POSIX-strftime-Compiler-0.42.tar.gz 17294 BLAKE2B 3c96c8226b4dd06f449a2a6e56785862e98014e8fb8371709fcc6872ec115cff58fc6aa8c98dd5032488917478448b2137749aa3621d7b446a08c923e99de81e SHA512 0c07f1b8589b067533c65a023dd634a29640cb8992aae8047aa1063affe6b30b95930479829982a30a13b87bc7c9ebf82ca4837726bd29658d85d718164e3c76 +DIST POSIX-strftime-Compiler-0.44.tar.gz 17027 BLAKE2B c550c3074def4def71d4c3b22d13464f87080b0e53333f8dae5a7e30df68d1c40bae78021ab83d1324bb8f28a12ae487aa5f220df3bdd413b9d5d62edd02f450 SHA512 34852966a46f55a65e4ee90af3aec6478456d3a7fc8f8b8e8fc4e704a8361f46abfad5fe0f356eb3432fb2e232e65004818b19f298293cc0172d576cfe34c3e1 diff --git a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild new file mode 100644 index 00000000000..02a83a2a323 --- /dev/null +++ b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=KAZEBURO +DIST_VERSION=0.44 +DIST_EXAMPLES=( "eg/*" ) +inherit perl-module + +DESCRIPTION="GNU C library compatible strftime for loggers and servers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~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 ) +"