commit: 476803d179d8cd7e53c7d3c4bc56de1fed6a055b Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Thu Jul 2 05:23:41 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> 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 <[email protected]> - 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 )"
