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 89B851381F3 for ; Sun, 28 Apr 2013 22:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAD96E0B46; Sun, 28 Apr 2013 22:52:13 +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 88DA0E0B46 for ; Sun, 28 Apr 2013 22:52:13 +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 1377833DF09 for ; Sun, 28 Apr 2013 22:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EF52EE408C for ; Sun, 28 Apr 2013 22:52:08 +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: <1367188875.cfc49efb9e6db2e39505382c49957141c29ac6e7.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-JSON/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-JSON/ChangeLog dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild X-VCS-Directories: dev-perl/Test-JSON/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cfc49efb9e6db2e39505382c49957141c29ac6e7 X-VCS-Branch: master Date: Sun, 28 Apr 2013 22:52:08 +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: d80fc771-c8ee-4300-ab38-06633039d3f2 X-Archives-Hash: 270e4de428b0de5ceb3afb543d624c1a commit: cfc49efb9e6db2e39505382c49957141c29ac6e7 Author: Kent Fredric gmail com> AuthorDate: Sun Apr 28 22:41:15 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Apr 28 22:41:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cfc49efb [fixdep] Test-JSON -> JSON-Any ( normalize ) Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Test-JSON/ChangeLog | 6 +++++- dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild | 4 ++-- dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-perl/Test-JSON/ChangeLog b/dev-perl/Test-JSON/ChangeLog index 1b6c100..e93eab6 100644 --- a/dev-perl/Test-JSON/ChangeLog +++ b/dev-perl/Test-JSON/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Test-JSON -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Apr 2013; Kent Fredric Test-JSON-0.60.0.ebuild, + Test-JSON-0.110.0.ebuild: + Fix dependency on JSON-Any ( normalize ) + *Test-JSON-0.110.0 (22 Apr 2012) *Test-JSON-0.60.0 (22 Apr 2012) diff --git a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild index c6b21e5..fcbc4e0 100644 --- a/dev-perl/Test-JSON/Test-JSON-0.110.0.ebuild +++ b/dev-perl/Test-JSON/Test-JSON-0.110.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: $ @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" - >=dev-perl/JSON-Any-1.20 + >=dev-perl/JSON-Any-1.200.0 >=dev-perl/Test-Differences-0.47 " DEPEND="${RDEPEND} diff --git a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild b/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild index d26db46..ef8bcb0 100644 --- a/dev-perl/Test-JSON/Test-JSON-0.60.0.ebuild +++ b/dev-perl/Test-JSON/Test-JSON-0.60.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: $ @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" - >=dev-perl/JSON-Any-1.14 + >=dev-perl/JSON-Any-1.140.0 >=dev-perl/Test-Differences-0.47 " DEPEND="${RDEPEND}