summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-19 05:48:05 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-19 13:39:05 +1300
commit57dfaf13841ba5b3b39511da0201a34637f0fd2f (patch)
treed98d59873e8c25237a5ee2230b83d1c4fc68d0cc /dev-perl/List-SomeUtils
parentdev-perl/List-SomeUtils-XS: Add w/ version 0.520.0 (diff)
downloadgentoo-57dfaf13841ba5b3b39511da0201a34637f0fd2f.tar.gz
gentoo-57dfaf13841ba5b3b39511da0201a34637f0fd2f.tar.bz2
gentoo-57dfaf13841ba5b3b39511da0201a34637f0fd2f.zip
dev-perl/List-SomeUtils: Add w/ version 0.530.0
Required for new dev-perl/List-AllUtils Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/List-SomeUtils')
-rw-r--r--dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild29
-rw-r--r--dev-perl/List-SomeUtils/Manifest1
-rw-r--r--dev-perl/List-SomeUtils/metadata.xml13
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
new file mode 100644
index 000000000000..dfe86d6fd565
--- /dev/null
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.530.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.53
+inherit perl-module
+
+DESCRIPTION="A colletion of List utilities missing from List::Util"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-perl/Module-Implementation
+ dev-perl/List-SomeUtils-XS
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-Text-ParseWords
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/Test-LeakTrace
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/List-SomeUtils/Manifest b/dev-perl/List-SomeUtils/Manifest
new file mode 100644
index 000000000000..b7f3bc967834
--- /dev/null
+++ b/dev-perl/List-SomeUtils/Manifest
@@ -0,0 +1 @@
+DIST List-SomeUtils-0.53.tar.gz 62522 SHA256 f4103a16f361abd163126872d949806a6b9eadf1d852be359301c9cbdbc1a598 SHA512 baac767b92cd3062396c5f7d5570fe88b358d4c23f0705671741662f41ce859cabfb1fef100573522517fb7108f69ccc3502d901882448ed6008dde38a0560d8 WHIRLPOOL 57063904190f7d2ccb8e86042c42431219ae8b96de1b29ba5714e751a7a5250ec1bf49389a0b51cfcb6fb8a2c55c0f252aa10e2d26f5d28e3d10e62a7736f600
diff --git a/dev-perl/List-SomeUtils/metadata.xml b/dev-perl/List-SomeUtils/metadata.xml
new file mode 100644
index 000000000000..edd1827e3cf1
--- /dev/null
+++ b/dev-perl/List-SomeUtils/metadata.xml
@@ -0,0 +1,13 @@
+<?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">List-SomeUtils</remote-id>
+ <remote-id type="cpan-module">List::SomeUtils</remote-id>
+ <remote-id type="cpan-module">List::SomeUtils::PP</remote-id>
+ </upstream>
+</pkgmetadata>