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-Types-ISO8601/
Date: Thu,  7 Feb 2013 15:06:19 +0000 (UTC)	[thread overview]
Message-ID: <1360248336.228bbfc6b95811d977ed49c66dff26ab9cc5ebd9.kent@gentoo> (raw)

commit:     228bbfc6b95811d977ed49c66dff26ab9cc5ebd9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb  7 14:45:36 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb  7 14:45:36 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=228bbfc6

[fixdep] MooseX-Types-ISO8601 -> Moose ( normalize )

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

---
 dev-perl/MooseX-Types-ISO8601/ChangeLog            |    7 ++++++-
 .../MooseX-Types-ISO8601-0.100.0.ebuild            |    4 ++--
 .../MooseX-Types-ISO8601-0.110.0.ebuild            |    4 ++--
 .../MooseX-Types-ISO8601-0.70.0.ebuild             |    4 ++--
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-perl/MooseX-Types-ISO8601/ChangeLog b/dev-perl/MooseX-Types-ISO8601/ChangeLog
index 69741b7..443ef3a 100644
--- a/dev-perl/MooseX-Types-ISO8601/ChangeLog
+++ b/dev-perl/MooseX-Types-ISO8601/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/MooseX-Types-ISO8601
-# 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-Types-ISO8601-0.70.0.ebuild, MooseX-Types-ISO8601-0.100.0.ebuild,
+  MooseX-Types-ISO8601-0.110.0.ebuild:
+  Fix dependency on Moose ( normalize )
+
 *MooseX-Types-ISO8601-0.120.0 (08 Aug 2012)
 
   08 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.100.0.ebuild b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.100.0.ebuild
index bbcb667..1c8062f 100644
--- a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.100.0.ebuild
+++ b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.100.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# List::MoreUtils
 	echo dev-perl/List-MoreUtils
 	# Moose 0.79 ( 0.790.0 )
-	echo \>=dev-perl/Moose-0.790
+	echo \>=dev-perl/Moose-0.790.0
 	# MooseX::Types 0.10 ( 0.100.0 )
 	echo \>=dev-perl/MooseX-Types-0.100.0
 	# MooseX::Types::DateTime 0.03 ( 0.30.0 )

diff --git a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.110.0.ebuild b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.110.0.ebuild
index 4b7dca6..c16cd03 100644
--- a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.110.0.ebuild
+++ b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.110.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -31,7 +31,7 @@ perl_meta_runtime() {
 	# List::MoreUtils
 	echo dev-perl/List-MoreUtils
 	# Moose 0.79 ( 0.790.0 )
-	echo \>=dev-perl/Moose-0.790
+	echo \>=dev-perl/Moose-0.790.0
 	# MooseX::Types 0.10 ( 0.100.0 )
 	echo \>=dev-perl/MooseX-Types-0.100.0
 	# MooseX::Types::DateTime 0.03 ( 0.30.0 )

diff --git a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.70.0.ebuild b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.70.0.ebuild
index 35c8a11..40b061e 100644
--- a/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.70.0.ebuild
+++ b/dev-perl/MooseX-Types-ISO8601/MooseX-Types-ISO8601-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -21,7 +21,7 @@ RDEPEND="
 	dev-perl/Try-Tiny
 	>=dev-perl/MooseX-Types-DateTime-0.03
 	>=dev-perl/DateTime-Format-Duration-1.30.0
-	>=dev-perl/Moose-0.79
+	>=dev-perl/Moose-0.790.0
 	>=dev-perl/MooseX-Types-0.10
 "
 DEPEND="${RDEPEND}


             reply	other threads:[~2013-02-07 15:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 15:06 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-23 22:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-Types-ISO8601/ Kent Fredric
2013-02-23 22:54 Kent Fredric
2012-08-08 10:32 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-05-27  2:30 Kent Fredric
2012-02-28 10:02 Kent Fredric
2011-05-28  6:12 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=1360248336.228bbfc6b95811d977ed49c66dff26ab9cc5ebd9.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