commit:     1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 19:37:50 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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 )
+"

Reply via email to