summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 11:38:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 11:38:37 +0000
commitbf81e207f9d19e5ea8831f611affb039ad9709ca (patch)
tree7defc0dc95ca69167f3d6e4d5dc740c87b010ff1 /dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild
parentChange version scheme (diff)
downloadgentoo-2-bf81e207f9d19e5ea8831f611affb039ad9709ca.tar.gz
gentoo-2-bf81e207f9d19e5ea8831f611affb039ad9709ca.tar.bz2
gentoo-2-bf81e207f9d19e5ea8831f611affb039ad9709ca.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild')
-rw-r--r--dev-perl/JSON-RPC/JSON-RPC-0.960.0.ebuild21
1 files changed, 21 insertions, 0 deletions
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"