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 B1DFE138A2F for ; Thu, 28 Aug 2014 07:30:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F631E084E; Thu, 28 Aug 2014 07:30:14 +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 42049E0841 for ; Thu, 28 Aug 2014 07:30:13 +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 0F0DB33F8F9 for ; Thu, 28 Aug 2014 07:30:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFE7B41B5 for ; Thu, 28 Aug 2014 07:30: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: <1409209958.474d3f076ae5587e074524eae74686dac5ac48ee.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/ChangeLog dev-perl/Config-JFDI/Config-JFDI-0.065.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: 474d3f076ae5587e074524eae74686dac5ac48ee X-VCS-Branch: master Date: Thu, 28 Aug 2014 07:30: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: b9bf0a45-fe45-4998-a582-93abb0a9bf02 X-Archives-Hash: baa0b1c5c1d83faeece32d3893a97d31 commit: 474d3f076ae5587e074524eae74686dac5ac48ee Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 07:12:38 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 07:12:38 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=474d3f07 [fixup] dev-perl/Config-JFDI EAPI5, Normalise, fixup tests and deps Package-Manager: portage-2.2.10 --- dev-perl/Config-JFDI/ChangeLog | 6 ++++++ .../{Config-JFDI-0.065.ebuild => Config-JFDI-0.65.0.ebuild} | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/dev-perl/Config-JFDI/ChangeLog b/dev-perl/Config-JFDI/ChangeLog index a8937f9..5aba768 100644 --- a/dev-perl/Config-JFDI/ChangeLog +++ b/dev-perl/Config-JFDI/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Config-JFDI-0.65.0 (28 Aug 2014) + + 28 Aug 2014; Kent Fredric -Config-JFDI-0.065.ebuild, + +Config-JFDI-0.65.0.ebuild: + EAPI5, Normalise, fixup tests and deps + 28 Aug 2014; Kent Fredric -Config-JFDI-0.05.ebuild, -Config-JFDI-0.063.ebuild, -Config-JFDI-0.064.ebuild: Remove old EAPIs diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild similarity index 84% rename from dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild rename to dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild index a0d5adb..da15ac5 100644 --- a/dev-perl/Config-JFDI/Config-JFDI-0.065.ebuild +++ b/dev-perl/Config-JFDI/Config-JFDI-0.65.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 MODULE_AUTHOR=ROKR MODULE_VERSION=0.065 @@ -28,9 +28,10 @@ RDEPEND=" dev-perl/Sub-Install " DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.31 test? ( dev-perl/Test-Most ) " -SRC_TEST=do +SRC_TEST="do parallel"