summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r--dev-perl/JSON/JSON-2.590.0-r1.ebuild17
-rw-r--r--dev-perl/JSON/JSON-2.900.0.ebuild22
-rw-r--r--dev-perl/JSON/Manifest2
-rw-r--r--dev-perl/JSON/metadata.xml20
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-perl/JSON/JSON-2.590.0-r1.ebuild b/dev-perl/JSON/JSON-2.590.0-r1.ebuild
new file mode 100644
index 000000000000..99eb391c240e
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.590.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.59
+inherit perl-module
+
+DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
+
+SLOT="0"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/dev-perl/JSON/JSON-2.900.0.ebuild b/dev-perl/JSON/JSON-2.900.0.ebuild
new file mode 100644
index 000000000000..b2579be57bef
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.900.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.90
+inherit perl-module
+
+DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test"
+
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+SRC_TEST="do"
diff --git a/dev-perl/JSON/Manifest b/dev-perl/JSON/Manifest
new file mode 100644
index 000000000000..df8b78e40318
--- /dev/null
+++ b/dev-perl/JSON/Manifest
@@ -0,0 +1,2 @@
+DIST JSON-2.59.tar.gz 83997 SHA256 349b191b624474245648f4e8810463433ac8065cc7a44171634902ba113cda6d SHA512 141003524e5b5187abdcf935bf16807dfab6d770add373cc571b8b137015f9e29966e5836a38f523147259d573534b1f50048acac712389939de6e67cb1e78f9 WHIRLPOOL 7a47e4d59dc5f848405349588a750a99847848f7673d194521b2bd6788b4aeb6fccd973678790a97ce3fc058576e04e43c12c50177af2865ef533a0c1be73d12
+DIST JSON-2.90.tar.gz 85333 SHA256 4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88 SHA512 72462a468aa37da73d164c91b5123c237c268f87215019fae49b7f212b0a25e0b48cd57b3cf0bd93c9fff6afc553b2417faafc0c319e62cb0cf4b1cf432698e7 WHIRLPOOL b737d158dbbeb516c6208b91f9aeea33f557d4f6ee17beb92d148c47c5ee23e7bf6fc6132db557c39eb95c13b209e7b0d73cbefdefb1578de7572e5bf1b0f02c
diff --git a/dev-perl/JSON/metadata.xml b/dev-perl/JSON/metadata.xml
new file mode 100644
index 000000000000..71f7c40c070b
--- /dev/null
+++ b/dev-perl/JSON/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>hd_brummy@gentoo.org</email>
+ <name>Joerg Bornkessel</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">JSON</remote-id>
+ <remote-id type="cpan-module">JSON</remote-id>
+ <remote-id type="cpan-module">JSON::Backend::PP</remote-id>
+ <remote-id type="cpan-module">JSON::Boolean</remote-id>
+ <remote-id type="cpan-module">JSON::PP</remote-id>
+ <remote-id type="cpan-module">JSON::PP5005</remote-id>
+ <remote-id type="cpan-module">JSON::PP56</remote-id>
+ <remote-id type="cpan-module">JSON::PP::IncrParser</remote-id>
+ <remote-id type="cpan-module">JSON::backportPP::Boolean</remote-id>
+ </upstream>
+</pkgmetadata>