commit:     1cf9f6f3dddebbffa5dc41dd0937a71bd27fc7f9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  2 22:13:49 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr  2 22:13:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1cf9f6f3

[bump] Catalyst-View-JSON-0.350.0

Package-Manager: portage-2.2.17

 .../Catalyst-View-JSON-0.330.0.ebuild              | 27 --------------------
 .../Catalyst-View-JSON-0.350.0.ebuild              | 29 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 27 deletions(-)

diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild 
b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
deleted file mode 100644
index 4d02b59..0000000
--- a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.330.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=MIYAGAWA
-MODULE_VERSION=0.33
-inherit perl-module
-
-DESCRIPTION="JSON View Class"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-comment() { echo ''; }
-RDEPEND="
-       >=dev-perl/Catalyst-Runtime-5.600.0
-       >=dev-perl/JSON-Any-1.150.0
-       dev-perl/MRO-Compat
-"
-DEPEND="
-       ${RDEPEND}
-       dev-perl/yaml $(comment YAML)
-       virtual/perl-Test-Simple $(comment BUILD_REQUIRES Test::More)
-"
-SRC_TEST=do

diff --git a/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild 
b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild
new file mode 100644
index 0000000..3beb5e5
--- /dev/null
+++ b/dev-perl/Catalyst-View-JSON/Catalyst-View-JSON-0.350.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=JJNAPIORK
+MODULE_VERSION=0.35
+inherit perl-module
+
+DESCRIPTION="JSON View for your data"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+# YAML -> yaml
+RDEPEND="
+       >=dev-perl/Catalyst-Runtime-5.600.0
+       >=dev-perl/JSON-MaybeXS-1.3.0
+       dev-perl/MRO-Compat
+"
+DEPEND="
+       ${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+       test? (
+               dev-perl/yaml
+               virtual/perl-Test-Simple
+       )
+"
+SRC_TEST=do

Reply via email to