summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-25 19:02:48 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-10-25 19:02:48 +0000
commit3a67b463c07590ca1fdb47adee0f286a1f9162f3 (patch)
treec4b50ad4de99467a2135455092c1799c297c83fe /dev-perl/JSON-XS
parentAdd kde-workspace 4.11.13 SRC_URI. (diff)
downloadgentoo-2-3a67b463c07590ca1fdb47adee0f286a1f9162f3.tar.gz
gentoo-2-3a67b463c07590ca1fdb47adee0f286a1f9162f3.tar.bz2
gentoo-2-3a67b463c07590ca1fdb47adee0f286a1f9162f3.zip
Version bump, bug 523298
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/JSON-XS')
-rw-r--r--dev-perl/JSON-XS/ChangeLog8
-rw-r--r--dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/JSON-XS/ChangeLog b/dev-perl/JSON-XS/ChangeLog
index a779b92746c8..a705e832b481 100644
--- a/dev-perl/JSON-XS/ChangeLog
+++ b/dev-perl/JSON-XS/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/JSON-XS
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.42 2014/10/19 20:48:18 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/ChangeLog,v 1.43 2014/10/25 19:02:48 dilfridge Exp $
+
+*JSON-XS-3.10.0 (25 Oct 2014)
+
+ 25 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+ +JSON-XS-3.10.0.ebuild:
+ Version bump, bug 523298
19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -JSON-XS-2.330.0.ebuild:
Drop old.
diff --git a/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
new file mode 100644
index 000000000000..e12a3fc35fcf
--- /dev/null
+++ b/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-XS/JSON-XS-3.10.0.ebuild,v 1.1 2014/10/25 19:02:48 dilfridge Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=MLEHMANN
+MODULE_VERSION=3.01
+inherit perl-module
+
+DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Types-Serialiser
+ dev-perl/common-sense
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Harness )"
+
+SRC_TEST="do"