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 DC248138CD0 for ; Thu, 2 Jul 2015 05:34:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B86EE0823; Thu, 2 Jul 2015 05:34:07 +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 8E274E0822 for ; Thu, 2 Jul 2015 05:34:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CFF434076D for ; Thu, 2 Jul 2015 05:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7449174E for ; Thu, 2 Jul 2015 05:34:04 +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: <1435814621.476803d179d8cd7e53c7d3c4bc56de1fed6a055b.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/FormValidator-Simple-ProfileManager-YAML/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild X-VCS-Directories: dev-perl/FormValidator-Simple-ProfileManager-YAML/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 476803d179d8cd7e53c7d3c4bc56de1fed6a055b X-VCS-Branch: master Date: Thu, 2 Jul 2015 05:34:04 +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: 94e058b1-d7ea-470f-9050-e2ead4dd8687 X-Archives-Hash: de4eedd9290ac31ae4d2e034d7c3fcee commit: 476803d179d8cd7e53c7d3c4bc56de1fed6a055b Author: Kent Fredric gmail com> AuthorDate: Thu Jul 2 05:23:41 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 2 05:23:41 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=476803d1 [fixup] FormValidator-Simple-ProfileManager-YAML: EAPI5, normalise version Package-Manager: portage-2.2.17 .../FormValidator-Simple-ProfileManager-YAML/ChangeLog | 8 -------- ...FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild} | 14 +++++++------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog b/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog deleted file mode 100644 index e6a5119..0000000 --- a/dev-perl/FormValidator-Simple-ProfileManager-YAML/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-perl/FormValidator-Simple-ProfileManager-YAML -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 11 Jul 2009; Daniel Westermann-Clark - FormValidator-Simple-ProfileManager-YAML-0.06.ebuild, +metadata.xml: - Convert to EAPI=2 and add metadata.xml - diff --git a/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild similarity index 55% rename from dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild rename to dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild index cbaed90..dc87ecc 100644 --- a/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.06.ebuild +++ b/dev-perl/FormValidator-Simple-ProfileManager-YAML/FormValidator-Simple-ProfileManager-YAML-0.60.0.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=HORIUCHI +MODULE_VERSION=0.06 inherit perl-module DESCRIPTION="YAML profile manager for FormValidator::Simple" SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" -SRC_TEST="do" -IUSE="" -RDEPEND=">=dev-perl/yaml-0.58" +IUSE="test" +RDEPEND=">=dev-perl/yaml-0.580.0" DEPEND="${RDEPEND} - test? ( >=virtual/perl-Test-Simple-0.32 )" + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.320.0 )"