summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:42:01 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-11-18 21:55:07 +0100
commit1a4c1673c17a3848a86d762f49aac4e13655726a (patch)
tree1cea662aeecd24f668ac123d56202b6f8672678f /dev-perl/MooseX-Role-WithOverloading
parentdev-perl/MooseX-Role-Parameterized: Remove old (diff)
downloadgentoo-1a4c1673c17a3848a86d762f49aac4e13655726a.tar.gz
gentoo-1a4c1673c17a3848a86d762f49aac4e13655726a.tar.bz2
gentoo-1a4c1673c17a3848a86d762f49aac4e13655726a.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/MooseX-Role-WithOverloading')
-rw-r--r--dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0-r1.ebuild (renamed from dev-perl/MooseX-Role-WithOverloading/MooseX-Role-WithOverloading-0.170.0.ebuild)7
1 files 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
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"