From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84C281395E2 for ; Thu, 17 Nov 2016 04:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAE2FE0BD8; Thu, 17 Nov 2016 04:03:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B19D3E0BD8 for ; Thu, 17 Nov 2016 04:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99DC7341265 for ; Thu, 17 Nov 2016 04:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F4C24AF for ; Thu, 17 Nov 2016 04:03:29 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1479355403.cae075f5402973bcecbd61ce223456e9a25c8bae.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild dev-perl/JSON-XS/Manifest dev-perl/JSON-XS/metadata.xml X-VCS-Directories: dev-perl/JSON-XS/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cae075f5402973bcecbd61ce223456e9a25c8bae X-VCS-Branch: master Date: Thu, 17 Nov 2016 04:03:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 814def06-f272-42fb-af0e-a42b459553a8 X-Archives-Hash: f9f25209125bd0b117914f51b98b3ed8 commit: cae075f5402973bcecbd61ce223456e9a25c8bae Author: Kent Fredric gentoo org> AuthorDate: Thu Nov 17 04:00:11 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Nov 17 04:03:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae075f5 dev-perl/JSON-XS: Bump to version 3.30.0 - EAPI6 - Parallel Tests - Add USE="examples" Upstream: - Avoid crash on older perls with shared hash keys - fix calling encode/decode in list context - Add cbor format to json_xs tool - Allow literal tabs in strings in relaxed mode - allow_nonref applies to booleans as well - Fix toformat error message - Fix bug in workaround in sv_chop w/ incremental parsing Package-Manager: portage-2.3.2 dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild | 27 +++++++++++++++++++++++++++ dev-perl/JSON-XS/Manifest | 1 + dev-perl/JSON-XS/metadata.xml | 1 - 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild b/dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild new file mode 100644 index 00000000..e5ab07d --- /dev/null +++ b/dev-perl/JSON-XS/JSON-XS-3.30.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MLEHMANN +DIST_VERSION=3.03 +DIST_EXAMPLES=("eg/bench") +inherit perl-module + +DESCRIPTION="JSON::XS - JSON serialising/deserialising, done correctly and fast" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + dev-perl/Types-Serialiser + dev-perl/common-sense + ! JSON-XS JSON::XS - JSON::XS::Boolean