Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/POSIX-strftime-Compiler/
Date: Sat, 31 Jul 2021 19:43:34
Message-Id: 1627760590.1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af.dilfridge@gentoo
1 commit: 1faea8ada0a6d4cb06c1a7a15e81f490a93aa1af
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 19:37:50 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 19:43:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1faea8ad
7
8 dev-perl/POSIX-strftime-Compiler: Version bump 0.44
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/POSIX-strftime-Compiler/Manifest | 1 +
14 .../POSIX-strftime-Compiler-0.440.0.ebuild | 28 ++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/dev-perl/POSIX-strftime-Compiler/Manifest b/dev-perl/POSIX-strftime-Compiler/Manifest
18 index f6f78009342..1f000fbcdcb 100644
19 --- a/dev-perl/POSIX-strftime-Compiler/Manifest
20 +++ b/dev-perl/POSIX-strftime-Compiler/Manifest
21 @@ -1 +1,2 @@
22 DIST POSIX-strftime-Compiler-0.42.tar.gz 17294 BLAKE2B 3c96c8226b4dd06f449a2a6e56785862e98014e8fb8371709fcc6872ec115cff58fc6aa8c98dd5032488917478448b2137749aa3621d7b446a08c923e99de81e SHA512 0c07f1b8589b067533c65a023dd634a29640cb8992aae8047aa1063affe6b30b95930479829982a30a13b87bc7c9ebf82ca4837726bd29658d85d718164e3c76
23 +DIST POSIX-strftime-Compiler-0.44.tar.gz 17027 BLAKE2B c550c3074def4def71d4c3b22d13464f87080b0e53333f8dae5a7e30df68d1c40bae78021ab83d1324bb8f28a12ae487aa5f220df3bdd413b9d5d62edd02f450 SHA512 34852966a46f55a65e4ee90af3aec6478456d3a7fc8f8b8e8fc4e704a8361f46abfad5fe0f356eb3432fb2e232e65004818b19f298293cc0172d576cfe34c3e1
24
25 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
26 new file mode 100644
27 index 00000000000..02a83a2a323
28 --- /dev/null
29 +++ b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=KAZEBURO
37 +DIST_VERSION=0.44
38 +DIST_EXAMPLES=( "eg/*" )
39 +inherit perl-module
40 +
41 +DESCRIPTION="GNU C library compatible strftime for loggers and servers"
42 +
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 +IUSE="minimal"
46 +
47 +RDEPEND="
48 + !minimal? ( dev-perl/Time-TZOffset )
49 + virtual/perl-Carp
50 + virtual/perl-Exporter
51 + virtual/perl-Time-Local
52 +"
53 +
54 +BDEPEND="${RDEPEND}
55 + >=dev-perl/Module-Build-Tiny-0.35.0
56 + virtual/perl-CPAN-Meta
57 + test? ( >=virtual/perl-Test-Simple-0.980.0 )
58 +"