diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:37:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:43:10 +0200 |
commit | 1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af (patch) | |
tree | e982365bad51f00e1c49e436754d64c80740e18e /dev-perl/POSIX-strftime-Compiler | |
parent | dev-perl/POE-XS-Queue-Array: EAPI=8 bump (diff) | |
download | gentoo-1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af.tar.gz gentoo-1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af.tar.bz2 gentoo-1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/POSIX-strftime-Compiler')
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest index f6f780093423..1f000fbcdcb3 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 000000000000..02a83a2a3237 --- /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 ) +" |