diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 18:54:53 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-14 18:55:12 +1200 |
commit | 7a4d730cc9e2e0cb3a3c98e65135c148e72ff7b9 (patch) | |
tree | e871ee5690faad91da5ade495a8d19f412b5e083 /dev-perl/Error/Error-0.170.290.ebuild | |
parent | sys-process/time: Stabilize 1.9 arm, #733698 (diff) | |
download | gentoo-7a4d730cc9e2e0cb3a3c98e65135c148e72ff7b9.tar.gz gentoo-7a4d730cc9e2e0cb3a3c98e65135c148e72ff7b9.tar.bz2 gentoo-7a4d730cc9e2e0cb3a3c98e65135c148e72ff7b9.zip |
dev-perl/Error: Bump to version 0.170.290
- EAPI7
Upstream:
- Lots of repackaging / doc changes
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Error/Error-0.170.290.ebuild')
-rw-r--r-- | dev-perl/Error/Error-0.170.290.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Error/Error-0.170.290.ebuild b/dev-perl/Error/Error-0.170.290.ebuild new file mode 100644 index 000000000000..61164e97a540 --- /dev/null +++ b/dev-perl/Error/Error-0.170.290.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=0.17029 +inherit perl-module + +DESCRIPTION="Error/exception handling in an OO-ish way" + +LICENSE+=" MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + virtual/perl-Scalar-List-Utils +" +DEPEND=" + dev-perl/Module-Build +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.280.0 + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + ) +" |