* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-11-05 9:46 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-05 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 782006012822333ba18def06dda3553841e1801b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 5 07:45:33 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 5 09:46:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78200601
dev-perl/JSON-Parse: Added at version 0.420.0
Required by newer Google-Ads-Adwords-Client
Package-Manager: portage-2.3.2
dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild | 25 +++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
dev-perl/JSON-Parse/metadata.xml | 14 ++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild
new file mode 100644
index 00000000..6971a4f
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild
@@ -0,0 +1,25 @@
+# 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.42
+inherit perl-module
+
+DESCRIPTION="Read JSON into a Perl Variable"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-perl/Path-Tiny
+ 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
new file mode 100644
index 00000000..8f6cf70
--- /dev/null
+++ b/dev-perl/JSON-Parse/Manifest
@@ -0,0 +1 @@
+DIST JSON-Parse-0.42.tar.gz 65871 SHA256 bac333e09f9e6d18daca1742732045032609a8bdd70cf93f4ae64ec48cd493aa SHA512 de13b79da092fb4232d82dfacab05c0585d77dda735b76a9622a571a1992e7e5a652b29df26f25a5837894f120d0fe4627963981636865a3a457dfe68082e34e WHIRLPOOL 0b5dcb8e47b210ed5fcfd21082cdffc3c5725e02d2e117655c47cfdb386e58710fe653ca29b9c01c94e770e3a21a3e363b2aa8fd2cef8eee685291d962a8ad7a
diff --git a/dev-perl/JSON-Parse/metadata.xml b/dev-perl/JSON-Parse/metadata.xml
new file mode 100644
index 00000000..6726e352
--- /dev/null
+++ b/dev-perl/JSON-Parse/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <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>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-11-06 7:10 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-06 7:10 UTC (permalink / raw
To: gentoo-commits
commit: f8194b2ec41dbfe8eb308b6b46068d2723672c44
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 07:08:54 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 07:09:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8194b2e
dev-perl/JSON-Parse: Bump to 0.430.0
Upstream:
- Remove dependency on Path::Tiny
- Update unicode decoding logic
- Increase clarity of validation
Package-Manager: portage-2.3.2
dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild | 23 +++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild
new file mode 100644
index 00000000..0d78e77
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild
@@ -0,0 +1,23 @@
+# 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.43
+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 8f6cf70..6940cd9 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1 +1,2 @@
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
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-11-17 3:42 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-17 3:42 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-11-19 4:15 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-19 4:15 UTC (permalink / raw
To: gentoo-commits
commit: c5a62515250f9b8872fa1c7f09290b3d9352bfaf
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 04:14:59 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 04:14:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a62515
dev-perl/JSON-Parse: Bump to version 0.470.0
Upstream:
- Inactivate diagnostics_hash function on Perl <5.14
Package-Manager: portage-2.3.2
dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild | 24 ++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild
new file mode 100644
index 00000000..d8ef26f
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.470.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.47
+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 4a40c95..11de79d 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1,3 +1,4 @@
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
+DIST JSON-Parse-0.47.tar.gz 73611 SHA256 c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb WHIRLPOOL 54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-11-20 23:40 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-11-20 23:40 UTC (permalink / raw
To: gentoo-commits
commit: 87594dda4799b1741721563505ff5c338aa405e1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:28:18 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:28:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87594dda
dev-perl/JSON-Parse: Bump to version 0.480.0
Upstream:
- Add "check" method
Package-Manager: portage-2.3.2
dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild | 24 ++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild
new file mode 100644
index 00000000..0b214d3
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.480.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.48
+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 11de79d..f83796c 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -2,3 +2,4 @@ DIST JSON-Parse-0.42.tar.gz 65871 SHA256 bac333e09f9e6d18daca1742732045032609a8b
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
DIST JSON-Parse-0.47.tar.gz 73611 SHA256 c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb WHIRLPOOL 54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a
+DIST JSON-Parse-0.48.tar.gz 73169 SHA256 32d470f07af15778de93345d50a91a2b86c88850b9b008b91f1048d0606730f1 SHA512 62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4 WHIRLPOOL 2f86ad89015d5ef14df899fa0a613c860e21073987581d66bb611903f2a8053c5d27f3c5c70cb743b21e245043bc5ca6d8ba3ad805448f6f5802c0b0110a81aa
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2016-12-04 21:25 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2016-12-04 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 74b58a2cc8e3fb6e876606d0b3c1f337c0840ed9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 21:24:45 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 21:25:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74b58a2c
dev-perl/JSON-Parse: Bump to version 0.490.0
Upstream:
- Input texts being undef or all whitespace now cause a fatal
error, for conformance with JSON Parsing Test Suite
Package-Manager: portage-2.3.2
dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild | 24 ++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild
new file mode 100644
index 00000000..431f645
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.490.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.49
+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 f83796c..cf262eb 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -3,3 +3,4 @@ DIST JSON-Parse-0.43.tar.gz 67271 SHA256 74c642000f064f6a85e3fb07ce0cb54bdea26b5
DIST JSON-Parse-0.46.tar.gz 72873 SHA256 657d537a93d7126d01cbc41286e0d61f066e9537c9565464e052452445b22b41 SHA512 ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508 WHIRLPOOL 33b57062d67b6774b11189e783bc8cc05f6c405e3c6b699323c883622bac92ce5a337311163d571753aa31538c3067b93c10d130e08247d615f9a743bdd7eacf
DIST JSON-Parse-0.47.tar.gz 73611 SHA256 c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb WHIRLPOOL 54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a
DIST JSON-Parse-0.48.tar.gz 73169 SHA256 32d470f07af15778de93345d50a91a2b86c88850b9b008b91f1048d0606730f1 SHA512 62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4 WHIRLPOOL 2f86ad89015d5ef14df899fa0a613c860e21073987581d66bb611903f2a8053c5d27f3c5c70cb743b21e245043bc5ca6d8ba3ad805448f6f5802c0b0110a81aa
+DIST JSON-Parse-0.49.tar.gz 74543 SHA256 e84342336d3a6d096d8e5c305a02396e2e2190dc7f1ff6a648447d49bcb979d1 SHA512 b78903470adda729c5459ea09896f4a595835f23698900eb8014ad5d66ec20c01f9d36ff997881e54dc941023a0d8c36066292322068b8f1b685618580f18c68 WHIRLPOOL d4aa260a11eebdb02a9100aa0c7bc94da9b01574feda84928490cf329f00d06ccce86c4c3ac9ec89fdada2dc048968e1b4ceaadf31d6fe4d55c0115e5c628234
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2017-10-26 6:11 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2017-10-26 6:11 UTC (permalink / raw
To: gentoo-commits
commit: e0f9134bb7dc57758820dd6bdefd1b8aa746bfe3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 06:10:25 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 06:10:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f9134b
dev-perl/JSON-Parse: Bump to version 0.550.0
Upstream:
- Add tokenize_text method to JSON::Tokenize
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 23 +++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 24 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
new file mode 100644
index 00000000000..ba973e727d8
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BKB
+DIST_VERSION=0.55
+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 cf262ebfca1..7db036a8987 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -4,3 +4,4 @@ DIST JSON-Parse-0.46.tar.gz 72873 SHA256 657d537a93d7126d01cbc41286e0d61f066e953
DIST JSON-Parse-0.47.tar.gz 73611 SHA256 c4d8fd3e6d609caa3dfcd2cbe8f38ddb2fc8f2de7cfe0890639e743ad11dfb6a SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb WHIRLPOOL 54d4c7f57166b18153b3109f0fdb4443ce9039d3f534fb58ede012cd61b1e1f58985beb11042ffb5c85d84fba084548c9205840c6023fd23621d3a262356de7a
DIST JSON-Parse-0.48.tar.gz 73169 SHA256 32d470f07af15778de93345d50a91a2b86c88850b9b008b91f1048d0606730f1 SHA512 62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4 WHIRLPOOL 2f86ad89015d5ef14df899fa0a613c860e21073987581d66bb611903f2a8053c5d27f3c5c70cb743b21e245043bc5ca6d8ba3ad805448f6f5802c0b0110a81aa
DIST JSON-Parse-0.49.tar.gz 74543 SHA256 e84342336d3a6d096d8e5c305a02396e2e2190dc7f1ff6a648447d49bcb979d1 SHA512 b78903470adda729c5459ea09896f4a595835f23698900eb8014ad5d66ec20c01f9d36ff997881e54dc941023a0d8c36066292322068b8f1b685618580f18c68 WHIRLPOOL d4aa260a11eebdb02a9100aa0c7bc94da9b01574feda84928490cf329f00d06ccce86c4c3ac9ec89fdada2dc048968e1b4ceaadf31d6fe4d55c0115e5c628234
+DIST JSON-Parse-0.55.tar.gz 77591 SHA256 dc9856dbc355114bcb0dc036bb632976b19b88d3a7ad59726f1fa917e7f5d256 SHA512 adb4bbf61e7aa73098bbfb03c1b3eaac6f56905cb05b7baa3a3a9047f47a24ba9dadd0dc7fd34aeaeca2a393bc577c3b85345c5ca740d2e9553c0554c39bd36c WHIRLPOOL f0091fe57b4601d55ce796db1415c324e1e9dd866c8d4c11b1e71a6bdd92704e7148c159d409782f092b3effcea79b1fa6ef4c1964a2b7611f4c206bbf367638
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2018-06-10 4:31 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2018-06-10 4:31 UTC (permalink / raw
To: gentoo-commits
commit: b2a5075e988fd1eef2608803284fef8c1d0823cc
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 02:25:16 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 04:30:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5075e
dev-perl/JSON-Parse: Cleanup old versions 0.4*
Package-Manager: Portage-2.3.29, Repoman-2.3.9
dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild | 24 ------------------------
dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild | 22 ----------------------
dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild | 23 -----------------------
dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild | 23 -----------------------
dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild | 23 -----------------------
dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild | 23 -----------------------
dev-perl/JSON-Parse/Manifest | 6 ------
7 files changed, 144 deletions(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild
deleted file mode 100644
index f7fd0695409..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.420.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.42
-inherit perl-module
-
-DESCRIPTION="Read JSON into a Perl Variable"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Path-Tiny
- 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/JSON-Parse-0.430.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild
deleted file mode 100644
index 37643ca804e..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.430.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.43
-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/JSON-Parse-0.460.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
deleted file mode 100644
index b99b9f4d02e..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.460.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/JSON-Parse-0.470.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild
deleted file mode 100644
index 3dfbd66119b..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.470.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.47
-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/JSON-Parse-0.480.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild
deleted file mode 100644
index a9f4152d29a..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.480.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.48
-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/JSON-Parse-0.490.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild
deleted file mode 100644
index 305d3013ff2..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.490.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.49
-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 cbc1ed87662..7528f9537a3 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1,7 +1 @@
-DIST JSON-Parse-0.42.tar.gz 65871 BLAKE2B f3ad625bcce3027c6070d1328b75001ae6f896c5ff6a13376aef893d72e7e44786fc73fd95294da3f0b95db2395988c3f57aa3a52e551bfc62672d9f0eca7edf SHA512 de13b79da092fb4232d82dfacab05c0585d77dda735b76a9622a571a1992e7e5a652b29df26f25a5837894f120d0fe4627963981636865a3a457dfe68082e34e
-DIST JSON-Parse-0.43.tar.gz 67271 BLAKE2B 60477c405e32e899aa2a2d029ac36034125ea7ba2bc13c3fa0f629d451c6cf24b99ae423f84b7ee21a37225ff65bc4f7d810b09537509aa2f21070ce01d7dc05 SHA512 31495ae0298a0ced702668116b63a87d26de02eeb74b31ddeef0a25e96684bb6bc60a524534a32be5a2b5fb0adf3259084e67c829c3bea80c4a1bb33c185510e
-DIST JSON-Parse-0.46.tar.gz 72873 BLAKE2B 1ca11df5d71e607259453076ca715723bef2967a560905dc50323e20dd1241340398034d9f62b7ea4dc0afc4d0c1c2383400b8cb2c825834459521c8dc7c095e SHA512 ea6180c18c0027e88bbf9ef0c088479409020fca4da9af91775a7aa4a9e65a56c6c2b5852ecf605aa1b694201a00c54d340fa79635578551c2536cbc7e829508
-DIST JSON-Parse-0.47.tar.gz 73611 BLAKE2B b9bdef6337c0c8ffb28b3957e593e540fc53394ea89149b4e4f45f78f19bbfc60804779f42a8483d29ca946a799e72f5d25bc3a64b3b84fe998f90cd04e6a69b SHA512 6a691d95cecc99f6361e5f619f1702952d8184994049454db8240875015c3bea07bbcd57436dc890fb075f20df6877f23afb0cf171bdaa1782e1c4dac478eccb
-DIST JSON-Parse-0.48.tar.gz 73169 BLAKE2B 2d44bdfe905b78043489f74ded48a50962e2430975eb18b75a0f0d0df31c030b0dc06638221fad31a9cd7010530ede36b4a4eccc7ff2ede11f693b4701fa402d SHA512 62c26160bc69f418969175f77c33d3c1f90425bdb94c7544c2c2f911b358da105758a6b93f567061d8cb53cf204267cffba6cc40fbccdfd84d2ea0700b4e88e4
-DIST JSON-Parse-0.49.tar.gz 74543 BLAKE2B 86b32666fb0beef2a95b81b27db8d493174a9a44611f6498aabb0f1865b0d5598d48df0baf2a4de686693fd0c77e9db9bad214da9938fedbbd8c5a72d4be05d2 SHA512 b78903470adda729c5459ea09896f4a595835f23698900eb8014ad5d66ec20c01f9d36ff997881e54dc941023a0d8c36066292322068b8f1b685618580f18c68
DIST JSON-Parse-0.55.tar.gz 77591 BLAKE2B 76389224c1993973a6b8ee60fa5e1c0bc032f5a370831193d4c54e0bc7b443155cf3b8dc9034d51c8683ec5da65ae5c3c090e1664c4ac0a7f08b95cbd94c2249 SHA512 adb4bbf61e7aa73098bbfb03c1b3eaac6f56905cb05b7baa3a3a9047f47a24ba9dadd0dc7fd34aeaeca2a393bc577c3b85345c5ca740d2e9553c0554c39bd36c
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2020-09-12 3:55 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2020-09-12 3:55 UTC (permalink / raw
To: gentoo-commits
commit: befdd0d08450f75b6003399e002830c2780ce051
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 17:52:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 03:55:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befdd0d0
dev-perl/JSON-Parse: Keyword ~arm64
Required by new dev-perl/Finance-Quote
Tested on packet-at aarch64
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index 840d494d520..d18372de95a 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-02-09 21:36 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-02-09 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 189a84c13244d846b0bdc69d0950874137fa81fc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 21:34:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 21:34:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189a84c1
dev-perl/JSON-Parse: Keyword 0.550.0 ppc64, #768423
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index d18372de95a..c350c07ce46 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-02-11 7:39 Sergei Trofimovich
0 siblings, 0 replies; 19+ messages in thread
From: Sergei Trofimovich @ 2021-02-11 7:39 UTC (permalink / raw
To: gentoo-commits
commit: e4d677451648577b3624b6e65cb845ea035a4dbe
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:38:36 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:38:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d67745
dev-perl/JSON-Parse: keyworded 0.550.0 for ppc
keyworded wrt bug #768423
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index c350c07ce46..ecc535febf7 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-06-08 4:03 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-06-08 4:03 UTC (permalink / raw
To: gentoo-commits
commit: d8b310d90a2b1a8b53ccc55de936ce0dfddf459a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 04:02:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 04:02:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b310d9
dev-perl/JSON-Parse: Stabilize 0.550.0 amd64, #793944
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index 9b1de03f9d2..ffaaa2acff0 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-06-08 4:03 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-06-08 4:03 UTC (permalink / raw
To: gentoo-commits
commit: a4efd92737e29cac335ad4e1950195f8b356cab1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 8 04:02:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 8 04:02:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4efd927
dev-perl/JSON-Parse: Stabilize 0.550.0 x86, #793944
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index ecc535febf7..9b1de03f9d2 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-06-10 18:28 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-06-10 18:28 UTC (permalink / raw
To: gentoo-commits
commit: a2562d3ca27929880df569e71e9b5fff885b78b7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 18:28:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:28:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2562d3c
dev-perl/JSON-Parse: Stabilize 0.550.0 ppc, #793944
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
index ffaaa2acff0..d0617ec6223 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-06-22 18:13 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-06-22 18:13 UTC (permalink / raw
To: gentoo-commits
commit: 5ec8072302796779665dedf2d0bdaff101c695ea
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 18:01:47 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:12:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec80723
dev-perl/JSON-Parse: Version bump 0.61
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild | 25 +++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 26 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
new file mode 100644
index 00000000000..8a098e3e1b2
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BKB
+DIST_VERSION=0.61
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Read JSON into a Perl Variable"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Getopt-Long
+"
+BDEPEND="${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 7528f9537a3..f0c5e961e65 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1 +1,2 @@
DIST JSON-Parse-0.55.tar.gz 77591 BLAKE2B 76389224c1993973a6b8ee60fa5e1c0bc032f5a370831193d4c54e0bc7b443155cf3b8dc9034d51c8683ec5da65ae5c3c090e1664c4ac0a7f08b95cbd94c2249 SHA512 adb4bbf61e7aa73098bbfb03c1b3eaac6f56905cb05b7baa3a3a9047f47a24ba9dadd0dc7fd34aeaeca2a393bc577c3b85345c5ca740d2e9553c0554c39bd36c
+DIST JSON-Parse-0.61.tar.gz 88431 BLAKE2B 2f178915c89dc7eebfda67a0d3be8fe4207c0c7d68cc9b010e0af1840450ed91fa2758bbad0e4871db33de9115c52c83269570238596f7a9e6db0aba1a5ebac2 SHA512 3bf06ca12006ecef8a2d1692fe79c749cfe7eecf3d52140081ac8c46b1a1ef046bcf4f3b4072e8067d8c39f0f2987c5aca24597e58ad28a009c6a94055333e07
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-08-25 5:36 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2021-08-25 5:36 UTC (permalink / raw
To: gentoo-commits
commit: 3631b0496e3790f106435534acea2a5a349f2e3b
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:36:31 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:36:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3631b049
dev-perl/JSON-Parse: amd64 stable wrt bug #810115
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
index eaf702d5553..780b66cce96 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-08-25 11:16 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2021-08-25 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 03d2f150ec4318d2b136ab40f8c5c165af7537c2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 11:16:12 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 11:16:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d2f150
dev-perl/JSON-Parse: x86 stable wrt bug #810115
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
index 780b66cce96..4286fe91f17 100644
--- a/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.610.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Read JSON into a Perl Variable"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2021-11-07 0:13 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-11-07 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 4fd549abd7b8c2e590463d25da7d11b85d83fd99
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 7 00:04:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 7 00:12:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd549ab
dev-perl/JSON-Parse: 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-Parse/JSON-Parse-0.550.0.ebuild | 24 ------------------------
dev-perl/JSON-Parse/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
deleted file mode 100644
index d0617ec6223..00000000000
--- a/dev-perl/JSON-Parse/JSON-Parse-0.550.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BKB
-DIST_VERSION=0.55
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Read JSON into a Perl Variable"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( 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 f0c5e961e65..e8fe13c27e8 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1,2 +1 @@
-DIST JSON-Parse-0.55.tar.gz 77591 BLAKE2B 76389224c1993973a6b8ee60fa5e1c0bc032f5a370831193d4c54e0bc7b443155cf3b8dc9034d51c8683ec5da65ae5c3c090e1664c4ac0a7f08b95cbd94c2249 SHA512 adb4bbf61e7aa73098bbfb03c1b3eaac6f56905cb05b7baa3a3a9047f47a24ba9dadd0dc7fd34aeaeca2a393bc577c3b85345c5ca740d2e9553c0554c39bd36c
DIST JSON-Parse-0.61.tar.gz 88431 BLAKE2B 2f178915c89dc7eebfda67a0d3be8fe4207c0c7d68cc9b010e0af1840450ed91fa2758bbad0e4871db33de9115c52c83269570238596f7a9e6db0aba1a5ebac2 SHA512 3bf06ca12006ecef8a2d1692fe79c749cfe7eecf3d52140081ac8c46b1a1ef046bcf4f3b4072e8067d8c39f0f2987c5aca24597e58ad28a009c6a94055333e07
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/
@ 2023-06-21 3:09 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-06-21 3:09 UTC (permalink / raw
To: gentoo-commits
commit: 3aac93e7e729acead1b84f0edf3d21399f598e84
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 02:24:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 03:09:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aac93e7
dev-perl/JSON-Parse: add 0.620.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/JSON-Parse/JSON-Parse-0.620.0.ebuild | 26 ++++++++++++++++++++++++++
dev-perl/JSON-Parse/Manifest | 1 +
2 files changed, 27 insertions(+)
diff --git a/dev-perl/JSON-Parse/JSON-Parse-0.620.0.ebuild b/dev-perl/JSON-Parse/JSON-Parse-0.620.0.ebuild
new file mode 100644
index 000000000000..64584b693c89
--- /dev/null
+++ b/dev-perl/JSON-Parse/JSON-Parse-0.620.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BKB
+DIST_VERSION=0.62
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Read JSON into a Perl Variable"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Getopt-Long
+"
+BDEPEND="
+ ${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 e8fe13c27e8f..cdbcc69433bf 100644
--- a/dev-perl/JSON-Parse/Manifest
+++ b/dev-perl/JSON-Parse/Manifest
@@ -1 +1,2 @@
DIST JSON-Parse-0.61.tar.gz 88431 BLAKE2B 2f178915c89dc7eebfda67a0d3be8fe4207c0c7d68cc9b010e0af1840450ed91fa2758bbad0e4871db33de9115c52c83269570238596f7a9e6db0aba1a5ebac2 SHA512 3bf06ca12006ecef8a2d1692fe79c749cfe7eecf3d52140081ac8c46b1a1ef046bcf4f3b4072e8067d8c39f0f2987c5aca24597e58ad28a009c6a94055333e07
+DIST JSON-Parse-0.62.tar.gz 89448 BLAKE2B 2d816d9fc05e53116f9ab3153a4a80e65999259df3c9b5427395debbe78a700578dd19e4fb89a2aab8cdceae781e0a8dc0b5d80092c37a21468eb3af8a82a148 SHA512 75ea8461e3c9bd074775f3872a815a097feff3b201006eeb238d6d31b89a54ec3aa13021b9cbda3eea8308c678d6f2b2770962566f8926fbc32c39c6f474be6e
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2023-06-21 3:09 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 9:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/JSON-Parse/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-11-06 7:10 Kent Fredric
2016-11-17 3:42 Kent Fredric
2016-11-19 4:15 Kent Fredric
2016-11-20 23:40 Kent Fredric
2016-12-04 21:25 Kent Fredric
2017-10-26 6:11 Kent Fredric
2018-06-10 4:31 Kent Fredric
2020-09-12 3:55 Kent Fredric
2021-02-09 21:36 Sam James
2021-02-11 7:39 Sergei Trofimovich
2021-06-08 4:03 Sam James
2021-06-08 4:03 Sam James
2021-06-10 18:28 Sam James
2021-06-22 18:13 Andreas K. Hüttel
2021-08-25 5:36 Agostino Sarubbo
2021-08-25 11:16 Agostino Sarubbo
2021-11-07 0:13 Andreas K. Hüttel
2023-06-21 3:09 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox