summaryrefslogtreecommitdiff
path: root/perl-core/Scalar-List-Utils
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/Scalar-List-Utils')
-rw-r--r--perl-core/Scalar-List-Utils/Manifest4
-rw-r--r--perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild21
-rw-r--r--perl-core/Scalar-List-Utils/metadata.xml15
3 files changed, 40 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..f394cdf7c7b7
--- /dev/null
+++ b/perl-core/Scalar-List-Utils/Manifest
@@ -0,0 +1,4 @@
+DIST Scalar-List-Utils-1.46.tar.gz 86961 SHA256 30662b1261364adb317e9a5bd686273d3dd731e3fda1b8e894802aa52e0052e7 SHA512 355e83d4127b372057143b9498863b075155e7bae8abaa9f5f3f9fbd56cd37b9c6dc58cd20249f22c8bff926d28a3be1e0b03760cc7c89ce358cb135a6c3369f WHIRLPOOL 3e272b17a2a87a6f6035bcc98c70c39adf05a22bed96d71463543be04201d74d960d8ede9184447d63b562d2abdcf6a5f0e41d273f0d52299f9847bba59f0431
+EBUILD Scalar-List-Utils-1.460.0.ebuild 621 SHA256 dd02e023a7adbf55a2fa534ebfdb13aaf02836ac0d423f2a724a3d69ef2fb06a SHA512 ce43315543a1669bbdd7813474870ca4a1359e9789f0e169bc860c2340408ec2b29fe529d17fc188b9234cd1e16534a675656457d01cfcaa93632017bae0674b WHIRLPOOL f7aa68fb365e6d3b2ddff594e88fded623628abc59e5431de4b647b3c3dad06f733ed8de6a73bbb1d4e0755dc52cafa43297345f412230a8d0cd95cb6884ba56
+MISC ChangeLog 455 SHA256 db808b46a35f6adad01f22a05f21389539d80feb0aa5596963d636f31c5b192e SHA512 be80cb68a50700626d3949254f16f92409d074319714a45c0731db309d4144db9a105cbb480437a63f32b00aa597f3155ee39a8aaeb8cc6d15ed8aabfa92c6d7 WHIRLPOOL a9b0bf2b4ccba472b8154a6d248cf3256af9b8221fc00505df58c7da4e0ab7b481149012746276df479eb5b7bc3a3b742018647c8af9e0886f2c3874182d2057
+MISC metadata.xml 574 SHA256 e90d93ec6cd65386709e841a4885d49abb3b3d480e9e15a3a3f528f6e4ecad67 SHA512 e9b319821da9fb8618f12d546c4c71be99db66541c209f2d7be3ffcc3f8c03530df32580e9fa8de5d519260ade1e62399267db71e9d66c74ede1a0108bee94d7 WHIRLPOOL b1342524b80c6adb95076771ccd99dd8b29c76946446006f8364bb73038d0b073e7d81e5bb0b6607be6b28dc7a2856ac9b9a2547ae7877a1277fe4e8ac4000b2
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..5985f4fcf1e3
--- /dev/null
+++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+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>