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/Dist-Zilla/
Date: Thu, 10 Mar 2011 22:20:45 +0000 (UTC)	[thread overview]
Message-ID: <63cb9aee186469166acf69a62305a5a5029dc6ce.kent@gentoo> (raw)

commit:     63cb9aee186469166acf69a62305a5a5029dc6ce
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 20:31:05 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 20:31:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63cb9aee

[fixdep] Dist-Zilla -> autobox

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Dist-Zilla/ChangeLog                    |    6 ++++++
 dev-perl/Dist-Zilla/Dist-Zilla-4.102.346.ebuild  |    2 +-
 dev-perl/Dist-Zilla/Dist-Zilla-4.200.1.ebuild    |    2 +-
 dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild |    2 +-
 dev-perl/Dist-Zilla/Dist-Zilla-4.200.4.ebuild    |    2 +-
 dev-perl/Dist-Zilla/Dist-Zilla-4.200.ebuild      |    2 +-
 6 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Dist-Zilla/ChangeLog b/dev-perl/Dist-Zilla/ChangeLog
index 36e1c31..113ffcb 100644
--- a/dev-perl/Dist-Zilla/ChangeLog
+++ b/dev-perl/Dist-Zilla/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  Dist-Zilla-4.102.346.ebuild, Dist-Zilla-4.200.ebuild,
+  Dist-Zilla-4.200.1.ebuild, Dist-Zilla-4.200.3-r1.ebuild,
+  Dist-Zilla-4.200.4.ebuild:
+  Fixdep autobox
+
   06 Mar 2011; Torsten Veller <tove@gentoo.org> Dist-Zilla-4.102.346.ebuild,
   Dist-Zilla-4.200.ebuild:
   [fix] Version-Requirements and CPAN-Meta are core modules. Change version

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.102.346.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.102.346.ebuild
index dd57b92..4f0c19a 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-4.102.346.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.102.346.ebuild
@@ -63,7 +63,7 @@ COMMON_DEPEND="
 	>=virtual/perl-Version-Requirements-0.100.630
 	dev-perl/YAML-Tiny
 
-	>=dev-perl/autobox-2.53
+	>=dev-perl/autobox-2.530.0
 	dev-perl/autodie
 	dev-perl/namespace-autoclean
 	virtual/perl-parent

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.1.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.1.ebuild
index edbc9ae..b0fdf85 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.1.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.1.ebuild
@@ -90,7 +90,7 @@ depend text-template # text-template
 depend Try-Tiny
 depend-virtual Version-Requirements 0.100.630
 depend YAML-Tiny
-depend autobox 2.53
+depend autobox 2.530.0
 depend autodie
 depend namespace-autoclean
 depend-virtual parent

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
index a32633a..c45d5f6 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
@@ -90,7 +90,7 @@ depend text-template # text-template
 depend Try-Tiny
 depend-virtual Version-Requirements 0.100.630
 depend YAML-Tiny
-depend autobox 2.53
+depend autobox 2.530.0
 depend autodie
 depend namespace-autoclean
 depend-virtual parent

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.4.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.4.ebuild
index 8c19abb..5c87ac5 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.4.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.4.ebuild
@@ -90,7 +90,7 @@ depend text-template # text-template
 depend Try-Tiny
 depend-virtual Version-Requirements 0.100.630
 depend YAML-Tiny
-depend autobox 2.53
+depend autobox 2.530.0
 depend autodie
 depend namespace-autoclean
 depend-virtual parent

diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.ebuild
index 2f2c187..0e92b61 100644
--- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.ebuild
+++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.ebuild
@@ -63,7 +63,7 @@ COMMON_DEPEND="
 	>=virtual/perl-Version-Requirements-0.100.630
 	dev-perl/YAML-Tiny
 
-	>=dev-perl/autobox-2.53
+	>=dev-perl/autobox-2.530.0
 	dev-perl/autodie
 	dev-perl/namespace-autoclean
 	virtual/perl-parent



             reply	other threads:[~2011-03-10 22:22 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 22:20 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-04 20:19 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla/ Kent Fredric
2014-10-04 20:19 Kent Fredric
2013-10-13 11:49 Kent Fredric
2013-10-11  4:52 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-02-08 10:36 Kent Fredric
2012-11-04 15:17 Kent Fredric
2012-10-27 14:04 Kent Fredric
2012-09-15 23:19 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-08-01  6:43 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-06-08 20:39 Kent Fredric
2012-06-08 18:42 Kent Fredric
2012-05-07  5:19 Kent Fredric
2012-04-28 10:40 Kent Fredric
2012-04-06 20:43 Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-02-23  7:05 Kent Fredric
2012-02-16  8:41 Kent Fredric
2012-02-08 13:55 Kent Fredric
2011-12-08  9:30 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-09-23  8:27 Kent Fredric
2011-08-27  8:39 Kent Fredric
2011-08-26 16:03 Kent Fredric
2011-07-23 20:47 Kent Fredric
2011-07-16  5:40 Kent Fredric
2011-07-15  7:11 Kent Fredric
2011-06-29  1:24 Kent Fredric
2011-06-03 19:29 Torsten Veller
2011-05-29 17:46 Torsten Veller
2011-05-24  8:11 Kent Fredric
2011-05-05 18:16 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-05  9:50 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-05-05  8:43 Kent Fredric
2011-04-23 14:45 Kent Fredric
2011-04-01 12:34 Torsten Veller
2011-03-18  3:09 Kent Fredric
2011-03-06  7:51 Torsten Veller
2011-02-19  8:25 Torsten Veller
2011-02-12  3:33 Kent Fredric
2011-02-10 22:51 Kent Fredric
2011-02-09  9:39 Kent Fredric
2011-02-09  7:22 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=63cb9aee186469166acf69a62305a5a5029dc6ce.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