public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
Date: Fri, 11 Nov 2011 14:38:26 +0000 (UTC)	[thread overview]
Message-ID: <68a4d32a4dcb1bb8b463501a86d1af84e2736149.kent@gentoo> (raw)

commit:     68a4d32a4dcb1bb8b463501a86d1af84e2736149
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:09:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:09:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=68a4d32a

[fixdep] Catalyst-Plugin-Log-Dispatch -> Catalyst-Runtime

(Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 .../Catalyst-Plugin-Log-Dispatch-0.10.ebuild       |    4 ++--
 .../Catalyst-Plugin-Log-Dispatch-0.11.ebuild       |    4 ++--
 .../Catalyst-Plugin-Log-Dispatch-0.12.ebuild       |    2 +-
 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild    |    2 +-
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog    |    7 +++++++
 5 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
index a89fcbc..a9aefdf 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.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: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
index ccc9a79..745bd5a 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.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: $
 EAPI=2
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 "
 DEPEND="

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
index d2a6835..a229427 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
 "

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 926387f..a164e5e 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
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
 	dev-perl/Log-Dispatch-Config
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
 "

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index 07fcbd7..6fe53f4 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; 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,
+  Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Log-Dispatch-0.121.0 (27 Feb 2011)
 
   27 Feb 2011; Torsten Veller <tove@gentoo.org>



             reply	other threads:[~2011-11-11 14:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-11 14:38 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-07  0:31 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/ Kent Fredric
2014-08-27  0:55 Kent Fredric
2014-08-27  0:55 Kent Fredric
2011-02-27 19:11 Torsten Veller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=68a4d32a4dcb1bb8b463501a86d1af84e2736149.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox