commit: 95989be01e8792c70518c5491f025955e990c709 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Fri Sep 5 21:40:57 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Fri Sep 5 21:42:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=95989be0
[fixup] dev-perl/Template-Plugin-JSON EAPI5, Normalise, fixup deps Package-Manager: portage-2.2.10 --- dev-perl/Template-Plugin-JSON/ChangeLog | 7 +++++++ ...ON-0.06.ebuild => Template-Plugin-JSON-0.60.0.ebuild} | 16 ++++++++++------ dev-perl/Template-Plugin-JSON/metadata.xml | 5 ++++- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/dev-perl/Template-Plugin-JSON/ChangeLog b/dev-perl/Template-Plugin-JSON/ChangeLog index a8a6f49..764cfd3 100644 --- a/dev-perl/Template-Plugin-JSON/ChangeLog +++ b/dev-perl/Template-Plugin-JSON/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Template-Plugin-JSON-0.60.0 (05 Sep 2014) + + 05 Sep 2014; Kent Fredric <[email protected]> + -Template-Plugin-JSON-0.06.ebuild, +Template-Plugin-JSON-0.60.0.ebuild, + metadata.xml: + EAPI5, Normalise, fixup deps + 05 Sep 2014; Kent Fredric <[email protected]> -Template-Plugin-JSON-0.04.ebuild, -Template-Plugin-JSON-0.05.ebuild: Remove old EAPIs diff --git a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild similarity index 58% rename from dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild rename to dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild index 93fe67f..a63850a 100644 --- a/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.06.ebuild +++ b/dev-perl/Template-Plugin-JSON/Template-Plugin-JSON-0.60.0.ebuild @@ -1,22 +1,26 @@ -# 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=NUFFIN +MODULE_VERSION=0.06 inherit perl-module DESCRIPTION="Encodes text to be safe in JavaScript" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" +IUSE="test recommended" RDEPEND="dev-perl/Moose >=dev-perl/Template-Toolkit-2.200.0 - >=dev-perl/JSON-2.120.0" + >=dev-perl/JSON-2.120.0 + recommended? ( dev-perl/JSON-XS )" DEPEND="${RDEPEND} - test? ( dev-perl/Test-use-ok )" - + test? ( + virtual/perl-Test-Simple + dev-perl/Test-use-ok + )" SRC_TEST=do diff --git a/dev-perl/Template-Plugin-JSON/metadata.xml b/dev-perl/Template-Plugin-JSON/metadata.xml index 81cc221..7bae68e 100644 --- a/dev-perl/Template-Plugin-JSON/metadata.xml +++ b/dev-perl/Template-Plugin-JSON/metadata.xml @@ -9,5 +9,8 @@ <upstream> <remote-id type="cpan">Template-Plugin-JSON</remote-id> <remote-id type="cpan-module">Template::Plugin::JSON</remote-id> - </upstream> + </upstream> + <use> + <flag name="recommended">Install JSON::XS for faster performance</flag> + </use> </pkgmetadata>
