diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-04-13 22:39:36 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-15 21:55:31 +0200 |
commit | cfdc14a88cfdef2a0ded4c2697b62ff8e238e7f1 (patch) | |
tree | bf33579c0c4d98bee518c39815cd38a83122fdc0 /dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild | |
parent | dev-perl/Test-Deep: Bump to version 1.120.0 (diff) | |
download | gentoo-cfdc14a88cfdef2a0ded4c2697b62ff8e238e7f1.tar.gz gentoo-cfdc14a88cfdef2a0ded4c2697b62ff8e238e7f1.tar.bz2 gentoo-cfdc14a88cfdef2a0ded4c2697b62ff8e238e7f1.zip |
dev-perl/Test-Exception: Bump to version 0.430.0
- EAPI6
Upstream:
- Remove special casing for Future Test::Stream
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild')
-rw-r--r-- | dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild b/dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild new file mode 100644 index 000000000000..d5e9336d7111 --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.430.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=EXODIST +DIST_VERSION=0.43 +inherit perl-module + +DESCRIPTION="Test functions for exception based code" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + >=dev-perl/Sub-Uplevel-0.180.0 + virtual/perl-Test-Simple + >=virtual/perl-Test-Harness-2.30.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |