diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-03-19 11:43:44 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-03-19 19:39:04 +1300 |
commit | 5598e3bbf4e441c2e1c742e19d75849028e09e05 (patch) | |
tree | fe11c02e772a3eee7f67fa8f87e37e68c60504a3 /dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild | |
parent | net-fs/s3ql: version bump to 2.26 (diff) | |
download | gentoo-5598e3bbf4e441c2e1c742e19d75849028e09e05.tar.gz gentoo-5598e3bbf4e441c2e1c742e19d75849028e09e05.tar.bz2 gentoo-5598e3bbf4e441c2e1c742e19d75849028e09e05.zip |
dev-perl/UNIVERSAL-isa: Bump to version 1.201.710.120
- EAPI6
Upstream:
- Add original_isa method
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild')
-rw-r--r-- | dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild new file mode 100644 index 000000000000..708ef8c491f5 --- /dev/null +++ b/dev-perl/UNIVERSAL-isa/UNIVERSAL-isa-1.201.710.120.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=ETHER +DIST_VERSION=1.20171012 +inherit perl-module + +DESCRIPTION="Attempt to recover from people calling UNIVERSAL::isa as a function" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test" + +RDEPEND=" + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + ) +" |