From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ROsKo-0003sr-Bh for garchives@archives.gentoo.org; Fri, 11 Nov 2011 14:44:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3BAA21C0CD; Fri, 11 Nov 2011 14:38:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A162A21C0CD for ; Fri, 11 Nov 2011 14:38:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F13101B4057 for ; Fri, 11 Nov 2011 14:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6A4608005B for ; Fri, 11 Nov 2011 14:38:27 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-ErrorCatcher/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Plugin-ErrorCatcher/Catalyst-Plugin-ErrorCatcher-0.0.7.ebuild dev-perl/Catalyst-Plugin-ErrorCatcher/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Plugin-ErrorCatcher/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a740de56df52894e819ae6fa0e79f423a9ba53a6 Date: Fri, 11 Nov 2011 14:38:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2063856a-da94-4073-941d-09fdbad5491f X-Archives-Hash: 9b7668a0746a4519aa7e82c0973bcf1a commit: a740de56df52894e819ae6fa0e79f423a9ba53a6 Author: Kent Fredric gmail com> AuthorDate: Fri Nov 11 14:16:19 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Nov 11 14:16:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Da740de56 [fixdep] Catalyst-Plugin-ErrorCatcher -> Catalyst-Runtime (Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../Catalyst-Plugin-ErrorCatcher-0.0.7.ebuild | 4 ++-- dev-perl/Catalyst-Plugin-ErrorCatcher/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-perl/Catalyst-Plugin-ErrorCatcher/Catalyst-Plugin-ErrorC= atcher-0.0.7.ebuild b/dev-perl/Catalyst-Plugin-ErrorCatcher/Catalyst-Plug= in-ErrorCatcher-0.0.7.ebuild index 82b24a8..b80e415 100644 --- a/dev-perl/Catalyst-Plugin-ErrorCatcher/Catalyst-Plugin-ErrorCatcher-= 0.0.7.ebuild +++ b/dev-perl/Catalyst-Plugin-ErrorCatcher/Catalyst-Plugin-ErrorCatcher-= 0.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -16,7 +16,7 @@ SRC_TEST=3D"do" =20 IUSE=3D"test" RDEPEND=3D" - >=3Ddev-perl/Catalyst-Runtime-5.710.010 + >=3Ddev-perl/Catalyst-Runtime-5.710.10 dev-perl/Class-Data-Accessor virtual/perl-IO dev-perl/MRO-Compat diff --git a/dev-perl/Catalyst-Plugin-ErrorCatcher/ChangeLog b/dev-perl/C= atalyst-Plugin-ErrorCatcher/ChangeLog index a9961d8..d54cb86 100644 --- a/dev-perl/Catalyst-Plugin-ErrorCatcher/ChangeLog +++ b/dev-perl/Catalyst-Plugin-ErrorCatcher/ChangeLog @@ -6,6 +6,10 @@ Catalyst-Plugin-ErrorCatcher-0.0.8.9: Tweak deps ( rebased versionbump ) =20 + 11 Nov 2011; Kent Fredric + Catalyst-Plugin-ErrorCatcher-0.0.7.ebuild: + Fixdep Catalyst-Runtime + 31 Oct 2011; Kent Fredric Catalyst-Plugin-ErrorCatcher-0.0.8.7.ebuild, Catalyst-Plugin-ErrorCatcher-0.0.8.8.ebuild,