From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A768F1388E2 for ; Thu, 7 Feb 2013 13:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7037521C010; Thu, 7 Feb 2013 13:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBBCF21C00F for ; Thu, 7 Feb 2013 13:55:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A68E33E09B for ; Thu, 7 Feb 2013 13:55:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28DAAE4095 for ; Thu, 7 Feb 2013 13:55:04 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1360237156.a9eaf1d71851da6e04b308d36d907c059c086f45.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-LazyRequire/ChangeLog dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild X-VCS-Directories: dev-perl/MooseX-LazyRequire/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a9eaf1d71851da6e04b308d36d907c059c086f45 X-VCS-Branch: master Date: Thu, 7 Feb 2013 13:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 376aa621-f1f7-4957-91ee-475dc7fa6c3a X-Archives-Hash: ef047d6cb7d3519fedaab1d742008d5b commit: a9eaf1d71851da6e04b308d36d907c059c086f45 Author: Kent Fredric gmail com> AuthorDate: Thu Feb 7 11:39:16 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Feb 7 11:39:16 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9eaf1d7 [fixdep] MooseX-LazyRequire -> Moose ( normalize ) Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/MooseX-LazyRequire/ChangeLog | 7 ++++++- .../MooseX-LazyRequire-0.60.0.ebuild | 4 ++-- .../MooseX-LazyRequire-0.70.0.ebuild | 4 ++-- .../MooseX-LazyRequire-0.80.0.ebuild | 4 ++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog index 11da817..dd8af65 100644 --- a/dev-perl/MooseX-LazyRequire/ChangeLog +++ b/dev-perl/MooseX-LazyRequire/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/MooseX-LazyRequire -# 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 + MooseX-LazyRequire-0.60.0.ebuild, MooseX-LazyRequire-0.70.0.ebuild, + MooseX-LazyRequire-0.80.0.ebuild: + Fix dependency on Moose ( normalize ) + *MooseX-LazyRequire-0.80.0 (25 Jul 2012) 25 Jul 2012; Kent Fredric diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild index f3a345f..bcc6898 100644 --- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.0.ebuild +++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.60.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: $ @@ -18,7 +18,7 @@ RDEPEND=" dev-perl/MooseX-Types dev-perl/namespace-autoclean >=dev-perl/aliased-0.300.0 - >=dev-perl/Moose-0.94 + >=dev-perl/Moose-0.940.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.31 diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild index 6d779b8..0646fa9 100644 --- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.70.0.ebuild +++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-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: $ @@ -18,7 +18,7 @@ RDEPEND=" dev-perl/MooseX-Types dev-perl/namespace-autoclean >=dev-perl/aliased-0.300.0 - >=dev-perl/Moose-0.940 + >=dev-perl/Moose-0.940.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.31 diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild index 67e95e8..bd4d8a3 100644 --- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.0.ebuild +++ b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.80.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 @@ -19,7 +19,7 @@ perl_meta_runtime() { # Carp # echo virtual/perl-Carp # Moose 0.94 ( 0.940.0 ) - echo \>=dev-perl/Moose-0.940 + echo \>=dev-perl/Moose-0.940.0 # Moose::Exporter echo dev-perl/Moose # Moose::Role