summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-28 16:32:58 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-29 12:54:20 +1300
commit0e958a756350d447ab8d39011d44258f6f15b1b9 (patch)
tree287c3dde9716f5aa25dbf6fd5078a06d20d7178a /dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild
parentdev-perl/List-SomeUtils-XS: Bump to version 0.550.0 (diff)
downloadgentoo-0e958a756350d447ab8d39011d44258f6f15b1b9.tar.gz
gentoo-0e958a756350d447ab8d39011d44258f6f15b1b9.tar.bz2
gentoo-0e958a756350d447ab8d39011d44258f6f15b1b9.zip
dev-perl/List-SomeUtils: Bump to version 0.560.0
Upstream: - add mode() - require latest ::XS Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild')
-rw-r--r--dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild b/dev-perl/List-SomeUtils/List-SomeUtils-0.560.0.ebuild
new file mode 100644
index 000000000000..3fb11c5b5d15
--- /dev/null
+++ b/dev-perl/List-SomeUtils/List-SomeUtils-0.560.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.56
+inherit perl-module
+
+DESCRIPTION="A colletion of List utilities missing from List::Util"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-perl/Module-Implementation
+ >=dev-perl/List-SomeUtils-XS-0.550.0
+"
+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
+ )
+"