mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-perl/Class-Container: Bump to version 0.130.0
- EAPI7 - Strip author tests Upstream: - Fix failure for dot-in-inc in perl 5.26+ - Packaging overhaul Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
35
dev-perl/Class-Container/Class-Container-0.130.0.ebuild
Normal file
35
dev-perl/Class-Container/Class-Container-0.130.0.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=KWILLIAMS
|
||||
DIST_VERSION=0.13
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Glue object frameworks together transparently"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-Carp
|
||||
>=dev-perl/Params-Validate-0.24-r1
|
||||
virtual/perl-Scalar-List-Utils
|
||||
"
|
||||
DEPEND="
|
||||
dev-perl/Module-Build
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
|
||||
>=dev-perl/Module-Build-0.360.100
|
||||
test? (
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-Test
|
||||
)
|
||||
"
|
||||
PERL_RM_FILES=(
|
||||
"t/author-critic.t"
|
||||
)
|
||||
@@ -1 +1,2 @@
|
||||
DIST Class-Container-0.12.tar.gz 19401 BLAKE2B 67cdb657fe28eef84c2bad95cf6fdb8cbe5d3d6e5199582cf13ec0f07a26390ef3ea0007472412b9bbd9d9b875ac9c3db234c025e237413769308a4f01663fed SHA512 7342154422de316c10fbc78d894e999dbcd8097f67fe9a5aafcf27a407c08988dde8d42dac89f535140c44a52892435da15c77fb43a1d7c3558d273e00244720
|
||||
DIST Class-Container-0.13.tar.gz 25768 BLAKE2B 8f1cd12f86b6cb513ce99c79244e211db998aaac8605cd9db8010e6422acf458a7e9fa22d60ed4aca7776fe9e63594b2bf02f5bcc93d54d988467a3725b1a3f9 SHA512 c51284e377942930384e22ff8d17489fa279eecc87a68acd88bffd8a134d2f2930b40008df98d12bddc46845175d2ce9f630522379692c2f630f2618928c6acd
|
||||
|
||||
Reference in New Issue
Block a user