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 4A5D1138A3F for ; Thu, 2 Apr 2015 23:31:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06F1CE0A6E; Thu, 2 Apr 2015 23:31:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7618AE0A6C for ; Thu, 2 Apr 2015 23:31:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B01340912 for ; Thu, 2 Apr 2015 23:30:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ADAF1517E for ; Thu, 2 Apr 2015 23:30:53 +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: <1427995291.0a1880c7c623b39332caac6c28f3822133e9f5cb.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JFDI/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Config-JFDI/Config-JFDI-0.65.0-r1.ebuild dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild X-VCS-Directories: dev-perl/Config-JFDI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 0a1880c7c623b39332caac6c28f3822133e9f5cb X-VCS-Branch: master Date: Thu, 2 Apr 2015 23:30:53 +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: c6f20f1b-db65-4e4a-8906-c8754a790cf6 X-Archives-Hash: 8cd75a9a0ddb5ef5948b31b00cf3ee82 commit: 0a1880c7c623b39332caac6c28f3822133e9f5cb Author: Kent Fredric gmail com> AuthorDate: Thu Apr 2 17:21:31 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Apr 2 17:21:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0a1880c7 [fixup] Config-JFDI-0.65.0-r1: Fix dep on Config-General Package-Manager: portage-2.2.17 ...{Config-JFDI-0.65.0.ebuild => Config-JFDI-0.65.0-r1.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.65.0-r1.ebuild similarity index 87% rename from dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild rename to dev-perl/Config-JFDI/Config-JFDI-0.65.0-r1.ebuild index da15ac5..9f58a98 100644 --- a/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild +++ b/dev-perl/Config-JFDI/Config-JFDI-0.65.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -15,15 +15,15 @@ KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" + dev-perl/Any-Moose dev-perl/Carp-Clan-Share - dev-perl/config-general - dev-perl/Config-Any dev-perl/Clone + dev-perl/Config-Any + dev-perl/Config-General >=dev-perl/Data-Visitor-0.240.0 dev-perl/Getopt-Usaginator dev-perl/Hash-Merge-Simple dev-perl/List-MoreUtils - dev-perl/Any-Moose dev-perl/Path-Class dev-perl/Sub-Install " @@ -33,5 +33,3 @@ DEPEND="${RDEPEND} dev-perl/Test-Most ) " - -SRC_TEST="do parallel"