summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-05-23 11:53:38 +0000
committerTorsten Veller <tove@gentoo.org>2011-05-23 11:53:38 +0000
commit95bce488789cc6677f579da8619e3e1eacb2084f (patch)
tree6b1619c469f14a04bbc35f8303e6cdca63794a92 /dev-perl/JSON
parent[bump] dev-perl/XML-Atom-0.380.0 (diff)
downloadgentoo-2-95bce488789cc6677f579da8619e3e1eacb2084f.tar.gz
gentoo-2-95bce488789cc6677f579da8619e3e1eacb2084f.tar.bz2
gentoo-2-95bce488789cc6677f579da8619e3e1eacb2084f.zip
[bump] dev-perl/JSON-2.530.0
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r--dev-perl/JSON/ChangeLog7
-rw-r--r--dev-perl/JSON/JSON-2.530.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/JSON/ChangeLog b/dev-perl/JSON/ChangeLog
index 1c2dc90f6a78..c4e59f0373c5 100644
--- a/dev-perl/JSON/ChangeLog
+++ b/dev-perl/JSON/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.33 2011/04/24 15:44:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.34 2011/05/23 11:53:38 tove Exp $
+
+*JSON-2.530.0 (23 May 2011)
+
+ 23 May 2011; Torsten Veller <tove@gentoo.org> +JSON-2.530.0.ebuild:
+ Version bump
24 Apr 2011; Fabian Groffen <grobian@gentoo.org> JSON-2.510.0.ebuild:
Marked ~x86-solaris, bug #296509
diff --git a/dev-perl/JSON/JSON-2.530.0.ebuild b/dev-perl/JSON/JSON-2.530.0.ebuild
new file mode 100644
index 000000000000..0e1dc53fcafc
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.530.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.530.0.ebuild,v 1.1 2011/05/23 11:53:38 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=2.53
+inherit perl-module
+
+DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"