diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 02:35:57 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 02:36:28 +1200 |
commit | a6ea2d94e4b9204ac36880d2aebab667981b9ce7 (patch) | |
tree | 6669a4fbcf2a71c84e4f84ecc14d6f1f3d2a82b6 /dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild | |
parent | sys-block/smp_utils: Drop 0.99_beta4_p151 (diff) | |
download | gentoo-a6ea2d94e4b9204ac36880d2aebab667981b9ce7.tar.gz gentoo-a6ea2d94e4b9204ac36880d2aebab667981b9ce7.tar.bz2 gentoo-a6ea2d94e4b9204ac36880d2aebab667981b9ce7.zip |
dev-perl/Class-Default: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove useless tests
- Convert sed hack into patch
- Remove useless Module-Build dep
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild')
-rw-r--r-- | dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild b/dev-perl/Class-Default/Class-Default-1.510.0-r2.ebuild new file mode 100644 index 000000000000..90e15db324c8 --- /dev/null +++ b/dev-perl/Class-Default/Class-Default-1.510.0-r2.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=ADAMK +DIST_VERSION=1.51 +inherit perl-module + +DESCRIPTION="Static calls apply to a default instantiation" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + >=virtual/perl-Test-Simple-0.470.0 + ) +" +PATCHES=( + "${FILESDIR}/${PN}-1.51-no-dot-inc.patch" +) +PERL_RM_FILES=( + t/98_pod.t + t/99_pmv.t +) |