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
commitbd540ae43d173d0170dcee8fd73aec3468c46e9c (patch)
tree7dd9a46e4a66c4102ff0242b51badb2633d4e42d /dev-perl/JSON-RPC
parentRemove mask for Claws Mail 3.7.10, all packages bumped (diff)
downloadhistorical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.gz
historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.tar.bz2
historical-bd540ae43d173d0170dcee8fd73aec3468c46e9c.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/JSON-RPC')
-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"