diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:36:36 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-24 19:51:45 +0200 |
commit | 0e3c6379c24ce9b6457ff8efc91189a1d54993cc (patch) | |
tree | cd9fc87dee169dab8214fcdce8085e6216afb300 /dev-perl/List-UtilsBy | |
parent | virtual/perl-Scalar-List-Utils: Add virtual for perl-core ebuild (diff) | |
download | gentoo-0e3c6379c24ce9b6457ff8efc91189a1d54993cc.tar.gz gentoo-0e3c6379c24ce9b6457ff8efc91189a1d54993cc.tar.bz2 gentoo-0e3c6379c24ce9b6457ff8efc91189a1d54993cc.zip |
dev-perl/List-UtilsBy: Version bump 0.11
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-UtilsBy')
-rw-r--r-- | dev-perl/List-UtilsBy/List-UtilsBy-0.110.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/List-UtilsBy/Manifest | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/List-UtilsBy/List-UtilsBy-0.110.0.ebuild b/dev-perl/List-UtilsBy/List-UtilsBy-0.110.0.ebuild new file mode 100644 index 000000000000..3001fc115854 --- /dev/null +++ b/dev-perl/List-UtilsBy/List-UtilsBy-0.110.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PEVANS +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Higher-order list utility functions" + +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-Exporter-5.570.0 +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.400.400 + test? ( virtual/perl-Test-Simple ) +" + +src_test() { + perl_rm_files t/99pod.t + perl-module_src_test +} diff --git a/dev-perl/List-UtilsBy/Manifest b/dev-perl/List-UtilsBy/Manifest index 2248aa06fc58..8875062f9481 100644 --- a/dev-perl/List-UtilsBy/Manifest +++ b/dev-perl/List-UtilsBy/Manifest @@ -1 +1,2 @@ DIST List-UtilsBy-0.10.tar.gz 21845 BLAKE2B 5913629369ba2df04871508528194869cc2200fd451e6d42cd298f1acff073f76d7fde0441208eede6cde77122680da85d0b0486cbc6133537b8bab403b91427 SHA512 3e73ca8a99da111ff8869fce9561f52163bd4173589f0ff5c17913afea080279765a1f306af50b11040e26eea0f8ae9d993a93b0f0908ed15fa301e421dc0384 +DIST List-UtilsBy-0.11.tar.gz 22939 BLAKE2B 263a6916aba4325fc780161785ab1cb810a8f44d584c06c6457b8c91ce534147ee15ad08a7126c591af8f25c75e18c6a2f6015eb06c7b8305563919ee7e0ea07 SHA512 7c912b805e1e21d5d683224b63125bc8385d79c7115d88c08ca28fc1778ec8d22ad4aaf366731df438365a5233108926cbffee284c2e2d37346b47984dbbd4c9 |