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/Any-Moose/
Date: Thu, 07 Oct 2021 23:35:25
Message-Id: 1633649701.b23178538fd89c36bcb9317cad063d408cd07e7e.dilfridge@gentoo
1 commit: b23178538fd89c36bcb9317cad063d408cd07e7e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 23:29:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 23:35:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2317853
7
8 dev-perl/Any-Moose: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 ...-0.270.0.ebuild => Any-Moose-0.270.0-r1.ebuild} | 26 ++++++++++++----------
14 1 file changed, 14 insertions(+), 12 deletions(-)
15
16 diff --git a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild b/dev-perl/Any-Moose/Any-Moose-0.270.0-r1.ebuild
17 similarity index 78%
18 rename from dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
19 rename to dev-perl/Any-Moose/Any-Moose-0.270.0-r1.ebuild
20 index b532742ace1..bf06b707065 100644
21 --- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
22 +++ b/dev-perl/Any-Moose/Any-Moose-0.270.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=ETHER
31 DIST_VERSION=0.27
32 @@ -11,8 +11,19 @@ DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
33
34 SLOT="0"
35 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
36 -IUSE="test"
37 -RESTRICT="!test? ( test )"
38 +
39 +RDEPEND="
40 + dev-perl/Moose
41 + virtual/perl-version
42 +"
43 +BDEPEND="${RDEPEND}
44 + >=virtual/perl-ExtUtils-MakeMaker-6.310.0
45 + test? (
46 + dev-perl/Moose
47 + dev-perl/MooseX-Types
48 + )
49 +"
50 +
51 PERL_RM_FILES=(
52 "t/001-basic-mouse.t"
53 "t/002-other-modules-mouse.t"
54 @@ -22,12 +33,3 @@ PERL_RM_FILES=(
55 "t/010-use_mouse_roles.t"
56 "t/012-use_mouse_util.t"
57 )
58 -RDEPEND="dev-perl/Moose
59 - virtual/perl-version"
60 -DEPEND="${RDEPEND}
61 - >=virtual/perl-ExtUtils-MakeMaker-6.31
62 - test? (
63 - dev-perl/Moose
64 - dev-perl/MooseX-Types
65 - )
66 -"