diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-05-22 05:22:21 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-05-22 05:22:37 +1200 |
commit | d882582e9249021b2b82e3dc44ff7b87ee51e89f (patch) | |
tree | e02d82cf861f3383a6f947542f63599353f83b4b /dev-perl/Class-C3/Class-C3-0.330.0.ebuild | |
parent | x11-libs/gtksourceview: bump to 3.24.2 (diff) | |
download | gentoo-d882582e9249021b2b82e3dc44ff7b87ee51e89f.tar.gz gentoo-d882582e9249021b2b82e3dc44ff7b87ee51e89f.tar.bz2 gentoo-d882582e9249021b2b82e3dc44ff7b87ee51e89f.zip |
dev-perl/Class-C3: bump to version 0.330.0
Upstream:
- Update inc/ version of ExtUtils::HasCompiler
- Avoid base.pm in tests
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Class-C3/Class-C3-0.330.0.ebuild')
-rw-r--r-- | dev-perl/Class-C3/Class-C3-0.330.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Class-C3/Class-C3-0.330.0.ebuild b/dev-perl/Class-C3/Class-C3-0.330.0.ebuild new file mode 100644 index 000000000000..ad271c450381 --- /dev/null +++ b/dev-perl/Class-C3/Class-C3-0.330.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.33 +inherit perl-module + +DESCRIPTION="A pragma to use the C3 method resolution order algortihm" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="test" + +RDEPEND=" + >=dev-perl/Algorithm-C3-0.70.0 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" |