commit:     91ddb160174ce370fb39765845a545935a64fcb0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 04:03:18 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 23:54:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ddb160

dev-perl/Log-Any: Bump to version 1.701.0

Upstream:
- Add structured logging to log hashrefs in parseable format
- Add contextual logging support for context tagging
- LOG_ANY_DEFAULT_ADAPTER now logs to the given adapter instead of Null
- Fix method aliases ::Syslog that were mapped to wrong/invalid
  priorities

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Log-Any/Log-Any-1.701.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 dev-perl/Log-Any/Manifest               |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Log-Any/Log-Any-1.701.0.ebuild 
b/dev-perl/Log-Any/Log-Any-1.701.0.ebuild
new file mode 100644
index 00000000000..cc5823ce817
--- /dev/null
+++ b/dev-perl/Log-Any/Log-Any-1.701.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=PREACTION
+DIST_VERSION=1.701
+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-Storable
+       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 65b722f20fc..9bea9568c1b 100644
--- a/dev-perl/Log-Any/Manifest
+++ b/dev-perl/Log-Any/Manifest
@@ -1,2 +1,3 @@
 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
+DIST Log-Any-1.701.tar.gz 49026 SHA256 
385b2c0f42bdaab02ca95af29538a7c3ccb4c7f67359d5a842fd14675a80c4aa SHA512 
cb66cf36d0bd15fee8e397f3e9f916875cfff485d2177832be9a36fbdf88fda963c658f3317182acd5fcaa88fa14c46b8d5d05d7bd7572b35f81a6eba10dddf3
 WHIRLPOOL 
8dea04c3489d68bdb0af878a7e302a753a79826322612fe415a7b9d506a289a60e3d857ffdef6e4a02d96ff6c3c0666b96c02f95266e937c4579fd1595154c61

Reply via email to