public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON/
Date: Mon, 29 May 2017 11:34:57 +0000 (UTC)	[thread overview]
Message-ID: <1496057689.812f6bbdc8f6fde6ed6810abf9ff0a34f1df9757.kentnl@gentoo> (raw)

commit:     812f6bbdc8f6fde6ed6810abf9ff0a34f1df9757
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 11:34:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 29 11:34:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812f6bbd

dev-perl/JSON: Bump to version 2.940.0

- EAPI6
- Add USE="examples"
- Add USE="xs"

Upstream:
- Add support for explicit backend of Cpanel::JSON::XS
- convert_blessed_universally and support_by_pp now safer
- Documentation and test fixes
- Remove base.pm dependency
- Add VERSION methods

Keywords:
- new dep JSON-XS
- Drop keywords: amd64-fbsd arm64 hppa x86-fbsd

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/JSON/JSON-2.940.0.ebuild | 25 +++++++++++++++++++++++++
 dev-perl/JSON/Manifest            |  1 +
 dev-perl/JSON/metadata.xml        | 10 ++++------
 3 files changed, 30 insertions(+), 6 deletions(-)

diff --git a/dev-perl/JSON/JSON-2.940.0.ebuild b/dev-perl/JSON/JSON-2.940.0.ebuild
new file mode 100644
index 00000000000..92ebaa7d075
--- /dev/null
+++ b/dev-perl/JSON/JSON-2.940.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ISHIGAKI
+DIST_VERSION=2.94
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+IUSE="test +xs"
+
+RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )"
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"
+src_test() {
+	perl_rm_files t/00_pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/JSON/Manifest b/dev-perl/JSON/Manifest
index 0bd76126f73..b4a8545a89a 100644
--- a/dev-perl/JSON/Manifest
+++ b/dev-perl/JSON/Manifest
@@ -1 +1,2 @@
 DIST JSON-2.90.tar.gz 85333 SHA256 4ddbb3cb985a79f69a34e7c26cde1c81120d03487e87366f9a119f90f7bdfe88 SHA512 72462a468aa37da73d164c91b5123c237c268f87215019fae49b7f212b0a25e0b48cd57b3cf0bd93c9fff6afc553b2417faafc0c319e62cb0cf4b1cf432698e7 WHIRLPOOL b737d158dbbeb516c6208b91f9aeea33f557d4f6ee17beb92d148c47c5ee23e7bf6fc6132db557c39eb95c13b209e7b0d73cbefdefb1578de7572e5bf1b0f02c
+DIST JSON-2.94.tar.gz 82629 SHA256 12271b5cee49943bbdde430eef58f1fe64ba6561980b22c69585e08fc977dc6d SHA512 0a20562441d525ee37fff467111f7d65124525e06b4f825079948752da2a983757e719025dd2ab896115b34ba146b4c495f738e4f005542dce0b058440c73a46 WHIRLPOOL 79cefc0c573f31312402fa40de7aaefb907af0b0b8a98a5cb66e5ee9bc57144bb046427732949297d16f93c62470fe7c5ce869b860ae7905e4aee74e30e811fa

diff --git a/dev-perl/JSON/metadata.xml b/dev-perl/JSON/metadata.xml
index 922b96cbe05..2470ffa7029 100644
--- a/dev-perl/JSON/metadata.xml
+++ b/dev-perl/JSON/metadata.xml
@@ -9,15 +9,13 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <use>
+    <flag name="xs">Install C-based <pkg>dev-perl/JSON-XS</pkg> for faster performance</flag>
+  </use>
   <upstream>
     <remote-id type="cpan">JSON</remote-id>
     <remote-id type="cpan-module">JSON</remote-id>
-    <remote-id type="cpan-module">JSON::Backend::PP</remote-id>
-    <remote-id type="cpan-module">JSON::Boolean</remote-id>
-    <remote-id type="cpan-module">JSON::PP</remote-id>
-    <remote-id type="cpan-module">JSON::PP5005</remote-id>
-    <remote-id type="cpan-module">JSON::PP56</remote-id>
     <remote-id type="cpan-module">JSON::PP::IncrParser</remote-id>
-    <remote-id type="cpan-module">JSON::backportPP::Boolean</remote-id>
+    <remote-id type="cpan-module">JSON::Backend::PP</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2017-05-29 11:35 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-29 11:34 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-02 17:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON/ Sam James
2023-07-24  4:15 Sam James
2023-07-24  4:00 Sam James
2023-06-21  3:09 Sam James
2022-05-19  7:17 WANG Xuerui
2021-11-07  0:13 Andreas K. Hüttel
2021-06-26 23:56 Sam James
2021-06-23  6:29 Agostino Sarubbo
2021-06-23  4:43 Sam James
2021-06-22 19:45 Sam James
2021-06-22 19:45 Sam James
2021-06-22 19:45 Sam James
2021-06-22 19:45 Sam James
2021-05-09 16:28 Andreas K. Hüttel
2020-04-14 13:20 Kent Fredric
2019-04-25  3:52 Aaron Bauman
2018-10-19 18:15 Fabian Groffen
2018-07-23  0:29 Mikle Kolyada
2018-06-26 14:03 Tobias Klausmann
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-06-10 19:33 Aaron Bauman
2018-06-10 17:43 Thomas Deutschmann
2018-03-21  4:55 Matt Turner
2018-02-22 19:35 Michał Górny
2018-01-18 21:58 Sergei Trofimovich
2017-06-21  8:59 Alexis Ballier
2016-03-14 22:30 Andreas Hüttel
2016-03-14 14:58 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1496057689.812f6bbdc8f6fde6ed6810abf9ff0a34f1df9757.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox