diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-09 18:27:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-05-09 18:27:44 +0200 |
commit | 749f20eef0638d52fdb8d40f8bc87f85edfbd777 (patch) | |
tree | 231fb9315d98a7294a2d4bd038966d2918c3e062 /dev-perl/JSON | |
parent | dev-perl/SOAP-WSDL: Version bump 3.004 (diff) | |
download | gentoo-749f20eef0638d52fdb8d40f8bc87f85edfbd777.tar.gz gentoo-749f20eef0638d52fdb8d40f8bc87f85edfbd777.tar.bz2 gentoo-749f20eef0638d52fdb8d40f8bc87f85edfbd777.zip |
dev-perl/JSON: Version bump 4.03
Closes: https://bugs.gentoo.org/774405
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/JSON')
-rw-r--r-- | dev-perl/JSON/JSON-4.30.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/JSON/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/JSON/JSON-4.30.0.ebuild b/dev-perl/JSON/JSON-4.30.0.ebuild new file mode 100644 index 000000000000..285220bfa7d6 --- /dev/null +++ b/dev-perl/JSON/JSON-4.30.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=ISHIGAKI +DIST_VERSION=4.03 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder" + +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 )" + +RDEPEND="xs? ( >=dev-perl/JSON-XS-2.340.0 )" +BDEPEND=" + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_test() { + perl_rm_files t/00_pod.t + perl-module_src_test +} diff --git a/dev-perl/JSON/Manifest b/dev-perl/JSON/Manifest index b23b3ab2c7b9..018e6e82e98e 100644 --- a/dev-perl/JSON/Manifest +++ b/dev-perl/JSON/Manifest @@ -1 +1,2 @@ DIST JSON-2.94.tar.gz 82629 BLAKE2B 284e8fc19732ad680c9f953211f916222e29a032f2d70075d81df2372769874d409aea5a77c4f25fd00f2ff47784e34f421603adbdd0001834ce2e579c4de4b1 SHA512 0a20562441d525ee37fff467111f7d65124525e06b4f825079948752da2a983757e719025dd2ab896115b34ba146b4c495f738e4f005542dce0b058440c73a46 +DIST JSON-4.03.tar.gz 91373 BLAKE2B 0b1ca6496972942c76d4316c5749fe857c77dc693a6ea86a042ee05c546d9c54fe4cf662ffea69c2c4542b21359552304e4d55db6c57c85e4d509738a95a9f30 SHA512 5910818d3a866a50ea655da7d9ae617f21d3bc7e8511d35cff96ec4ea04fe553638c7843422cf2d00c37835a6d9f931b1defd224f57c40a3e52d7cef4684ef8c |