summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-25 23:58:40 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-12-26 00:14:14 +0100
commitbfc663d531a077171f9965805658c3b86f773177 (patch)
tree8faf212dcc02463ef66f46a6386ab589c9e666c5 /dev-perl/MooseX-Types-JSON
parentdev-perl/MooseX-Types-DateTime-MoreCoercions: Version bump; remove old (diff)
downloadgentoo-bfc663d531a077171f9965805658c3b86f773177.tar.gz
gentoo-bfc663d531a077171f9965805658c3b86f773177.tar.bz2
gentoo-bfc663d531a077171f9965805658c3b86f773177.zip
dev-perl/MooseX-Types-JSON: Version bump
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-perl/MooseX-Types-JSON')
-rw-r--r--dev-perl/MooseX-Types-JSON/Manifest1
-rw-r--r--dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/MooseX-Types-JSON/Manifest b/dev-perl/MooseX-Types-JSON/Manifest
index 06e2a7f56a4f..c53400931b3a 100644
--- a/dev-perl/MooseX-Types-JSON/Manifest
+++ b/dev-perl/MooseX-Types-JSON/Manifest
@@ -1 +1,2 @@
DIST MooseX-Types-JSON-0.02.tar.gz 2363 SHA256 5ffc6710902e4799e269ec0d3e01ebe1b81f8955646de813f85ec2f9af291a32 SHA512 b6c072bae945243ee0efb4a230c31bb20d74d7eccddd3a4c5ae106e21e7eca59f85da5b49950d835d5d396d33cd003063e301728bcac846127ac58b7eb8bd451 WHIRLPOOL f9ab752dc6f7ad00a0df6d68902be0e5d3601ab25f4fa7187a8986e81d4e65c54c08a36ff3619d72db3ff87361500015cacb81e2d0c2eb56c77d02a78770fdc9
+DIST MooseX-Types-JSON-1.00.tar.gz 9742 SHA256 030bdecd7a2f9046ae25824001a27743997efad3ae2378d507551135eb29a30b SHA512 1dfaa8907c04ca765fc03c2049cbf076b2e29f1df34b569d91b3cc3931acde8cc7563cb186d3ea4b278ee40f1c4706f6b03139fb370d6a9d79eb7e6de21aa23f WHIRLPOOL da0208982920ccacd1b98ac882b15d404befabb8994cdd5a011df4693ac058df27bf3637000df1b148f3f1ba60fcc535c1ed7ae63d7e03b439a82e00d3f93c4d
diff --git a/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild b/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild
new file mode 100644
index 000000000000..72e1a8d93513
--- /dev/null
+++ b/dev-perl/MooseX-Types-JSON/MooseX-Types-JSON-1.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MILA
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="JSON datatype for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-perl/JSON-XS-2.00
+ dev-perl/Moose
+ dev-perl/MooseX-Types
+"
+DEPEND="${RDEPEND}"