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 | |
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')
-rw-r--r-- | dev-perl/AtExit/AtExit-2.30.0.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/AtExit/Manifest | 1 |
2 files changed, 27 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 + ) +" diff --git a/dev-perl/AtExit/Manifest b/dev-perl/AtExit/Manifest index 7bc7f42421b7..8671110997c9 100644 --- a/dev-perl/AtExit/Manifest +++ b/dev-perl/AtExit/Manifest @@ -1 +1,2 @@ DIST AtExit-2.01.tar.gz 8081 SHA256 9ab0a35c4f1bdd74398882560eb4fdc17a531f6761ac49fe9abef939c0fd9c7f SHA512 5eed5c2ef0f3de66d2aebbf09293c4c03dc31947cc71e49a6cacc332f17f3e9ba9b35524713180a8dddbd72677b6d752e144720ca7b1b0190a91789a9f4a7f5d WHIRLPOOL 865bf42f1f3487c9e8bc73cbcca67beb38e677f3ac4677d56248014e466e77ee573b4cb13bd7c115d1a6ec4d89e51d100708c95d622b0645deec96297bf1e1fa +DIST AtExit-2.03.tar.gz 11263 SHA256 6fa2f0aa06ab344de184c5ddc60bb51355a9e18593600680a55fd0df7ac2c037 SHA512 ce522b44ad5c2360c8e7f7f49257fe50f0079bd2070ddaa33916b2484ef8e6f6430df045e5693356c37651aa96ef6a7e7694a04ecbc91817d12d032681105b60 WHIRLPOOL c6f8cfe3b87d610118ab3f2d39617d0dd3efe55e0195b11b152f97c2764da66a1ec9785fcb10932bd18ce9fa23ea8f702fb368386692a14606dd5b2c579d682b |