commit:     b23178538fd89c36bcb9317cad063d408cd07e7e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  7 23:29:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct  7 23:35:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2317853

dev-perl/Any-Moose: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...-0.270.0.ebuild => Any-Moose-0.270.0-r1.ebuild} | 26 ++++++++++++----------
 1 file changed, 14 insertions(+), 12 deletions(-)

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
similarity index 78%
rename from dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
rename to dev-perl/Any-Moose/Any-Moose-0.270.0-r1.ebuild
index b532742ace1..bf06b707065 100644
--- a/dev-perl/Any-Moose/Any-Moose-0.270.0.ebuild
+++ b/dev-perl/Any-Moose/Any-Moose-0.270.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ETHER
 DIST_VERSION=0.27
@@ -11,8 +11,19 @@ DESCRIPTION="Use Moose or Mouse modules (DEPRECATED)"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-perl/Moose
+       virtual/perl-version
+"
+BDEPEND="${RDEPEND}
+       >=virtual/perl-ExtUtils-MakeMaker-6.310.0
+       test? (
+               dev-perl/Moose
+               dev-perl/MooseX-Types
+       )
+"
+
 PERL_RM_FILES=(
        "t/001-basic-mouse.t"
        "t/002-other-modules-mouse.t"
@@ -22,12 +33,3 @@ PERL_RM_FILES=(
        "t/010-use_mouse_roles.t"
        "t/012-use_mouse_util.t"
 )
-RDEPEND="dev-perl/Moose
-       virtual/perl-version"
-DEPEND="${RDEPEND}
-       >=virtual/perl-ExtUtils-MakeMaker-6.31
-       test? (
-               dev-perl/Moose
-               dev-perl/MooseX-Types
-       )
-"

Reply via email to