summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/JSON-RPC/ChangeLog7
-rw-r--r--dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/JSON-RPC/ChangeLog b/dev-perl/JSON-RPC/ChangeLog
index ba2f7eb57b1f..32ffd91cc846 100644
--- a/dev-perl/JSON-RPC/ChangeLog
+++ b/dev-perl/JSON-RPC/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/JSON-RPC
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.8 2011/01/27 19:09:30 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/ChangeLog,v 1.9 2011/08/30 11:38:37 tove Exp $
+
+*JSON-RPC-0.960.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org> +JSON-RPC-0.960.0.ebuild:
+ Change version scheme
27 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> JSON-RPC-0.96.ebuild:
ppc64 stable wrt #346403
diff --git a/dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild b/dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild
new file mode 100644
index 000000000000..9acd35551c4d
--- /dev/null
+++ b/dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild,v 1.1 2011/08/30 11:38:37 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=MAKAMAKA
+MODULE_VERSION=0.96
+inherit perl-module
+
+DESCRIPTION="Perl implementation of JSON-RPC 1.1 protocol"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/libwww-perl
+ >=dev-perl/JSON-2.21"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"