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 02609138010 for ; Mon, 17 Sep 2012 10:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7CCE06B3; Mon, 17 Sep 2012 10:30:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 80D00E06B3 for ; Mon, 17 Sep 2012 10:30:39 +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 B6EA533D1B4 for ; Mon, 17 Sep 2012 10:30:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6AF0FE5444 for ; Mon, 17 Sep 2012 10:30:37 +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: <1347874170.f6b819ae4e644d68c1e0e67d0b4f8793aa53c18a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Class-Most/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Class-Most/ChangeLog dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild X-VCS-Directories: dev-perl/Test-Class-Most/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f6b819ae4e644d68c1e0e67d0b4f8793aa53c18a X-VCS-Branch: master Date: Mon, 17 Sep 2012 10:30:37 +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: ba495338-d60d-4710-a798-afd9aa02487e X-Archives-Hash: 03cd1ddbac35f3902d1e756fa8165222 commit: f6b819ae4e644d68c1e0e67d0b4f8793aa53c18a Author: Kent Fredric gmail com> AuthorDate: Mon Sep 17 09:29:30 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Sep 17 09:29:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f6b819ae [fixdep] Test-Class-Most -> Test-Class ( normalize ) (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- dev-perl/Test-Class-Most/ChangeLog | 4 ++++ .../Test-Class-Most/Test-Class-Most-0.50.0.ebuild | 4 ++-- .../Test-Class-Most/Test-Class-Most-0.60.0.ebuild | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog index 9e5cd2f..8bc511c 100644 --- a/dev-perl/Test-Class-Most/ChangeLog +++ b/dev-perl/Test-Class-Most/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Sep 2012; Kent Fredric + Test-Class-Most-0.50.0.ebuild, Test-Class-Most-0.60.0.ebuild: + Fixdep on Test-Class ( normalize ) + *Test-Class-Most-0.60.0 (29 Feb 2012) 29 Feb 2012; Kent Fredric diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild index 62dffb8..e7a9ede 100644 --- a/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild +++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.50.0.ebuild @@ -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: $ @@ -15,7 +15,7 @@ IUSE="" KEYWORDS="~amd64 ~x86" RDEPEND=" - >=dev-perl/Test-Class-0.33 + >=dev-perl/Test-Class-0.330.0 >=dev-perl/Test-Most-0.21 " DEPEND="${RDEPEND} diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild index 6e3c4c2..548cb69 100644 --- a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild +++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild @@ -17,7 +17,7 @@ perl_meta_configure() { } perl_meta_runtime() { # Test::Class 0.33 ( 0.330.0 ) - echo \>=dev-perl/Test-Class-0.33 + echo \>=dev-perl/Test-Class-0.330.0 # Test::Most 0.21 ( 0.210.0 ) echo \>=dev-perl/Test-Most-0.210.0 }