public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2016-05-15 19:51 Andreas Hüttel
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas Hüttel @ 2016-05-15 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     55b0e3802da1403f75e43f04fc696aa2535485a0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 19:50:51 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 15 19:51:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b0e380

dev-perl/JSON-MaybeXS: Keyword ~arm

Package-Manager: portage-2.2.28

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
index e06afe2..443e051 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2016-05-16 19:08 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2016-05-16 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     83a86d7ddb00e77a1d79563537a415002825042a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 19:07:24 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 16 19:07:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a86d7d

dev-perl/JSON-MaybeXS: Add ~ppc keyword

Package-Manager: portage-2.2.28

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
index 443e051..40706d9 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE="test"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-03-21  1:48 Kent Fredric
  0 siblings, 0 replies; 35+ messages in thread
From: Kent Fredric @ 2017-03-21  1:48 UTC (permalink / raw
  To: gentoo-commits

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>


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-04-01 13:05 Kent Fredric
  0 siblings, 0 replies; 35+ messages in thread
From: Kent Fredric @ 2017-04-01 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2a879e837d79e6ab38acf0f02c15760fc0a92da7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 12:22:35 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 13:04:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a879e83

dev-perl/JSON-MaybeXS: Remove old for bug #613366

Bug: https://bugs.gentoo.org/613366
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild | 33 -------------------------
 dev-perl/JSON-MaybeXS/Manifest                  |  1 -
 2 files changed, 34 deletions(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
deleted file mode 100644
index 12f6e49849a..00000000000
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.003005
-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"
-
-# needs Scalar-Util
-RDEPEND="
-	virtual/perl-Carp
-	>=virtual/perl-JSON-PP-2.272.20
-	virtual/perl-Scalar-List-Utils
-"
-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
-		>=dev-perl/Test-Without-Module-0.170.0
-	)
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/JSON-MaybeXS/Manifest b/dev-perl/JSON-MaybeXS/Manifest
index 5d1f0c4c61b..d6bd8ce9c8d 100644
--- a/dev-perl/JSON-MaybeXS/Manifest
+++ b/dev-perl/JSON-MaybeXS/Manifest
@@ -1,2 +1 @@
-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


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-06-29  8:06 Agostino Sarubbo
  0 siblings, 0 replies; 35+ messages in thread
From: Agostino Sarubbo @ 2017-06-29  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     44dc3964f63574714424ba1771b5c60741646de9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 29 08:05:44 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 29 08:05:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44dc3964

dev-perl/JSON-MaybeXS: amd64 stable wrt bug #622982

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index fdb97af5ac5..f8e91aa75bc 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-06-30  8:28 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-06-30  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     01a4617c642728b95b673e201fe0da8c5d98c269
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 07:16:31 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 08:19:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a4617c

dev-perl/JSON-MaybeXS: ia64 stable, bug #622982

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index f8e91aa75bc..7e1985b9ed5 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc ~x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-07-01 10:23 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     56c692016f1e164a114f06ac433caac2f20dfabb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 10:19:38 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 10:19:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c69201

dev-perl/JSON-MaybeXS: ia64 keyworded, bug #613376

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index b91cee9fa15..73b30de78af 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ia64 ~ppc x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-07-01 11:14 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-07-01 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     69012fe53f2dc76ad7247ff080e61b03efccd07f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 11:13:21 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 11:14:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69012fe5

Revert "dev-perl/JSON-MaybeXS: ia64 keyworded, bug #613376"

This reverts commit 56c692016f1e164a114f06ac433caac2f20dfabb.

Accidentally dropped package down to ~ia64

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 73b30de78af..b91cee9fa15 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-08-03  8:24 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-08-03  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     adfd69c931bc4e9e748db41de2e6673216e55cf6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 08:24:43 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 08:24:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfd69c9

dev-perl/JSON-MaybeXS: keyworded 1.3.9 for ppc64, bug #622974

Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index b91cee9fa15..d2711d0030f 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-11-04 10:45 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-11-04 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     7f34142173558b241eaf3560faef231c6d079365
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 10:45:34 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 10:45:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f341421

dev-perl/JSON-MaybeXS: stable 1.3.9 for sparc, bug #622982 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index d2711d0030f..ba63ba380b0 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2017-11-05 18:00 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2017-11-05 18:00 UTC (permalink / raw
  To: gentoo-commits

commit:     74efffa26a7d9c2ac6b87b386adac8eff784b902
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 17:57:15 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 18:00:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74efffa2

dev-perl/JSON-MaybeXS: stable 1.3.9 for hppa, bug #622982 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index ba63ba380b0..c58e0b9ee27 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-01-23 22:21 Patrice Clement
  0 siblings, 0 replies; 35+ messages in thread
From: Patrice Clement @ 2018-01-23 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     32fe66311f329476ac173c27abf7aa403da50ab3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 22:12:55 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 22:12:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fe6631

dev-perl/JSON-MaybeXS: add amd64-fbsd keyword.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index b8a291525a4..d53499357bd 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-06-08 13:26 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2018-06-08 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b5930e333063912bf3a1211c141c93cdc638ba46
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 13:12:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 13:25:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5930e33

dev-perl/JSON-MaybeXS: restore s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 37f239de07a..5e5d215cc34 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-06-24 19:41 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1154518302aacb1f3045a4ff3ea1c858453774e9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 18:20:37 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 19:36:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11545183

dev-perl/JSON-MaybeXS: stable 1.3.9 for ppc, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 5e5d215cc34..218c2007d46 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-06-24 20:25 Sergei Trofimovich
  0 siblings, 0 replies; 35+ messages in thread
From: Sergei Trofimovich @ 2018-06-24 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     67b2c22a56398b32eee48c8fc48c9c4d66334813
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 20:11:48 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 20:21:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b2c22a

dev-perl/JSON-MaybeXS: stable 1.3.9 for ppc64, bug #657690

Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 218c2007d46..d39212d203d 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-06-26 14:03 Tobias Klausmann
  0 siblings, 0 replies; 35+ messages in thread
From: Tobias Klausmann @ 2018-06-26 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     8c3c9b9da6da28ac33102358fe54f4709acdca75
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 14:02:11 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 14:03:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3c9b9d

dev-perl/JSON-MaybeXS-1.3.9-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/657690

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index d39212d203d..f0a19257ba8 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-07-24 22:54 Mart Raudsepp
  0 siblings, 0 replies; 35+ messages in thread
From: Mart Raudsepp @ 2018-07-24 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2fb316917e0d6f1ea9fbf753b8e067d235875ff3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 22:51:16 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 22:54:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb31691

dev-perl/JSON-MaybeXS-1.3.9: add ~arm64 keyword

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index f0a19257ba8..eab5bd96fab 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-10-19 18:15 Fabian Groffen
  0 siblings, 0 replies; 35+ messages in thread
From: Fabian Groffen @ 2018-10-19 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     aa0b9b37247101e6c061d148c4b7f34a1d380fa3
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 17:58:07 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 18:14:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0b9b37

dev-perl/JSON-MaybeXS: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index eab5bd96fab..9ce934aee46 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2018-12-08 12:51 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2018-12-08 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0dc53f8ea22aaa26b77616eec72c57fd24b86a0d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 12:46:33 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 12:46:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc53f8e

dev-perl/JSON-MaybeXS: arm stable wrt bug #667266

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 9ce934aee46..43a86898b3d 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2019-05-04 21:46 Mikle Kolyada
  0 siblings, 0 replies; 35+ messages in thread
From: Mikle Kolyada @ 2019-05-04 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     936b7710cc248e2e175081a0f32ec366b36029a6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 21:45:41 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May  4 21:45:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936b7710

dev-perl/JSON-MaybeXS: Add ~riscv keyword

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
index 27e3f3e69d2..c340c3d03ee 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test +xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-06-22 12:50 Andreas K. Hüttel
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas K. Hüttel @ 2021-06-22 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cf3a2e775ee4a32199338d4d5c27261366bcf568
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 12:49:53 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 12:50:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3a2e77

dev-perl/JSON-MaybeXS: Version bump 1.004003

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 36 +++++++++++++++++++++++++
 dev-perl/JSON-MaybeXS/Manifest                  |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
new file mode 100644
index 00000000000..adc76d9b49f
--- /dev/null
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.004003
+inherit perl-module
+
+DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="+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
+		)
+	)
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Needs-0.2.6
+	)
+"

