commit:     778077b9412e4b7701fe59c72da3f5215106ac8d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 22:27:58 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 22:28:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778077b9

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

 dev-perl/Log-Any/Log-Any-1.49.0.ebuild | 32 ++++++++++++++++++++++++++++++++
 dev-perl/Log-Any/Manifest              |  1 +
 dev-perl/Log-Any/metadata.xml          | 10 ++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/Log-Any/Log-Any-1.49.0.ebuild 
b/dev-perl/Log-Any/Log-Any-1.49.0.ebuild
new file mode 100644
index 00000000000..bd3a7e79366
--- /dev/null
+++ b/dev-perl/Log-Any/Log-Any-1.49.0.ebuild
@@ -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
+       )
+"

diff --git a/dev-perl/Log-Any/Manifest b/dev-perl/Log-Any/Manifest
index 863218d591e..65b722f20fc 100644
--- a/dev-perl/Log-Any/Manifest
+++ b/dev-perl/Log-Any/Manifest
@@ -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

diff --git a/dev-perl/Log-Any/metadata.xml b/dev-perl/Log-Any/metadata.xml
index 5d88b4c19ad..3a4dc30dbda 100644
--- a/dev-perl/Log-Any/metadata.xml
+++ b/dev-perl/Log-Any/metadata.xml
@@ -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>

Reply via email to