From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sd49z-0006sv-ML for garchives@archives.gentoo.org; Fri, 08 Jun 2012 18:43:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1A0CE08D1; Fri, 8 Jun 2012 18:42:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 72A32E08B1 for ; Fri, 8 Jun 2012 18:42:50 +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 B729D1B4016 for ; Fri, 8 Jun 2012 18:42:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AC91DE543B for ; Fri, 8 Jun 2012 18:42:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1339180587.51a3a9079bf64ddf61c777f4ade7490d25293ccc.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Parse-Method-Signatures/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Parse-Method-Signatures/ChangeLog dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.12.ebuild dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.13.ebuild dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.14.ebuild X-VCS-Directories: dev-perl/Parse-Method-Signatures/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 51a3a9079bf64ddf61c777f4ade7490d25293ccc X-VCS-Branch: master Date: Fri, 8 Jun 2012 18:42:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0aa89aee-2c96-4fed-bcce-3d6cc2957832 X-Archives-Hash: 1148002246a9f96048befff67096b2b8 commit: 51a3a9079bf64ddf61c777f4ade7490d25293ccc Author: Kent Fredric gmail com> AuthorDate: Fri Jun 8 18:36:27 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 8 18:36:27 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D51a3a907 [fix] normalise dep from Parse-Method-Signatures on PPI (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit= with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/Parse-Method-Signatures/ChangeLog | 7 ++++++- .../Parse-Method-Signatures-1.3.12.ebuild | 4 ++-- .../Parse-Method-Signatures-1.3.13.ebuild | 4 ++-- .../Parse-Method-Signatures-1.3.14.ebuild | 6 +++--- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/dev-perl/Parse-Method-Signatures/ChangeLog b/dev-perl/Parse-= Method-Signatures/ChangeLog index 4f21e51..fec6712 100644 --- a/dev-perl/Parse-Method-Signatures/ChangeLog +++ b/dev-perl/Parse-Method-Signatures/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Parse-Method-Signatures -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 08 Jun 2012; Kent Fredric + Parse-Method-Signatures-1.3.12.ebuild, Parse-Method-Signatures-1.3.13.= ebuild, + Parse-Method-Signatures-1.3.14.ebuild: + Normalize dep on PPI + *Parse-Method-Signatures-1.3.14 (25 Sep 2011) =20 25 Sep 2011; Kent Fredric diff --git a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .12.ebuild b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .12.ebuild index 11d143c..52774da 100644 --- a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.12.ebu= ild +++ b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.12.ebu= ild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3D2 @@ -19,7 +19,7 @@ RDEPEND=3D" >=3Ddev-perl/MooseX-Types-0.17 dev-perl/MooseX-Types-Structured >=3Ddev-perl/namespace-clean-0.10 - >=3Ddev-perl/PPI-1.203 + >=3Ddev-perl/PPI-1.203.0 " DEPEND=3D" ${RDEPEND} diff --git a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .13.ebuild b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .13.ebuild index 3df4f2a..f0dbd86 100644 --- a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.13.ebu= ild +++ b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.13.ebu= ild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -20,7 +20,7 @@ RDEPEND=3D" >=3Ddev-perl/MooseX-Types-0.17 dev-perl/MooseX-Types-Structured >=3Ddev-perl/namespace-clean-0.10 - >=3Ddev-perl/PPI-1.203 + >=3Ddev-perl/PPI-1.203.0 " DEPEND=3D" ${RDEPEND} diff --git a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .14.ebuild b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3= .14.ebuild index afdb846..0a24bbb 100644 --- a/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.14.ebu= ild +++ b/dev-perl/Parse-Method-Signatures/Parse-Method-Signatures-1.3.14.ebu= ild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 @@ -34,8 +34,8 @@ perl_mi_requires() { echo dev-perl/MooseX-Types-Structured # namespace::clean 0.10 echo \>=3Ddev-perl/namespace-clean-0.100 - # PPI 1.203 - echo \>=3Ddev-perl/PPI-1.203 + # PPI 1.203.0 + echo \>=3Ddev-perl/PPI-1.203.0 } perl_mi_test() { # aliased