diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-12 04:50:18 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-12 09:18:39 +1300 |
commit | 3e16f2a9771219dd6f23d6d16a4b350a16b74481 (patch) | |
tree | 4fd42242b9b6769f039dd00fa549b4550203f939 /perl-core | |
parent | Merge branch 'dev-erlang-bumps' (diff) | |
download | gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.tar.gz gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.tar.bz2 gentoo-3e16f2a9771219dd6f23d6d16a4b350a16b74481.zip |
perl-core/Scalar-List-Utils: Add 1.460.0
Various things on CPAN now need newer Scalar::List::Utils.
Keywords copied from virtual/perl-Scalar-List-Utils
Package-Manager: portage-2.3.2
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Scalar-List-Utils/Manifest | 1 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild | 22 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/metadata.xml | 15 |
3 files changed, 38 insertions, 0 deletions
diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest new file mode 100644 index 000000000000..162043b3e287 --- /dev/null +++ b/perl-core/Scalar-List-Utils/Manifest @@ -0,0 +1 @@ +DIST Scalar-List-Utils-1.46.tar.gz 86961 SHA256 30662b1261364adb317e9a5bd686273d3dd731e3fda1b8e894802aa52e0052e7 SHA512 355e83d4127b372057143b9498863b075155e7bae8abaa9f5f3f9fbd56cd37b9c6dc58cd20249f22c8bff926d28a3be1e0b03760cc7c89ce358cb135a6c3369f WHIRLPOOL 3e272b17a2a87a6f6035bcc98c70c39adf05a22bed96d71463543be04201d74d960d8ede9184447d63b562d2abdcf6a5f0e41d273f0d52299f9847bba59f0431 diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild new file mode 100644 index 000000000000..2583997adf1d --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=PEVANS +DIST_VERSION=1.46 +inherit perl-module + +DESCRIPTION="Common Scalar and List utility subroutines" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" diff --git a/perl-core/Scalar-List-Utils/metadata.xml b/perl-core/Scalar-List-Utils/metadata.xml new file mode 100644 index 000000000000..b19d2d21e9f0 --- /dev/null +++ b/perl-core/Scalar-List-Utils/metadata.xml @@ -0,0 +1,15 @@ +<?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">Scalar-List-Utils</remote-id> + <remote-id type="cpan-module">List::Util</remote-id> + <remote-id type="cpan-module">List::Util::XS</remote-id> + <remote-id type="cpan-module">Scalar::Util</remote-id> + <remote-id type="cpan-module">Sub::Util</remote-id> + </upstream> +</pkgmetadata> |