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 81479138948 for ; Sat, 9 Feb 2013 19:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A9221C0BD; Sat, 9 Feb 2013 19:31:37 +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 2122621C0BD for ; Sat, 9 Feb 2013 19:31:31 +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 EE5F833E3CA for ; Sat, 9 Feb 2013 19:31:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5E9DAE409F for ; Sat, 9 Feb 2013 19:31:26 +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: <1360437939.39e0f6c7802ef47b6bf338568cf8b654fe842371.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PartialDump/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-PartialDump/ChangeLog dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild X-VCS-Directories: dev-perl/Devel-PartialDump/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 39e0f6c7802ef47b6bf338568cf8b654fe842371 X-VCS-Branch: master Date: Sat, 9 Feb 2013 19:31:26 +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: 5eef81a9-5234-4bc7-8edb-cdd9e7ad8535 X-Archives-Hash: 1ba3ab780a305bc964a76ce5154d572b commit: 39e0f6c7802ef47b6bf338568cf8b654fe842371 Author: Kent Fredric gmail com> AuthorDate: Sat Feb 9 19:25:39 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Feb 9 19:25:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=39e0f6c7 [fixdep] Devel-PartialDump -> Test-Warn ( normalize ) Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Devel-PartialDump/ChangeLog | 6 +++++- .../Devel-PartialDump-0.140.0.ebuild | 4 ++-- .../Devel-PartialDump-0.150.0.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog index 5a11a8b..a338f57 100644 --- a/dev-perl/Devel-PartialDump/ChangeLog +++ b/dev-perl/Devel-PartialDump/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Devel-PartialDump -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Feb 2013; Kent Fredric + Devel-PartialDump-0.140.0.ebuild, Devel-PartialDump-0.150.0.ebuild: + Fix dependency on Test-Warn ( normalize ) + 28 Oct 2012; Kent Fredric Devel-PartialDump-0.130.0.ebuild, Devel-PartialDump-0.150.0.ebuild: Fix dependency on namespace-clean ( normalize ) diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild index 9f167b5..f7e6781 100644 --- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.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: $ EAPI=4 @@ -25,7 +25,7 @@ DEPEND=" ${COMMON_DEPEND} test? ( dev-perl/Test-use-ok - >=dev-perl/Test-Warn-0.21 $(comment 0.210.0) + >=dev-perl/Test-Warn-0.210.0 ) " SRC_TEST="do" diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild index 7fa8f38..3c35f76 100644 --- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.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 @@ -25,7 +25,7 @@ DEPEND=" ${COMMON_DEPEND} test? ( dev-perl/Test-use-ok - >=dev-perl/Test-Warn-0.21 $(comment 0.210.0) + >=dev-perl/Test-Warn-0.210.0 ) " SRC_TEST="do"