diff --git a/dev-perl/JSON-MaybeXS/Manifest b/dev-perl/JSON-MaybeXS/Manifest
index 503cc5ec9c2..b78d08bff31 100644
--- a/dev-perl/JSON-MaybeXS/Manifest
+++ b/dev-perl/JSON-MaybeXS/Manifest
@@ -1 +1,2 @@
 DIST JSON-MaybeXS-1.003009.tar.gz 11699 BLAKE2B e1d961451908d3872d23006f68fcf94cf01c88e1cbcbbe005cee6deac30fbad26f8121a921d815fb15f135af7f4e15bf78f323ce3c20b0ea0849b7e16ac36eb1 SHA512 a8606ccaac749650004d70bd5d6219fb18f66c4c86f720bbec3daf21a15bacd17d308c2a394fb1c9f6584be4d7c519cbc8653bdf5c7c7fa4129b75261645d8e3
+DIST JSON-MaybeXS-1.004003.tar.gz 22593 BLAKE2B 3eb0631e119db7c3fc8945e52c8d2bc3af771a47672b57719ec4c3e391811022e1404f3258f414b47c74af06b89aceed55fbab4bfc049ed48571b023bc4d3c65 SHA512 4690be671ea59f82ab24cc5c72d0f4a98a21f40d33c0acac853a2b15eac38933f7af3e1212ee6b5479d5e639246ebb5726c25e837996722fcfef7029dd5ed6fe


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-06 21:18 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-06 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     ac848f4c151d3c432a70319f96efa25df5023ce4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  6 21:17:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  6 21:17:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac848f4c

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 ppc, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index adc76d9b49f..c445968b82e 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 14:43 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b639fb914f69f9314af387762d4f4498793e1917
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:40:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:40:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b639fb91

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 amd64, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index c445968b82e..b0d77d1a6da 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 14:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     75a64eadd9a675be0463e385786fd6000f15aaf9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:44:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:44:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a64ead

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 arm, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index b0d77d1a6da..e4f64bc4ce2 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 14:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     82380a3be23542c08736f487eb2586e6395ea9c1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:44:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:44:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82380a3b

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 arm64, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index e4f64bc4ce2..559f84c2c99 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 14:49 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6c7c9a2aae0734052e266eb2a443893133e4a96d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:46:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:49:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7c9a2a

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 ppc64, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index 559f84c2c99..21344c1c3d6 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 14:49 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     48a51044c3a7b4cd125b5bfdbbf18add95d89fbb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 14:47:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 14:49:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a51044

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 sparc, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index 21344c1c3d6..43a42d558df 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-07 23:37 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-07 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ed2f4d695a38e099599da8d78ee997746c3a4a70
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 23:33:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 23:33:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2f4d69

