diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-06 01:10:44 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-06 01:21:35 +1300 |
commit | 89037d32dc7376f63de52838d637da334803287a (patch) | |
tree | 12426ae1d702fa63644f8763c5323377a0efada8 /dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild | |
parent | games-roguelike/scourge: remove 0.21.1 (diff) | |
download | gentoo-89037d32dc7376f63de52838d637da334803287a.tar.gz gentoo-89037d32dc7376f63de52838d637da334803287a.tar.bz2 gentoo-89037d32dc7376f63de52838d637da334803287a.zip |
dev-perl/Cpanel-JSON-XS: Bump to version 3.23.900
Upstream:
- Check for correct module in %INC
- Disallow duplicate keys unless in relaxed mode
- Stringify <true> as "1" not "true"
- Be locale insensitive
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild')
-rw-r--r-- | dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild new file mode 100644 index 000000000000..386128fac854 --- /dev/null +++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=RURBAN +DIST_VERSION=3.0239 +DIST_EXAMPLES=("eg/*") +inherit perl-module + +DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=virtual/perl-podlators-2.80.0 +" +src_test() { + perl_rm_files t/z_*.t + perl-module_src_test +} |