mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Log-Any: Bump to version 1.49.0
Upstream: - Suppress redundant argument warnings when too many arguments are passed to a log formatter - New default null proxy for when no adapters are configured. - Logging methods now return formatted string - Default adapters now configurable with arguments - Objects with stringification overloads now stringified instead of dumped - Can now specify any name for imported log object - Syslog adapter added to dist - Log level aliases now case insensitive - Invalid log levels now result in warnings Package-Manager: Portage-2.3.4, Repoman-2.3.2
This commit is contained in:
32
dev-perl/Log-Any/Log-Any-1.49.0.ebuild
Normal file
32
dev-perl/Log-Any/Log-Any-1.49.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=PREACTION
|
||||
DIST_VERSION=1.049
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Bringing loggers and listeners together"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="test minimal"
|
||||
|
||||
# Test::Builder needed for Log/Any/Adapter/Test.pm
|
||||
# constant -> perl
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Data-Dumper
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-IO
|
||||
virtual/perl-Sys-Syslog
|
||||
virtual/perl-Test-Simple
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
!minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
|
||||
virtual/perl-File-Spec
|
||||
)
|
||||
"
|
||||
@@ -1 +1,2 @@
|
||||
DIST Log-Any-1.038.tar.gz 41707 SHA256 09a07da9b797efa114096e2ea26287d19f22cfae5ac4d135c1be7ab5da94e220 SHA512 36c8370d3924ee9cc85f2be5fe9d8212e7148b98392df90ef8e5566aedf12050115029434d9d969c1582c43a755fb540268dce73390ea53e8918f2901e25e62e WHIRLPOOL 055df7a42d7424eca9162da656b65c0f37cf16c3c355836aefcaf0357afdf2450f63b500db350a86facae291fa9c00314b5d5681e12a35818713dcbf624282c3
|
||||
DIST Log-Any-1.049.tar.gz 44718 SHA256 0db8f84eaefea734d31fdb3e285188523fe9ce0e8ba0870757231437c6d4f8bf SHA512 9a6363c7fa8c187deb1c9008411150d3c6a723e17c51cfd957127b2f33246ce680bcea47eae15e856358e643ea8bd8c923a540503b733c421d94f9fdca340f7b WHIRLPOOL 922e946656585e34739d8e01979f8c09c018953de4e37d6e45f6f342dcc13ed9d989d58a3dfd9f0526fcb6b6ca7d88ed3f4ec1257b975db121101a7730c8b6a5
|
||||
|
||||
@@ -9,8 +9,18 @@
|
||||
<remote-id type="cpan">Log-Any</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Base</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::File</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Null</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Stderr</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Stdout</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Syslog</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Test</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Adapter::Util</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Manager</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Proxy</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Proxy::Null</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Proxy::Test</remote-id>
|
||||
<remote-id type="cpan-module">Log::Any::Test</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user