dev-perl/JSON-MaybeXS: Stabilize 1.4.3 x86, #806112

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index 43a42d558df..dcf91dcac9b 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-08-09  0:54 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2021-08-09  0:54 UTC (permalink / raw
  To: gentoo-commits

commit:     2d00c9a49588cf6c23218b99a6312b135cb69c1c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Aug  8 16:42:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 00:53:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d00c9a4

dev-perl/JSON-MaybeXS: stable 1.4.3 for hppa, bug #806112

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
index dcf91dcac9b..680ad508440 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.3.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2021-11-07  0:13 Andreas K. Hüttel
  0 siblings, 0 replies; 35+ messages in thread
From: Andreas K. Hüttel @ 2021-11-07  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f6d76bcc99a93ce4529e115980efba0cdd8ba4be
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 00:03:45 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 00:12:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d76bcc

dev-perl/JSON-MaybeXS: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild | 37 -------------------------
 dev-perl/JSON-MaybeXS/Manifest                  |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
deleted file mode 100644
index 2c3c05f8910..00000000000
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.3.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test +xs"
-RESTRICT="!test? ( test )"
-
-# 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 b78d08bff31..17f5ca9533a 100644
--- a/dev-perl/JSON-MaybeXS/Manifest
+++ b/dev-perl/JSON-MaybeXS/Manifest
@@ -1,2 +1 @@
-DIST JSON-MaybeXS-1.003009.tar.gz 11699 BLAKE2B e1d961451908d3872d23006f68fcf94cf01c88e1cbcbbe005cee6deac30fbad26f8121a921d815fb15f135af7f4e15bf78f323ce3c20b0ea0849b7e16ac36eb1 SHA512 a8606ccaac749650004d70bd5d6219fb18f66c4c86f720bbec3daf21a15bacd17d308c2a394fb1c9f6584be4d7c519cbc8653bdf5c7c7fa4129b75261645d8e3
 DIST JSON-MaybeXS-1.004003.tar.gz 22593 BLAKE2B 3eb0631e119db7c3fc8945e52c8d2bc3af771a47672b57719ec4c3e391811022e1404f3258f414b47c74af06b89aceed55fbab4bfc049ed48571b023bc4d3c65 SHA512 4690be671ea59f82ab24cc5c72d0f4a98a21f40d33c0acac853a2b15eac38933f7af3e1212ee6b5479d5e639246ebb5726c25e837996722fcfef7029dd5ed6fe


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2023-06-21  3:09 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-06-21  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b7682a5f2b772727af5704cea466d38c2d459000
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 02:29:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 03:09:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7682a5f

dev-perl/JSON-MaybeXS: add 1.4.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 37 +++++++++++++++++++++++++
 dev-perl/JSON-MaybeXS/Manifest                  |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
new file mode 100644
index 000000000000..058ec0c4b9eb
--- /dev/null
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.004005
+inherit perl-module
+
+DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="+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
+		)
+	)
+"
+BDEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Needs-0.2.6
+	)
+"

