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/Module-Util/
Date: Wed, 07 Jul 2021 22:42:33
Message-Id: 1625697731.d5b3f38f690b55158ae55c97d204760b2ca84e46.dilfridge@gentoo
1 commit: d5b3f38f690b55158ae55c97d204760b2ca84e46
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 7 22:32:23 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 7 22:42:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b3f38f
7
8 dev-perl/Module-Util: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...til-1.90.0.ebuild => Module-Util-1.90.0-r1.ebuild} | 19 ++++++-------------
14 1 file changed, 6 insertions(+), 13 deletions(-)
15
16 diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
17 similarity index 54%
18 rename from dev-perl/Module-Util/Module-Util-1.90.0.ebuild
19 rename to dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
20 index eeb5080cb5d..54d2a61ad1c 100644
21 --- a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
22 +++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
23 @@ -1,28 +1,21 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=5
29 +EAPI=8
30
31 -MODULE_AUTHOR=MATTLAW
32 -MODULE_VERSION=1.09
33 +DIST_AUTHOR=MATTLAW
34 +DIST_VERSION=1.09
35 inherit perl-module
36
37 DESCRIPTION="Module name tools and transformations"
38
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 -IUSE="test"
42 -RESTRICT="!test? ( test )"
43
44 RDEPEND=""
45 -DEPEND="
46 +BDEPEND="
47 >=dev-perl/Module-Build-0.400.0
48 test? ( virtual/perl-Test-Simple )
49 "
50
51 -SRC_TEST=do
52 -
53 -src_test() {
54 - perl_rm_files "t/99..pod.t"
55 - perl-module_src_test
56 -}
57 +PERL_RM_FILES=( t/99..pod.t )