From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1219D1381F3 for ; Fri, 3 May 2013 04:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C6CAE096B; Fri, 3 May 2013 04:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6ADFE0968 for ; Fri, 3 May 2013 04:12:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF63533DF22 for ; Fri, 3 May 2013 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 17AE7E48CB for ; Fri, 3 May 2013 04:12:02 +0000 (UTC) From: "Kent Fredric" 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" Message-ID: <1367553715.e20d63ad12b718ff31558769db64f5a59524d985.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Session-Store-File/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-Session-Store-File/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: e20d63ad12b718ff31558769db64f5a59524d985 X-VCS-Branch: master Date: Fri, 3 May 2013 04:12:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e907476d-700e-424b-8722-2f67a2e0f16a X-Archives-Hash: 5aec8998a7f15213cfff9a29cfa1c46d commit: e20d63ad12b718ff31558769db64f5a59524d985 Author: Kent Fredric gmail com> AuthorDate: Fri May 3 04:01:55 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri May 3 04:01:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e20d63ad [fixdep] dev-perl/Catalyst-Plugin-Session-Store-File -> Class-Data-Inheritable ( normalize ) Package-Manager: portage-2.2.0_alpha173 Manifest-Sign-Key: ECD2C675C102CDA4 --- ...talyst-Plugin-Session-Store-File-0.180.0.ebuild | 2 +- .../Catalyst-Plugin-Session-Store-File/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild index 6069b92..5900ba6 100644 --- a/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild +++ b/dev-perl/Catalyst-Plugin-Session-Store-File/Catalyst-Plugin-Session-Store-File-0.180.0.ebuild @@ -15,7 +15,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" RDEPEND=" - >=dev-perl/Class-Data-Inheritable-0.04 + >=dev-perl/Class-Data-Inheritable-0.40.0 >=dev-perl/Catalyst-Runtime-5.700.0 >=dev-perl/Cache-Cache-1.02 >=dev-perl/Catalyst-Plugin-Session-0.270.0 diff --git a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog index 8717c28..d701335 100644 --- a/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog +++ b/dev-perl/Catalyst-Plugin-Session-Store-File/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 May 2013; Kent Fredric + Catalyst-Plugin-Session-Store-File-0.180.0.ebuild: + Fix dependency on Class-Data-Inheritable ( normalize ) + 28 Apr 2013; Kent Fredric Catalyst-Plugin-Session-Store-File-0.180.0.ebuild: Fix dependency on MRO-Compat ( normalize )