diff options
author | 2024-06-01 04:15:16 +0100 | |
---|---|---|
committer | 2024-06-01 04:15:16 +0100 | |
commit | 8266f9595e43ba6c1dfec1ee7cbb0299e6a7cd9d (patch) | |
tree | ac7bbfa3ca5a3f723687977f5f00736601e7d397 /dev-perl | |
parent | dev-perl/UUID: add 0.350.0 (diff) | |
download | gentoo-8266f9595e43ba6c1dfec1ee7cbb0299e6a7cd9d.tar.gz gentoo-8266f9595e43ba6c1dfec1ee7cbb0299e6a7cd9d.tar.bz2 gentoo-8266f9595e43ba6c1dfec1ee7cbb0299e6a7cd9d.zip |
dev-perl/Cpanel-JSON-XS: add 4.380.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.380.0.ebuild | 40 | ||||
-rw-r--r-- | dev-perl/Cpanel-JSON-XS/Manifest | 1 |
2 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.380.0.ebuild b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.380.0.ebuild new file mode 100644 index 000000000000..ecc821beaacb --- /dev/null +++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-4.380.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RURBAN +DIST_VERSION=4.38 +DIST_EXAMPLES=("eg/*") +DIST_WIKI="tests" +inherit perl-module + +DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing" +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" + +RDEPEND=" + >=virtual/perl-Math-BigInt-1.160.0 + virtual/perl-Carp + >=virtual/perl-Encode-1.980.100 + virtual/perl-Exporter + virtual/perl-XSLoader + >=virtual/perl-podlators-2.80.0 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Data-Dumper + virtual/perl-Test + virtual/perl-Test-Simple + virtual/perl-Time-Piece + ) +" + +pkg_postinst() { + ewarn "This package provides 'cpanel_json_xs' in PATH, which includes optional features" + ewarn "otherwise not automatically made available yet. If you desire to use these," + ewarn "please consult:" + ewarn " https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}#Optional_Features" +} diff --git a/dev-perl/Cpanel-JSON-XS/Manifest b/dev-perl/Cpanel-JSON-XS/Manifest index b081fb76a67c..3697816424e7 100644 --- a/dev-perl/Cpanel-JSON-XS/Manifest +++ b/dev-perl/Cpanel-JSON-XS/Manifest @@ -1 +1,2 @@ DIST Cpanel-JSON-XS-4.37.tar.gz 257929 BLAKE2B 53cf538ec2144439d8136482367f724419e86a67dc781e8c9c1293ad56b4751fa2ef9af21252f1a907f7bb69bde3a9188a09580a24b8b4d3ade4950c7cb567ce SHA512 f1b5fc161711815f33b3e05a19111d9c94ef817c952eb3d317cb8bc3fd973acdb645a6b129cb21345dccf4a161de069f0ab2d3cb807e7f6b20ebe2527ef48978 +DIST Cpanel-JSON-XS-4.38.tar.gz 257943 BLAKE2B 0665d23c17a05aa6b053b45fb0569f95e663c01e597db640598318d8705bbf5361b14ee4d71c144bd29e4a518f22a8e9d082353663045f3f8bf1766ae2e30e65 SHA512 24b619b838e90bcaa106d9280e8ee926ada14353cf481b97baae110b45190ff3283beba7970061223da1870dea30278bd0bc566a8491b7c198058628ed9528ff |