summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:50:54 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:52:03 +0200
commit135f5839c62d286b1dec94ebe915a60a724146ea (patch)
treed5c645e939ac313bd97474fc1eed879fa627f8f5 /dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild
parentdev-perl/List-MoreUtils: Version bump 0.430 (diff)
downloadgentoo-135f5839c62d286b1dec94ebe915a60a724146ea.tar.gz
gentoo-135f5839c62d286b1dec94ebe915a60a724146ea.tar.bz2
gentoo-135f5839c62d286b1dec94ebe915a60a724146ea.zip
dev-perl/List-SomeUtils-XS: Version bump 0.58
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild')
-rw-r--r--dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild
new file mode 100644
index 000000000000..13d40c0ffbc8
--- /dev/null
+++ b/dev-perl/List-SomeUtils-XS/List-SomeUtils-XS-0.580.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.58
+inherit perl-module
+
+DESCRIPTION="XS implementation for List::SomeUtils"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-XSLoader
+"
+BDEPEND="${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
+ )
+"