diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:25:38 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:32:14 +0200 |
commit | d3abc69ec2246d8e10f816c3246b9f1d7052d83b (patch) | |
tree | eead2ae405808b77ca6af6bd2c7cfd01fc074fb4 /dev-perl/Tie-IxHash | |
parent | dev-perl/Tie-Hash-Method: EAPI=8 bump (diff) | |
download | gentoo-d3abc69ec2246d8e10f816c3246b9f1d7052d83b.tar.gz gentoo-d3abc69ec2246d8e10f816c3246b9f1d7052d83b.tar.bz2 gentoo-d3abc69ec2246d8e10f816c3246b9f1d7052d83b.zip |
dev-perl/Tie-IxHash: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-IxHash')
-rw-r--r-- | dev-perl/Tie-IxHash/Tie-IxHash-1.230.0-r1.ebuild (renamed from dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild) | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild b/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0-r1.ebuild index d0b13e4957c3..101548e3087e 100644 --- a/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild +++ b/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0-r1.ebuild @@ -1,27 +1,23 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=CHORNY -MODULE_VERSION=1.23 +DIST_AUTHOR=CHORNY +DIST_VERSION=1.23 inherit perl-module DESCRIPTION="Ordered associative arrays for Perl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND=" +BDEPEND=" dev-perl/Module-Build test? ( virtual/perl-Test-Simple ) " -SRC_TEST=do - src_test() { perl_rm_files t/pod.t perl-module_src_test |