diff --git a/dev-perl/JSON-MaybeXS/Manifest b/dev-perl/JSON-MaybeXS/Manifest
index 17f5ca9533aa..1203df4f663e 100644
--- a/dev-perl/JSON-MaybeXS/Manifest
+++ b/dev-perl/JSON-MaybeXS/Manifest
@@ -1 +1,2 @@
 DIST JSON-MaybeXS-1.004003.tar.gz 22593 BLAKE2B 3eb0631e119db7c3fc8945e52c8d2bc3af771a47672b57719ec4c3e391811022e1404f3258f414b47c74af06b89aceed55fbab4bfc049ed48571b023bc4d3c65 SHA512 4690be671ea59f82ab24cc5c72d0f4a98a21f40d33c0acac853a2b15eac38933f7af3e1212ee6b5479d5e639246ebb5726c25e837996722fcfef7029dd5ed6fe
+DIST JSON-MaybeXS-1.004005.tar.gz 23133 BLAKE2B d38ae6fa8bd14705685fd7076d7c788c4d75e4c417ed244d1c3aff2138f047011a0bcde3107e52b5c7ab26f36f0211bd25ec5b8abe1804e3b728f2caa338d32a SHA512 f483549f08bb829c7958fd36d33ece8550ed13d53f559d3a8a0915045a11443a01fcbd3ad767f09759d24ec98c2eeced4e550a1fb333a1fc929b7086e1506edf


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2023-07-24  3:59 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-07-24  3:59 UTC (permalink / raw
  To: gentoo-commits

commit:     15141415cdd0b9ac4025fe572df0299bf6c9607b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:58:00 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:58:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15141415

dev-perl/JSON-MaybeXS: Stabilize 1.4.5 arm, #910901

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
index b3eb4ce994b0..eb685f91423a 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2023-07-24  4:12 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-07-24  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0079bdf3fdc5bbc46a0d8c713e52a02d191026f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:10:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:10:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0079bdf3

dev-perl/JSON-MaybeXS: Stabilize 1.4.5 amd64, #910901

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
index eb685f91423a..87772ae36126 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2023-08-02 15:45 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-08-02 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     381543877c665fe92a5970c8d41297045bb41d84
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 15:45:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 15:45:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38154387

dev-perl/JSON-MaybeXS: Stabilize 1.4.5 hppa, #910901

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
index 87772ae36126..464a5bc3cbcb 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/
@ 2023-08-02 22:08 Sam James
  0 siblings, 0 replies; 35+ messages in thread
From: Sam James @ 2023-08-02 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     99ed1be8bae7a6777051f751ea02c4d823111179
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 22:08:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 22:08:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ed1be8

dev-perl/JSON-MaybeXS: Stabilize 1.4.5 ppc, #910901

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
index 464a5bc3cbcb..bdc6a2998299 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2023-08-02 22:08 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-24  3:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-MaybeXS/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-08-02 22:08 Sam James
2023-08-02 15:45 Sam James
2023-07-24  4:12 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
2017-03-21  1:48 Kent Fredric
2016-05-16 19:08 Mikle Kolyada
2016-05-15 19:51 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox