diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-14 07:45:52 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-14 07:51:33 +1200 |
commit | a47cdd1e8c9c1e47c1d824d7b3a2e8cb3de99da6 (patch) | |
tree | e1b3108b704a2aab83a5b3ae4ab187463abbed0f /dev-perl/Class-C3 | |
parent | net-p2p/go-ethereum: remove old (diff) | |
download | gentoo-a47cdd1e8c9c1e47c1d824d7b3a2e8cb3de99da6.tar.gz gentoo-a47cdd1e8c9c1e47c1d824d7b3a2e8cb3de99da6.tar.bz2 gentoo-a47cdd1e8c9c1e47c1d824d7b3a2e8cb3de99da6.zip |
dev-perl/Class-C3: Bump to version 0.340.0
- EAPI7
- Add note about bundled stuff (Unused)
Upstream:
- Update bundled ExtUtils::HasCompiler with a few minor win32 fixes
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-C3')
-rw-r--r-- | dev-perl/Class-C3/Class-C3-0.340.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Class-C3/Manifest | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Class-C3/Class-C3-0.340.0.ebuild b/dev-perl/Class-C3/Class-C3-0.340.0.ebuild new file mode 100644 index 000000000000..f170b85faf53 --- /dev/null +++ b/dev-perl/Class-C3/Class-C3-0.340.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.34 +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" +RESTRICT="!test? ( test )" + +# Note: https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Class-C3#Bundling +RDEPEND=" + >=dev-perl/Algorithm-C3-0.70.0 + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" diff --git a/dev-perl/Class-C3/Manifest b/dev-perl/Class-C3/Manifest index 55c208d8b283..99fcab79172d 100644 --- a/dev-perl/Class-C3/Manifest +++ b/dev-perl/Class-C3/Manifest @@ -1 +1,2 @@ DIST Class-C3-0.33.tar.gz 27163 BLAKE2B 81f970446076796e05412bb300170dcc65fec20b9f10bb112e412be1019eba4af16ec3276af20c6432862a835b48ebab976d4d4ca3b1410af049036fd6aa3639 SHA512 f72cff75c1222d7b42041b44b5ec7c8ff79e8c53f84ff11e1976a69dcde49093c52e66ebc19ce72f70c99332a9528a07a7d9eab7c74f5b6ce77464434b36cd7b +DIST Class-C3-0.34.tar.gz 24819 BLAKE2B a97dbec6ca02bbbc17e0f2887dc0ee0e36bac7d3ef17606a0d913ba163b07f87019ade080d7f4a70afae0dc16c4ab3af4c6163102cb64631b70d0460fd1643aa SHA512 3400b0f827cceca47fa352f634c1a08f33f880e7899be4c44f7bf2a113f5530a7ac07269ae6a15a3c6cccc7dc6bc106c8888daa68bcf7a41bdce072e32c957f4 |