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 10807138A2F 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 C5275E083C; Thu, 28 Aug 2014 07:30:13 +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 2D8FFE083C for ; Thu, 28 Aug 2014 07:30:12 +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 E789033BDDA 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 BF39B41B4 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: <1409209729.5a2eec61a7cc595ad86bfbc2a64ae422c995c32d.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.05.ebuild dev-perl/Config-JFDI/Config-JFDI-0.063.ebuild dev-perl/Config-JFDI/Config-JFDI-0.064.ebuild X-VCS-Directories: dev-perl/Config-JFDI/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5a2eec61a7cc595ad86bfbc2a64ae422c995c32d 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: 9688ed22-bc47-444c-a7c8-e0b5f6da89ab X-Archives-Hash: 09405034a7549d0e12eca75ad5a6f8ea commit: 5a2eec61a7cc595ad86bfbc2a64ae422c995c32d Author: Kent Fredric gmail com> AuthorDate: Thu Aug 28 07:08:49 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Aug 28 07:08:49 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5a2eec61 [cleanup] dev-perl/Config-JFDI Remove old EAPIs Package-Manager: portage-2.2.10 --- dev-perl/Config-JFDI/ChangeLog | 6 ++++- dev-perl/Config-JFDI/Config-JFDI-0.05.ebuild | 25 -------------------- dev-perl/Config-JFDI/Config-JFDI-0.063.ebuild | 26 -------------------- dev-perl/Config-JFDI/Config-JFDI-0.064.ebuild | 34 --------------------------- 4 files changed, 5 insertions(+), 86 deletions(-) diff --git a/dev-perl/Config-JFDI/ChangeLog b/dev-perl/Config-JFDI/ChangeLog index cbfb4a0..a8937f9 100644 --- a/dev-perl/Config-JFDI/ChangeLog +++ b/dev-perl/Config-JFDI/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Config-JFDI -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Aug 2014; Kent Fredric -Config-JFDI-0.05.ebuild, + -Config-JFDI-0.063.ebuild, -Config-JFDI-0.064.ebuild: + Remove old EAPIs + 28 Apr 2013; Kent Fredric Config-JFDI-0.063.ebuild, Config-JFDI-0.064.ebuild, Config-JFDI-0.065.ebuild: Fix dependency on Data-Visitor ( normalize ) diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.05.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.05.ebuild deleted file mode 100644 index bc2972c..0000000 --- a/dev-perl/Config-JFDI/Config-JFDI-0.05.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=RKRIMEN -inherit perl-module - -DESCRIPTION="Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - dev-perl/Hash-Merge-Simple - dev-perl/Config-Any - dev-perl/Clone - dev-perl/List-MoreUtils - dev-perl/Moose - dev-perl/Path-Class - dev-perl/Sub-Install - dev-perl/Data-Visitor - >=virtual/perl-Module-Pluggable-3.01 -" diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.063.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.063.ebuild deleted file mode 100644 index 6991dfe..0000000 --- a/dev-perl/Config-JFDI/Config-JFDI-0.063.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -MODULE_AUTHOR=RKRIMEN -inherit perl-module - -DESCRIPTION="Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any" -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=" - dev-perl/Carp-Clan-Share - dev-perl/Config-Any - dev-perl/Clone - >=dev-perl/Data-Visitor-0.240.0 - dev-perl/Hash-Merge-Simple - dev-perl/List-MoreUtils - dev-perl/Moose - dev-perl/MooseX-AttributeHelpers - dev-perl/Path-Class - dev-perl/Sub-Install -" diff --git a/dev-perl/Config-JFDI/Config-JFDI-0.064.ebuild b/dev-perl/Config-JFDI/Config-JFDI-0.064.ebuild deleted file mode 100644 index 01b1ab6..0000000 --- a/dev-perl/Config-JFDI/Config-JFDI-0.064.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -MODULE_AUTHOR=RKRIMEN -inherit perl-module - -DESCRIPTION="Just * Do it: A Catalyst::Plugin::ConfigLoader-style layer over Config::Any" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-perl/Carp-Clan-Share - dev-perl/Config-Any - dev-perl/Clone - >=dev-perl/Data-Visitor-0.240.0 - dev-perl/Hash-Merge-Simple - dev-perl/List-MoreUtils - dev-perl/Moose - dev-perl/MooseX-AttributeHelpers - dev-perl/Path-Class - dev-perl/Sub-Install -" -DEPEND="${RDEPEND} - test? ( - dev-perl/Test-Most - ) -" - -SRC_TEST=do