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/Pod-Elemental/
Date: Thu,  7 Feb 2013 15:06:20 +0000 (UTC)	[thread overview]
Message-ID: <1360249013.ed52f61bacce213ff9c0a4b97929428345ffc2ff.kent@gentoo> (raw)

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

[fixdep] Pod-Elemental -> Moose ( normalize )

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

---
 dev-perl/Pod-Elemental/ChangeLog                   |    7 ++++++-
 .../Pod-Elemental-0.102.360-r1.ebuild              |    4 ++--
 .../Pod-Elemental-0.102.361-r1.ebuild              |    4 ++--
 .../Pod-Elemental/Pod-Elemental-0.102.362.ebuild   |    4 ++--
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Pod-Elemental/ChangeLog b/dev-perl/Pod-Elemental/ChangeLog
index 208d20f..1929004 100644
--- a/dev-perl/Pod-Elemental/ChangeLog
+++ b/dev-perl/Pod-Elemental/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Pod-Elemental
-# 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>
+  Pod-Elemental-0.102.360-r1.ebuild, Pod-Elemental-0.102.361-r1.ebuild,
+  Pod-Elemental-0.102.362.ebuild:
+  Fix dependency on Moose ( normalize )
+
 *Pod-Elemental-0.102.362 (07 May 2012)
 
   07 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
index 2d9d56c..7a641d0 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.360-r1.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: $
 
@@ -17,7 +17,7 @@ IUSE=""
 COMMON_DEPEND="
 	virtual/perl-Encode
 	dev-perl/Mixin-Linewise
-	>=dev-perl/Moose-0.90
+	>=dev-perl/Moose-0.900.0
 	>=dev-perl/Moose-Autobox-0.100.0
 	dev-perl/MooseX-Types
 	>=dev-perl/Pod-Eventual-0.4.0

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
index 33fa68a..37110cb 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.361-r1.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: $
 
@@ -28,7 +28,7 @@ COMMON_DEPEND="
 	>=dev-perl/Moose-Autobox-0.100.0
 
 	$(comment Moose::Role 0.90)
-	>=dev-perl/Moose-0.900
+	>=dev-perl/Moose-0.900.0
 
 	$(comment Moose::Util::TypeConstraints)
 	dev-perl/Moose

diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
index 23faa1b..a39f33b 100644
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.ebuild
+++ b/dev-perl/Pod-Elemental/Pod-Elemental-0.102.362.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
@@ -25,7 +25,7 @@ perl_meta_runtime() {
 	# Moose::Autobox 0.10 ( 0.100.0 )
 	echo \>=dev-perl/Moose-Autobox-0.100.0
 	# Moose::Role 0.90 ( 0.900.0 )
-	echo \>=dev-perl/Moose-0.900
+	echo \>=dev-perl/Moose-0.900.0
 	# Moose::Util::TypeConstraints
 	echo dev-perl/Moose
 	# MooseX::Types


             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 --
2017-09-14 23:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Pod-Elemental/ Kent Fredric
2015-06-15 23:46 Kent Fredric
2015-06-09 10:13 Kent Fredric
2012-05-07  5:19 Kent Fredric
2011-12-05 22:55 Kent Fredric
2011-08-27 10:04 Kent Fredric
2011-05-29 17:46 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=1360249013.ed52f61bacce213ff9c0a4b97929428345ffc2ff.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