summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-10-28 16:19:53 +1300
committerKent Fredric <kentnl@gentoo.org>2017-10-29 12:54:12 +1300
commit31190f09931798ac245678e22bdde1bb0ebd4042 (patch)
tree966f693b25a85b3302a0cd079b2662cb7adac18c /dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild
parentdev-lang/python: stable 3.5.4 for ppc64, bug #620940 (diff)
downloadgentoo-31190f09931798ac245678e22bdde1bb0ebd4042.tar.gz
gentoo-31190f09931798ac245678e22bdde1bb0ebd4042.tar.bz2
gentoo-31190f09931798ac245678e22bdde1bb0ebd4042.zip
dev-perl/List-SomeUtils-XS: Bump to version 0.550.0
Upstream: - Add 'mode' function - Skip tests with old versions of List::SomeUtils Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild')
-rw-r--r--dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild
new file mode 100644
index 000000000000..5828e9f59a1b
--- /dev/null
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.550.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.55
+inherit perl-module
+
+DESCRIPTION="XS implementation for List::SomeUtils"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Storable
+ dev-perl/Test-LeakTrace
+ >=virtual/perl-Test-Simple-0.960.0
+ >=dev-perl/Test-Warnings-0.6.0
+ )
+"