commit: d2f6891056945777d48d49f20e67cee8c881800b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 09:05:01 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 09:08:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f68910
dev-perl/Log-Dispatch: Bump to 2.580.0
Upstream:
- Guard against $@ $! and $? being unintentionally changed
- Added remove_callback method(s)
Keywording:
- Dropped ppc due to new dependency, dev-perl/Test-Needs
Package-Manager: portage-2.3.2
dev-perl/Log-Dispatch/Log-Dispatch-2.580.0.ebuild | 45 +++++++++++++++++++++++
dev-perl/Log-Dispatch/Manifest | 1 +
dev-perl/Log-Dispatch/metadata.xml | 2 +
3 files changed, 48 insertions(+)
diff --git a/dev-perl/Log-Dispatch/Log-Dispatch-2.580.0.ebuild
b/dev-perl/Log-Dispatch/Log-Dispatch-2.580.0.ebuild
new file mode 100644
index 00000000..906d5d1
--- /dev/null
+++ b/dev-perl/Log-Dispatch/Log-Dispatch-2.580.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=2.58
+inherit perl-module
+
+DESCRIPTION="Dispatches messages to one or more outputs"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+PERL_RM_FILES=(
+ "t/email-exit.t"
+)
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Devel-GlobalDestruction
+ >=dev-perl/Dist-CheckConflicts-0.20.0
+ virtual/perl-Encode
+ virtual/perl-Exporter
+ virtual/perl-IO
+ dev-perl/Module-Runtime
+ >=dev-perl/Params-Validate-1.30.0
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Sys-Syslog-0.280.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Data-Dumper
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-Getopt-Long
+ dev-perl/IPC-Run3
+ dev-perl/Test-Fatal
+ dev-perl/Test-Needs
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Log-Dispatch/Manifest b/dev-perl/Log-Dispatch/Manifest
index 86b23be..a213b82 100644
--- a/dev-perl/Log-Dispatch/Manifest
+++ b/dev-perl/Log-Dispatch/Manifest
@@ -1 +1,2 @@
DIST Log-Dispatch-2.54.tar.gz 59316 SHA256
7c365b8cdd2712cb642421773665d67a0a190cc6b44d19b804671c7631193f81 SHA512
67dd4bf15899fa441ecd725305b443873c77fcf8eeff44e53408637f81dc14c3375bdf52514214c111d1692a7087efb929ecdc411771dd413fef10bb034dc45b
WHIRLPOOL
fb0a86477f31e27db217e238fe9b27f923e1cfef71861969093e6bdd55b1bfb9acb5ac01a2372b771257311d85ad3ab82d668baeffe3150efb33a5f2690966e6
+DIST Log-Dispatch-2.58.tar.gz 63916 SHA256
34acff8fb4d61e963b45362c5222b4ca02838c8702c2a0d6f1118cbb634dfbab SHA512
6f086d2a95c75cb59d269f11528d8062e6a0b8ab23a9c5e4970ddadb018227e4fa7c6f9aa17f45ddceb59ead5fa0bb26a4bbfb56c7de935a870830ababeaaa5f
WHIRLPOOL
c9b9a0b1bff8fa274aa719da2e6d5bbf474ab82c128d1418234b6db1bc720a00ee75a32bce85ed7717d51f8f03ddaa17d4e00406fdcaebb3629979f7fe5871d6
diff --git a/dev-perl/Log-Dispatch/metadata.xml
b/dev-perl/Log-Dispatch/metadata.xml
index 9dff1d1..d1e9e85 100644
--- a/dev-perl/Log-Dispatch/metadata.xml
+++ b/dev-perl/Log-Dispatch/metadata.xml
@@ -10,6 +10,7 @@
<remote-id type="cpan-module">Log::Dispatch</remote-id>
<remote-id type="cpan-module">Log::Dispatch::ApacheLog</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Base</remote-id>
+ <remote-id type="cpan-module">Log::Dispatch::Code</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Email</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Email::MIMELite</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Email::MailSend</remote-id>
@@ -22,5 +23,6 @@
<remote-id type="cpan-module">Log::Dispatch::Output</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Screen</remote-id>
<remote-id type="cpan-module">Log::Dispatch::Syslog</remote-id>
+ <remote-id type="cpan-module">Log::Dispatch::Vars</remote-id>
</upstream>
</pkgmetadata>