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 1ROsHz-0003A7-Ck for garchives@archives.gentoo.org; Fri, 11 Nov 2011 14:41:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74DE21C0E8; Fri, 11 Nov 2011 14:38:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 63F1521C0C0 for ; Fri, 11 Nov 2011 14:38:29 +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 B65F41B4055 for ; Fri, 11 Nov 2011 14:38:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2CE0380043 for ; Fri, 11 Nov 2011 14:38:28 +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: <9a53330f7b54189e41fa033d56247832d2bd17a3.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild dev-perl/Catalyst-Model-File/ChangeLog X-VCS-Directories: dev-perl/Catalyst-Model-File/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9a53330f7b54189e41fa033d56247832d2bd17a3 Date: Fri, 11 Nov 2011 14:38:28 +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: acf5b182-2c53-4893-81ea-be8bd7a60881 X-Archives-Hash: 0cd8aa81290790a186690a2ce9ae8e0d commit: 9a53330f7b54189e41fa033d56247832d2bd17a3 Author: Kent Fredric gmail com> AuthorDate: Fri Nov 11 14:29:25 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Nov 11 14:29:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D9a53330f [fixdep] Catalyst-Model-File -> Catalyst-Runtime (Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../Catalyst-Model-File-0.07.ebuild | 4 ++-- .../Catalyst-Model-File-0.08.ebuild | 4 ++-- dev-perl/Catalyst-Model-File/ChangeLog | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild= b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild index 5e63d8c..209e2af 100644 --- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild +++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -13,7 +13,7 @@ KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"" DEPEND=3D" - >=3Ddev-perl/Catalyst-Runtime-5.690 + >=3Ddev-perl/Catalyst-Runtime-5.690.0 dev-perl/Catalyst-Component-InstancePerContext dev-perl/Path-Class " diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild= b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild index 87c0d04..757a9e4 100644 --- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild +++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.08.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -13,7 +13,7 @@ KEYWORDS=3D"~amd64 ~x86" =20 IUSE=3D"" DEPEND=3D" - >=3Ddev-perl/Catalyst-Runtime-5.690 + >=3Ddev-perl/Catalyst-Runtime-5.690.0 dev-perl/Catalyst-Component-InstancePerContext dev-perl/Path-Class dev-perl/MRO-Compat diff --git a/dev-perl/Catalyst-Model-File/ChangeLog b/dev-perl/Catalyst-M= odel-File/ChangeLog index 1f8667a..3b80f62 100644 --- a/dev-perl/Catalyst-Model-File/ChangeLog +++ b/dev-perl/Catalyst-Model-File/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Catalyst-Model-File -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 11 Nov 2011; Kent Fredric + Catalyst-Model-File-0.07.ebuild, Catalyst-Model-File-0.08.ebuild: + Fixdep Catalyst-Runtime + *Catalyst-Model-File-0.08 (11 Jul 2009) =20 11 Jul 2009; Michele Beltrame