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 171B71388E2 for ; Thu, 7 Feb 2013 13:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0718321C024; Thu, 7 Feb 2013 13:55:25 +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 4B1F721C01E for ; Thu, 7 Feb 2013 13:55:14 +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 0FB0433DBEB for ; Thu, 7 Feb 2013 13:55:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2F316E409E for ; Thu, 7 Feb 2013 13:55:05 +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: <1360239828.a6ae7b047e22322886c823c0a7624cd0eadcd8ce.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-NonMoose/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-NonMoose/ChangeLog dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.180.0.ebuild dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.190.0.ebuild dev-perl/MooseX-NonMoose/MooseX-NonMoose-0.200.0.ebuild X-VCS-Directories: dev-perl/MooseX-NonMoose/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a6ae7b047e22322886c823c0a7624cd0eadcd8ce X-VCS-Branch: master Date: Thu, 7 Feb 2013 13:55:05 +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: 25fb1feb-8eec-4e83-8f0e-734f9591791c X-Archives-Hash: 9917ea9fc7ee6be08c1c8c9256909abd commit: a6ae7b047e22322886c823c0a7624cd0eadcd8ce Author: Kent Fredric gmail com> AuthorDate: Thu Feb 7 12:23:48 2013 +0000 Commit: Kent Fredric gmail 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 + 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 -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="