You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
820 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=ETHER
DIST_VERSION=0.17
inherit perl-module
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
dev-perl/aliased
>=dev-perl/namespace-autoclean-0.160.0
>=dev-perl/namespace-clean-0.190.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Spec
>=virtual/perl-Test-Simple-0.960.0
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"
}