diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-05-24 20:24:52 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-05-24 20:26:46 +1200 |
commit | da44c0493448bd43460646c750d79b8d04a04634 (patch) | |
tree | ad1222e4e6b60c25de37dc17b632c8398054942f /dev-perl/Class-Base/Class-Base-0.90.0.ebuild | |
parent | games-simulation/corsix-th: drop libav USE reference (diff) | |
download | gentoo-da44c0493448bd43460646c750d79b8d04a04634.tar.gz gentoo-da44c0493448bd43460646c750d79b8d04a04634.tar.bz2 gentoo-da44c0493448bd43460646c750d79b8d04a04634.zip |
dev-perl/Class-Base: Bump to version 0.90.0
- EAPI7
Upstream:
- clone method now performs a deep clone
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Base/Class-Base-0.90.0.ebuild')
-rw-r--r-- | dev-perl/Class-Base/Class-Base-0.90.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Class-Base/Class-Base-0.90.0.ebuild b/dev-perl/Class-Base/Class-Base-0.90.0.ebuild new file mode 100644 index 000000000000..3cc56c05ba6b --- /dev/null +++ b/dev-perl/Class-Base/Class-Base-0.90.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=YANICK +DIST_VERSION=0.09 +inherit perl-module + +DESCRIPTION="Useful base class for deriving other modules" + +SLOT="0" +KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-perl/Clone +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + virtual/perl-Test-Simple + ) +" |