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/Test-Without-Module/
Date: Thu, 23 Sep 2021 11:29:50
Message-Id: 1632396549.4008fce0496f8fc42eba32fbd8821a990d786981.dilfridge@gentoo
1 commit: 4008fce0496f8fc42eba32fbd8821a990d786981
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 23 11:08:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 11:29:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4008fce0
7
8 dev-perl/Test-Without-Module: 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 ...-Module-0.200.0.ebuild => Test-Without-Module-0.200.0-r1.ebuild} | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0-r1.ebuild
17 similarity index 83%
18 rename from dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
19 rename to dev-perl/Test-Without-Module/Test-Without-Module-0.200.0-r1.ebuild
20 index 5f4ab3ae7fe..90b99126b44 100644
21 --- a/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0.ebuild
22 +++ b/dev-perl/Test-Without-Module/Test-Without-Module-0.200.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=8
29
30 DIST_AUTHOR=CORION
31 DIST_VERSION=0.20
32 @@ -11,8 +11,6 @@ DESCRIPTION="Test fallback behaviour in absence of modules"
33
34 SLOT="0"
35 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38
39 RDEPEND=""
40 -DEPEND="virtual/perl-ExtUtils-MakeMaker"
41 +BDEPEND="virtual/perl-ExtUtils-MakeMaker"