From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
Date: Tue, 21 Mar 2017 01:48:18 +0000 (UTC) [thread overview]
Message-ID: <1490060887.94b83d13d90c7f1efca73bd8734a8e37b6d1fdd1.kentnl@gentoo> (raw)
commit: 94b83d13d90c7f1efca73bd8734a8e37b6d1fdd1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 00:39:44 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 01:48:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b83d13
dev-perl/JSON-MaybeXS: Bump to version 1.3.9
- EAPI6
- Actually make depending on XS bits happen ( this is the intended
purpose of this module, to make XS stuff happen if at all
possible )
Upstream:
- Remove Test::Without::Module dep
- Fix tests to not rely on '.' in @INC
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 36 +++++++++++++++++++++++++
dev-perl/JSON-MaybeXS/Manifest | 1 +
dev-perl/JSON-MaybeXS/metadata.xml | 7 +++++
3 files changed, 44 insertions(+)
diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
new file mode 100644
index 00000000000..fdb97af5ac5
--- /dev/null
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.003009
+inherit perl-module
+
+DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test +xs"
+
+# needs Scalar-Util
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-JSON-PP-2.273.0
+ virtual/perl-Scalar-List-Utils
+ xs? (
+ || (
+ >=dev-perl/Cpanel-JSON-XS-2.331.0
+ >=dev-perl/JSON-XS-3.0.0
+ )
+ )
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-CBuilder-0.270.0
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ test? (
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
diff --git a/dev-perl/JSON-MaybeXS/Manifest b/dev-perl/JSON-MaybeXS/Manifest
index 1df7de6bb5a..5d1f0c4c61b 100644
--- a/dev-perl/JSON-MaybeXS/Manifest
+++ b/dev-perl/JSON-MaybeXS/Manifest
@@ -1 +1,2 @@
DIST JSON-MaybeXS-1.003005.tar.gz 10373 SHA256 bdb4694b564f10459d49b9658693ceb8b91b66db0fc5e9f19cf15f3ce46cc80a SHA512 101b5b693eabeaf4e8417d021b3d311b9c8669a0121b97af7781cfbdb3ba24b8aef80d15a3cf4d78b40e47230e9f1c4450c73741675ec6d5ea018c6b06ea49d7 WHIRLPOOL 1f3bfff633a34aac006141b88b64f5cd26582cf65d50e6672ce8413c80468ea1f7abf5ba04cdbfb8982e04bd4b038662caa37428f1a1e8df602e601061916989
+DIST JSON-MaybeXS-1.003009.tar.gz 11699 SHA256 f7800ee97baae6e987ceba0c05fde838116d5f4ec3dff55ff79eb36654d22486 SHA512 a8606ccaac749650004d70bd5d6219fb18f66c4c86f720bbec3daf21a15bacd17d308c2a394fb1c9f6584be4d7c519cbc8653bdf5c7c7fa4129b75261645d8e3 WHIRLPOOL 4451ae164ee080cdb7a38e0995e59f55b6f3a0c8501fd22a3d0952b96e10972c034454b1eb3e68ac04645bf439ddfbf6942cf45a99d3a667eb791de7d1308288
diff --git a/dev-perl/JSON-MaybeXS/metadata.xml b/dev-perl/JSON-MaybeXS/metadata.xml
index 2b9a936fc0a..d4230d15002 100644
--- a/dev-perl/JSON-MaybeXS/metadata.xml
+++ b/dev-perl/JSON-MaybeXS/metadata.xml
@@ -5,4 +5,11 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <use>
+ <flag name="xs">Install a C-Based backend to make JSON encode/decode fast</flag>
+ </use>
+ <upstream>
+ <remote-id type="cpan">JSON-MaybeXS</remote-id>
+ <remote-id type="cpan-module">JSON::MaybeXS</remote-id>
+ </upstream>
</pkgmetadata>
next reply other threads:[~2017-03-21 1:48 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 1:48 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-11 3:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/ Sam James
2023-08-02 22:08 Sam James
2023-08-02 15:45 Sam James
2023-07-24 4:12 Sam James
2023-07-24 3:59 Sam James
2023-06-21 3:09 Sam James
2021-11-07 0:13 Andreas K. Hüttel
2021-08-09 0:54 Sam James
2021-08-07 23:37 Sam James
2021-08-07 14:49 Sam James
2021-08-07 14:49 Sam James
2021-08-07 14:45 Sam James
2021-08-07 14:45 Sam James
2021-08-07 14:43 Sam James
2021-08-06 21:18 Sam James
2021-06-22 12:50 Andreas K. Hüttel
2019-05-04 21:46 Mikle Kolyada
2018-12-08 12:51 Mikle Kolyada
2018-10-19 18:15 Fabian Groffen
2018-07-24 22:54 Mart Raudsepp
2018-06-26 14:03 Tobias Klausmann
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-08 13:26 Mikle Kolyada
2018-01-23 22:21 Patrice Clement
2017-11-05 18:00 Sergei Trofimovich
2017-11-04 10:45 Sergei Trofimovich
2017-08-03 8:24 Sergei Trofimovich
2017-07-01 11:14 Sergei Trofimovich
2017-07-01 10:23 Sergei Trofimovich
2017-06-30 8:28 Sergei Trofimovich
2017-06-29 8:06 Agostino Sarubbo
2017-04-01 13:05 Kent Fredric
2016-05-16 19:08 Mikle Kolyada
2016-05-15 19:51 Andreas Hüttel
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=1490060887.94b83d13d90c7f1efca73bd8734a8e37b6d1fdd1.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