diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:46:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:51:57 +0200 |
commit | e2fa3640925ee475a18ea9010c075d197b30433f (patch) | |
tree | 3522c3e4b1b955e82412be18c9da99d6a87875c0 /dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | |
parent | dev-perl/List-MoreUtils-XS: Remove old (diff) | |
download | gentoo-e2fa3640925ee475a18ea9010c075d197b30433f.tar.gz gentoo-e2fa3640925ee475a18ea9010c075d197b30433f.tar.bz2 gentoo-e2fa3640925ee475a18ea9010c075d197b30433f.zip |
dev-perl/List-MoreUtils-XS: Version bump 0.430
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-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild')
-rw-r--r-- | dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild new file mode 100644 index 000000000000..7eaa89c8f182 --- /dev/null +++ b/dev-perl/List-MoreUtils-XS/List-MoreUtils-XS-0.430.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=REHSACK +DIST_VERSION=0.430 +inherit perl-module + +DESCRIPTION="Compiled List::MoreUtils functions" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# See XS.pm/LICENSE +LICENSE="Apache-2.0 || ( Artistic GPL-1+ )" + +RDEPEND=" + !<dev-perl/List-MoreUtils-0.417.1 + >=virtual/perl-XSLoader-0.220.0 +" +BDEPEND="${RDEPEND} + virtual/perl-Carp + >=dev-perl/Config-AutoConf-0.315.0 + virtual/perl-ExtUtils-MakeMaker + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-IPC-Cmd + test? ( + virtual/perl-Storable + dev-perl/Test-LeakTrace + >=virtual/perl-Test-Simple-0.960.0 + ) +" |