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/MooseX-NonMoose/
Date: Thu,  7 Feb 2013 13:55:05 +0000 (UTC)	[thread overview]
Message-ID: <1360239828.a6ae7b047e22322886c823c0a7624cd0eadcd8ce.kent@gentoo> (raw)

commit:     a6ae7b047e22322886c823c0a7624cd0eadcd8ce
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb  7 12:23:48 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb  7 12:23:48 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a6ae7b04

[fixdep] MooseX-NonMoose -> Moose ( normalize )

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/MooseX-NonMoose/ChangeLog                 |    7 ++++++-
 .../MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild |    4 ++--
 .../MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild |    4 ++--
 .../MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild |    4 ++--
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-perl/MooseX-NonMoose/ChangeLog b/dev-perl/MooseX-NonMoose/ChangeLog
index 3473db8..86f0012 100644
--- a/dev-perl/MooseX-NonMoose/ChangeLog
+++ b/dev-perl/MooseX-NonMoose/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/MooseX-NonMoose
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  MooseX-NonMoose-0.180.0.ebuild, MooseX-NonMoose-0.190.0.ebuild,
+  MooseX-NonMoose-0.200.0.ebuild:
+  Fix dependency on Moose ( normalize )
+
   08 Apr 2012; Kent Fredric <kentfredric@gmail.com>
   -MooseX-NonMoose-0.50.0.ebuild, -MooseX-NonMoose-0.70.0.ebuild,
   -MooseX-NonMoose-0.80.0.ebuild, -MooseX-NonMoose-0.90.0.ebuild,

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild
index 0d0e829..e2c6063 100644
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild
+++ b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 COMMON_DEPEND="
-	>=dev-perl/Moose-1.15
+	>=dev-perl/Moose-1.150
 	dev-perl/List-MoreUtils
 "
 DEPEND="

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild
index 2ceb5a5..755f68b 100644
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild
+++ b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 COMMON_DEPEND="
-	>=dev-perl/Moose-1.15
+	>=dev-perl/Moose-1.150
 	dev-perl/List-MoreUtils
 "
 DEPEND="

diff --git a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild
index 1659e99..016919c 100644
--- a/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild
+++ b/dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 COMMON_DEPEND="
-	>=dev-perl/Moose-1.15
+	>=dev-perl/Moose-1.150
 	dev-perl/List-MoreUtils
 "
 DEPEND="


             reply	other threads:[~2013-02-07 13:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 13:55 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-08 14:00 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-NonMoose/ Kent Fredric
2012-04-08 10:51 Kent Fredric
2011-05-14  6:40 Torsten Veller
2011-05-08 16:10 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-05-06  7:21 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2011-03-23  6:19 Kent Fredric
2011-03-23  6:19 Kent Fredric
2011-03-04 12:40 Torsten Veller
2011-02-11 17:28 Kent Fredric

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=1360239828.a6ae7b047e22322886c823c0a7624cd0eadcd8ce.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