Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Tie-IxHash/
Date: Tue, 28 Sep 2021 18:32:47
Message-Id: 1632853934.d3abc69ec2246d8e10f816c3246b9f1d7052d83b.dilfridge@gentoo
1 commit: d3abc69ec2246d8e10f816c3246b9f1d7052d83b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 18:25:38 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 18:32:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3abc69e
7
8 dev-perl/Tie-IxHash: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...ie-IxHash-1.230.0.ebuild => Tie-IxHash-1.230.0-r1.ebuild} | 12 ++++--------
14 1 file changed, 4 insertions(+), 8 deletions(-)
15
16 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
17 similarity index 82%
18 rename from dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild
19 rename to dev-perl/Tie-IxHash/Tie-IxHash-1.230.0-r1.ebuild
20 index d0b13e4957c..101548e3087 100644
21 --- a/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0.ebuild
22 +++ b/dev-perl/Tie-IxHash/Tie-IxHash-1.230.0-r1.ebuild
23 @@ -1,27 +1,23 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=8
29
30 -MODULE_AUTHOR=CHORNY
31 -MODULE_VERSION=1.23
32 +DIST_AUTHOR=CHORNY
33 +DIST_VERSION=1.23
34 inherit perl-module
35
36 DESCRIPTION="Ordered associative arrays for Perl"
37
38 SLOT="0"
39 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"
40 -IUSE="test"
41 -RESTRICT="!test? ( test )"
42
43 RDEPEND=""
44 -DEPEND="
45 +BDEPEND="
46 dev-perl/Module-Build
47 test? ( virtual/perl-Test-Simple )
48 "
49
50 -SRC_TEST=do
51 -
52 src_test() {
53 perl_rm_files t/pod.t
54 perl-module_src_test