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-Parse/
Date: Thu, 17 Nov 2016 03:42:05 +0000 (UTC)	[thread overview]
Message-ID: <1479354088.0b56e55a7596363d78a4ab9397c7dce9e5aa0048.kentnl@gentoo> (raw)

commit:     0b56e55a7596363d78a4ab9397c7dce9e5aa0048
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 03:41:28 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 03:41:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b56e55a

dev-perl/JSON-Parse: Bump to version 0.460.0

- Add USE="examples"

Upstream:
- remove $json_diagnostics
- add method diagnostics_hash
- Improved warnings for parse_json_safe
- Remove JSON::Whitespace
- Add JSON::Tokenize interface

Package-Manager: portage-2.3.2

 dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild | 24 ++++++++++++++++++++++++
 dev-perl/JSON-Parse/Manifest                  |  1 +
 dev-perl/JSON-Parse/metadata.xml              |  1 -
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
new file mode 100644
index 00000000..c6e5ef9
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BKB
+DIST_VERSION=0.46
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Read JSON into a Perl Variable"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-Getopt-Long"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+		virtual/perl-Encode
+	)
+"

diff --git a/dev-perl/JSON-Parse/Manifest b/dev-perl/JSON-Parse/Manifest
index 6940cd9..4a40c95 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1,2 +1,3 @@
 DIST JSON-Parse-0.42.tar.gz 65871 SHA256 bac333e09f9e6d18daca1742732045032609a8bdd70cf93f4ae64ec48cd493aa SHA512 de13b79da092fb4232d82dfacab05c0585d77dda735b76a9622a571a1992e7e5a652b29df26f25a5837894f120d0fe4627963981636865a3a457dfe68082e34e WHIRLPOOL 0b5dcb8e47b210ed5fcfd21082cdffc3c5725e02d2e117655c47cfdb386e58710fe653ca29b9c01c94e770e3a21a3e363b2aa8fd2cef8eee685291d962a8ad7a
 DIST JSON-Parse-0.43.tar.gz 67271 SHA256 74c642000f064f6a85e3fb07ce0cb54bdea26b55af85baa71083da7e485ea98e SHA512 31495ae0298a0ced702668116b63a87d26de02eeb74b31ddeef0a25e96684bb6bc60a524534a32be5a2b5fb0adf3259084e67c829c3bea80c4a1bb33c185510e WHIRLPOOL 47f24afe264df5d8e8aa78021367759418acb00d67f90d64d34edaa77be66dea2e8d331c914d02d359f183f25b8b4a031c8acb5b5f0707529da99f5e8b7673a7
+DIST JSON-Parse-0.46.tar.gz 72873 SHA256 657d537a93d7126d01cbc41286e0d61f066e9537c9565464e052452445b22b41 SHA512 ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508 WHIRLPOOL 33b57062d67b6774b11189e783bc8cc05f6c405e3c6b699323c883622bac92ce5a337311163d571753aa31538c3067b93c10d130e08247d615f9a743bdd7eacf

diff --git a/dev-perl/JSON-Parse/metadata.xml b/dev-perl/JSON-Parse/metadata.xml
index 6726e352..176969e 100644
--- a/dev-perl/JSON-Parse/metadata.xml
+++ b/dev-perl/JSON-Parse/metadata.xml
@@ -9,6 +9,5 @@
     <remote-id type="cpan">JSON-Parse</remote-id>
     <remote-id type="cpan-module">JSON::Parse</remote-id>
     <remote-id type="cpan-module">JSON::Tokenize</remote-id>
-    <remote-id type="cpan-module">JSON::Whitespace</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2016-11-17  3:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17  3:42 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  3:09 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/ Sam James
2021-11-07  0:13 Andreas K. Hüttel
2021-08-25 11:16 Agostino Sarubbo
2021-08-25  5:36 Agostino Sarubbo
2021-06-22 18:13 Andreas K. Hüttel
2021-06-10 18:28 Sam James
2021-06-08  4:03 Sam James
2021-06-08  4:03 Sam James
2021-02-11  7:39 Sergei Trofimovich
2021-02-09 21:36 Sam James
2020-09-12  3:55 Kent Fredric
2018-06-10  4:31 Kent Fredric
2017-10-26  6:11 Kent Fredric
2016-12-04 21:25 Kent Fredric
2016-11-20 23:40 Kent Fredric
2016-11-19  4:15 Kent Fredric
2016-11-06  7:10 Kent Fredric
2016-11-05  9:46 Kent Fredric

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=1479354088.0b56e55a7596363d78a4ab9397c7dce9e5aa0048.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