diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-05-06 08:06:31 +1200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-07 00:30:09 +0200 |
commit | 13db339753db0ac6477348b53e734a1f0a755031 (patch) | |
tree | 43e7eec42cb35342a98d35d62bad5cb8fdb7b38e /dev-perl/AtExit/AtExit-2.30.0.ebuild | |
parent | dev-perl/Array-Compare: Bump to version 2.110.0 (diff) | |
download | gentoo-13db339753db0ac6477348b53e734a1f0a755031.tar.gz gentoo-13db339753db0ac6477348b53e734a1f0a755031.tar.bz2 gentoo-13db339753db0ac6477348b53e734a1f0a755031.zip |
dev-perl/AtExit: Bump to version 2.30.0
- EAPI6
Upstream:
- warnings enabled.
- Test suite improved
- Other packaging and doc fixes
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/AtExit/AtExit-2.30.0.ebuild')
-rw-r--r-- | dev-perl/AtExit/AtExit-2.30.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/AtExit/AtExit-2.30.0.ebuild b/dev-perl/AtExit/AtExit-2.30.0.ebuild new file mode 100644 index 000000000000..813a9e550b26 --- /dev/null +++ b/dev-perl/AtExit/AtExit-2.30.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=NEILB +DIST_VERSION=2.03 +inherit perl-module + +DESCRIPTION="atexit() function to register exit-callbacks" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + dev-perl/Capture-Tiny + virtual/perl-Test-Simple + ) +" |