Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Any/
Date: Sat, 01 Apr 2017 22:28:32
Message-Id: 1491085699.778077b9412e4b7701fe59c72da3f5215106ac8d.kentnl@gentoo
1 commit: 778077b9412e4b7701fe59c72da3f5215106ac8d
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 22:27:58 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 22:28:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778077b9
7
8 dev-perl/Log-Any: Bump to version 1.49.0
9
10 Upstream:
11 - Suppress redundant argument warnings when too many arguments
12 are passed to a log formatter
13 - New default null proxy for when no adapters are configured.
14 - Logging methods now return formatted string
15 - Default adapters now configurable with arguments
16 - Objects with stringification overloads now stringified instead
17 of dumped
18 - Can now specify any name for imported log object
19 - Syslog adapter added to dist
20 - Log level aliases now case insensitive
21 - Invalid log levels now result in warnings
22
23 Package-Manager: Portage-2.3.4, Repoman-2.3.2
24
25 dev-perl/Log-Any/Log-Any-1.49.0.ebuild | 32 ++++++++++++++++++++++++++++++++
26 dev-perl/Log-Any/Manifest | 1 +
27 dev-perl/Log-Any/metadata.xml | 10 ++++++++++
28 3 files changed, 43 insertions(+)
29
30 diff --git a/dev-perl/Log-Any/Log-Any-1.49.0.ebuild b/dev-perl/Log-Any/Log-Any-1.49.0.ebuild
31 new file mode 100644
32 index 00000000000..bd3a7e79366
33 --- /dev/null
34 +++ b/dev-perl/Log-Any/Log-Any-1.49.0.ebuild
35 @@ -0,0 +1,32 @@
36 +# Copyright 1999-2017 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +DIST_AUTHOR=PREACTION
42 +DIST_VERSION=1.049
43 +inherit perl-module
44 +
45 +DESCRIPTION="Bringing loggers and listeners together"
46 +
47 +SLOT="0"
48 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
49 +IUSE="test minimal"
50 +
51 +# Test::Builder needed for Log/Any/Adapter/Test.pm
52 +# constant -> perl
53 +RDEPEND="
54 + virtual/perl-Carp
55 + virtual/perl-Data-Dumper
56 + virtual/perl-Exporter
57 + virtual/perl-IO
58 + virtual/perl-Sys-Syslog
59 + virtual/perl-Test-Simple
60 +"
61 +DEPEND="${RDEPEND}
62 + virtual/perl-ExtUtils-MakeMaker
63 + test? (
64 + !minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
65 + virtual/perl-File-Spec
66 + )
67 +"
68
69 diff --git a/dev-perl/Log-Any/Manifest b/dev-perl/Log-Any/Manifest
70 index 863218d591e..65b722f20fc 100644
71 --- a/dev-perl/Log-Any/Manifest
72 +++ b/dev-perl/Log-Any/Manifest
73 @@ -1 +1,2 @@
74 DIST Log-Any-1.038.tar.gz 41707 SHA256 09a07da9b797efa114096e2ea26287d19f22cfae5ac4d135c1be7ab5da94e220 SHA512 36c8370d3924ee9cc85f2be5fe9d8212e7148b98392df90ef8e5566aedf12050115029434d9d969c1582c43a755fb540268dce73390ea53e8918f2901e25e62e WHIRLPOOL 055df7a42d7424eca9162da656b65c0f37cf16c3c355836aefcaf0357afdf2450f63b500db350a86facae291fa9c00314b5d5681e12a35818713dcbf624282c3
75 +DIST Log-Any-1.049.tar.gz 44718 SHA256 0db8f84eaefea734d31fdb3e285188523fe9ce0e8ba0870757231437c6d4f8bf SHA512 9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b WHIRLPOOL 922e946656585e34739d8e01979f8c09c018953de4e37d6e45f6f342dcc13ed9d989d58a3dfd9f0526fcb6b6ca7d88ed3f4ec1257b975db121101a7730c8b6a5
76
77 diff --git a/dev-perl/Log-Any/metadata.xml b/dev-perl/Log-Any/metadata.xml
78 index 5d88b4c19ad..3a4dc30dbda 100644
79 --- a/dev-perl/Log-Any/metadata.xml
80 +++ b/dev-perl/Log-Any/metadata.xml
81 @@ -9,8 +9,18 @@
82 <remote-id type="cpan">Log-Any</remote-id>
83 <remote-id type="cpan-module">Log::Any</remote-id>
84 <remote-id type="cpan-module">Log::Any::Adapter</remote-id>
85 + <remote-id type="cpan-module">Log::Any::Adapter::Base</remote-id>
86 + <remote-id type="cpan-module">Log::Any::Adapter::File</remote-id>
87 <remote-id type="cpan-module">Log::Any::Adapter::Null</remote-id>
88 + <remote-id type="cpan-module">Log::Any::Adapter::Stderr</remote-id>
89 + <remote-id type="cpan-module">Log::Any::Adapter::Stdout</remote-id>
90 + <remote-id type="cpan-module">Log::Any::Adapter::Syslog</remote-id>
91 <remote-id type="cpan-module">Log::Any::Adapter::Test</remote-id>
92 + <remote-id type="cpan-module">Log::Any::Adapter::Util</remote-id>
93 + <remote-id type="cpan-module">Log::Any::Manager</remote-id>
94 + <remote-id type="cpan-module">Log::Any::Proxy</remote-id>
95 + <remote-id type="cpan-module">Log::Any::Proxy::Null</remote-id>
96 + <remote-id type="cpan-module">Log::Any::Proxy::Test</remote-id>
97 <remote-id type="cpan-module">Log::Any::Test</remote-id>
98 </upstream>
99 </pkgmetadata>