commit: 1a4c1673c17a3848a86d762f49aac4e13655726a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 20:42:01 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 20:55:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4c1673
dev-perl/MooseX-Role-WithOverloading: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
....170.0.ebuild => MooseX-Role-WithOverloading-0.170.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git
a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0.ebuild
b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0-r1.ebuild
similarity index 92%
rename from
dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0.ebuild
rename to
dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0-r1.ebuild
index 93ae305232f9..75a42fadc45f 100644
---
a/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0.ebuild
+++
b/dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.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.17
@@ -11,8 +11,6 @@ DESCRIPTION="Roles which support overloading (DEPRECATED)"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Moose-0.940.0
@@ -20,7 +18,7 @@ RDEPEND="
>=dev-perl/namespace-autoclean-0.160.0
>=dev-perl/namespace-clean-0.190.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
@@ -28,6 +26,7 @@ DEPEND="${RDEPEND}
virtual/perl-if
)
"
+
pkg_postinst() {
ewarn "dev-perl/MooseX-Role-WithOverloading is deprecated by upstream
as"
ewarn "equivalent functionality is now provided by
>=dev-perl/Moose-2.130.0"