public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Log4perl/
Date: Thu, 17 Nov 2016 05:35:47 +0000 (UTC)	[thread overview]
Message-ID: <1479360925.e2254b7d738dbf58b145f8f6884f69c982ad579e.kentnl@gentoo> (raw)

commit:     e2254b7d738dbf58b145f8f6884f69c982ad579e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 05:35:06 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 05:35:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2254b7d

dev-perl/Log-Log4perl: Bump to version 1.480.0

- Added USE=examples

Upstream:
- Fixed issue with Semaphores in Synchronized logger
- header_text now works with syswrite
- Code reflowed slightly to avoid issues when checked into CVS

Package-Manager: portage-2.3.2

 dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild | 27 +++++++++++++++++++++++
 dev-perl/Log-Log4perl/Manifest                    |  1 +
 dev-perl/Log-Log4perl/metadata.xml                |  1 +
 3 files changed, 29 insertions(+)

diff --git a/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild b/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
new file mode 100644
index 00000000..2f53204
--- /dev/null
+++ b/dev-perl/Log-Log4perl/Log-Log4perl-1.480.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=1.48
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Log4j implementation for Perl"
+HOMEPAGE="http://log4perl.sourceforge.net/"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-File-Path-2.60.600
+	>=virtual/perl-File-Spec-0.820.0
+	virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.450.0 )
+"

diff --git a/dev-perl/Log-Log4perl/Manifest b/dev-perl/Log-Log4perl/Manifest
index 9a0689e..bc1484b 100644
--- a/dev-perl/Log-Log4perl/Manifest
+++ b/dev-perl/Log-Log4perl/Manifest
@@ -1,2 +1,3 @@
 DIST Log-Log4perl-1.46.tar.gz 278058 SHA256 31011a17c04e78016e73eaa4865d0481d2ffc3dc22813c61065d90ad73c64e6f SHA512 f8e9b75eb8a3d0076069b370ab2ec455a9425fa7056e40ba2ba3d3a423489d650e1a28fd5d5e7bca57511a63f6a9dc2b438dacb10b028a955ecc3516fcf3ae45 WHIRLPOOL 32c1a63ae6f574ef96d672a503233cb24a3937a6468ed5f06ba659bf06a6ded620f63606294b9db18c034dab172176d5b32058152404d1641878dc7b41e981f8
 DIST Log-Log4perl-1.47.tar.gz 278780 SHA256 9001dded011226538b9a50c7856815bb0dba72a1e6218fdcaba56f651356b96f SHA512 f0630cdb22586a9ab85d9ed900a9becb74a15376155f334efdf19bd0eeba00fe76820d6cef74550263c55dc2773504ac0ac8e94b5f287da739e8fbad18a6a5a6 WHIRLPOOL ef56d110ffec35b4021372cea07c0d4224221a0d33706006c3c9bf53d88626185b3e20c5d02d3931c9d29606d40e3df8e47685a35d1eb3b9a42284d7be7fce6c
+DIST Log-Log4perl-1.48.tar.gz 279197 SHA256 cf6e9fc1f9183fabbe540d84f603c6541458034092b7c53e41008093db62dc98 SHA512 d19a19b26fbe396e9599b27d7ebc41a80abc6b392e85f348df9b6fc8e830405e34e72fb6602dd07a7145d858368244daf35184163022721c687ae0b2d5901639 WHIRLPOOL c25bbfe9db303134f5d6a24b59e1a76967261dcd07fe4ede43ad9d31b55ce27acc18b6d07911d71a3a047d9c3d96897655a5cf555e1343256e6f2810e6bf2d45

diff --git a/dev-perl/Log-Log4perl/metadata.xml b/dev-perl/Log-Log4perl/metadata.xml
index d5250a6..72cfac7 100644
--- a/dev-perl/Log-Log4perl/metadata.xml
+++ b/dev-perl/Log-Log4perl/metadata.xml
@@ -33,6 +33,7 @@
     <remote-id type="cpan-module">Log::Log4perl::Filter::Boolean</remote-id>
     <remote-id type="cpan-module">Log::Log4perl::Filter::LevelMatch</remote-id>
     <remote-id type="cpan-module">Log::Log4perl::Filter::LevelRange</remote-id>
+    <remote-id type="cpan-module">Log::Log4perl::Filter::MDC</remote-id>
     <remote-id type="cpan-module">Log::Log4perl::Filter::StringMatch</remote-id>
     <remote-id type="cpan-module">Log::Log4perl::InternalDebug</remote-id>
     <remote-id type="cpan-module">Log::Log4perl::JavaMap</remote-id>


             reply	other threads:[~2016-11-17  5:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17  5:35 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Log-Log4perl/ Ionen Wolkens
2024-06-15  6:18 Viorel Munteanu
2024-05-28 18:23 Arthur Zamarin
2023-06-17 22:47 Andreas K. Hüttel
2023-06-11 15:37 Sam James
2022-11-15  4:37 Sam James
2021-11-10 20:02 Andreas K. Hüttel
2021-10-26  1:21 Yixun Lan
2021-07-31 13:07 Agostino Sarubbo
2021-07-31 13:04 Agostino Sarubbo
2021-07-31 13:01 Agostino Sarubbo
2021-07-30 22:36 Sam James
2021-07-30 15:10 Agostino Sarubbo
2021-06-26 21:47 Andreas K. Hüttel
2018-06-26 14:03 Tobias Klausmann
2018-06-10  5:09 Kent Fredric
2018-04-02 18:06 Mart Raudsepp
2017-04-01 16:06 Agostino Sarubbo
2017-03-29  8:38 Michael Weber
2017-03-24 22:11 Andreas Hüttel
2017-03-23 11:21 Andreas Hüttel
2017-03-20 22:56 Kent Fredric
2017-01-26 14:04 Tobias Klausmann
2016-03-26 20:06 Andreas Hüttel
2016-03-26 15:21 Agostino Sarubbo
2016-03-22 20:34 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479360925.e2254b7d738dbf58b145f8f6884f69c982ad579e.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox