From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-728679-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 470511393DD
	for <garchives@archives.gentoo.org>; Wed, 27 Aug 2014 00:55:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D7F60E08C9;
	Wed, 27 Aug 2014 00:55:53 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 52F0BE08C6
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Aug 2014 00:55:53 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2334733FF01
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Aug 2014 00:55:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BED5C3F03
	for <gentoo-commits@lists.gentoo.org>; Wed, 27 Aug 2014 00:55:50 +0000 (UTC)
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentfredric@gmail.com>
Message-ID: <1409100879.9cd6ba092bc6e68ffbda410e6bd9c76eeda5219f.kent@gentoo>
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
X-VCS-Repository: proj/perl-overlay
X-VCS-Files: dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
X-VCS-Directories: dev-perl/Catalyst-Plugin-Log-Dispatch/
X-VCS-Committer: kent
X-VCS-Committer-Name: Kent Fredric
X-VCS-Revision: 9cd6ba092bc6e68ffbda410e6bd9c76eeda5219f
X-VCS-Branch: master
Date: Wed, 27 Aug 2014 00:55:50 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 961bb3c8-e6d3-4944-80f0-1a56b7a59cb2
X-Archives-Hash: 6f6ce064f60e47fa804e605dd354d90b

commit:     9cd6ba092bc6e68ffbda410e6bd9c76eeda5219f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 00:54:39 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 00:54:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9cd6ba09

[fixup] dev-perl/Catalyst-Plugin-Log-Dispatch EAPI5, misc test and dep fixes

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild                | 10 ++++++----
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog                |  4 ++++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
index a164e5e..f147b07 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_AUTHOR=SHOT
 MODULE_VERSION=0.121
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	>=dev-perl/log-dispatch-2.13
-	dev-perl/Log-Dispatch-Config
+	>=dev-perl/log-dispatch-2.130.0
 	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
@@ -25,4 +24,7 @@ DEPEND="
 	${RDEPEND}
 	virtual/perl-Module-Build
 "
+PERL_RM_FILES=(
+	t/pod.t
+)
 SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index 4cc310b..99af9e8 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -3,6 +3,10 @@
 # $Header: $
 
   27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
+  EAPI5, misc test and dep fixes
+
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
   -Catalyst-Plugin-Log-Dispatch-0.11.ebuild,
   -Catalyst-Plugin-Log-Dispatch-0.12.ebuild: