commit: 17759b56e23a4cc71b22ef0985d8d5fc12d5261d Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Mon Sep 1 15:53:31 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Mon Sep 1 15:53:31 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=17759b56
[fixup] dev-perl/HTML-Prototype EAPI5, normalise, fixup deps and tests Package-Manager: portage-2.2.10 --- dev-perl/HTML-Prototype/ChangeLog | 6 ++++++ ...ototype-1.48.ebuild => HTML-Prototype-1.480.0.ebuild} | 16 +++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/dev-perl/HTML-Prototype/ChangeLog b/dev-perl/HTML-Prototype/ChangeLog index 6ccd87f..458da07 100644 --- a/dev-perl/HTML-Prototype/ChangeLog +++ b/dev-perl/HTML-Prototype/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*HTML-Prototype-1.480.0 (01 Sep 2014) + + 01 Sep 2014; Kent Fredric <[email protected]> + -HTML-Prototype-1.48.ebuild, +HTML-Prototype-1.480.0.ebuild: + EAPI5, normalise, fixup deps and tests + 01 Sep 2014; Kent Fredric <[email protected]> -HTML-Prototype-1.45.ebuild, -HTML-Prototype-1.47.ebuild: remove old EAPIs diff --git a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild similarity index 58% rename from dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild rename to dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild index 041ae4d..7e06cd4 100644 --- a/dev-perl/HTML-Prototype/HTML-Prototype-1.48.ebuild +++ b/dev-perl/HTML-Prototype/HTML-Prototype-1.480.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ - +EAPI=5 MODULE_AUTHOR=ESSKAR +MODULE_VERSION=1.48 inherit perl-module DESCRIPTION="Generate HTML and Javascript for the Prototype library" @@ -12,6 +13,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/perl-Module-Build +# Class::Accessor::Fast -> Class-Accessor +RDEPEND=" dev-perl/Class-Accessor dev-perl/HTML-Tree" +DEPEND="$RDEPEND + virtual/perl-Module-Build" + +PERL_RM_FILES=( + t/02pod.t + t/03podcoverage.t +) +SRC_TEST=do
