diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-01-10 13:25:33 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-01-10 13:25:33 +1300 |
commit | 6803db54cf54d9d92cddcbad77b85e85b070d36f (patch) | |
tree | d84bba50bdaf33dae6f1cbed27364248536f91dc /dev-perl/Sys-SigAction | |
parent | dev-perl/Sys-MemInfo: Bump to version 0.990.0 (diff) | |
download | gentoo-6803db54cf54d9d92cddcbad77b85e85b070d36f.tar.gz gentoo-6803db54cf54d9d92cddcbad77b85e85b070d36f.tar.bz2 gentoo-6803db54cf54d9d92cddcbad77b85e85b070d36f.zip |
dev-perl/Sys-SigAction: Bump to version 0.230.0
- EAPI6
- Enable Parallel Tests
Upstream:
- Fix interpolation in Makefile.PL
- use warnings
- Skip various tests on arm
- More tests
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Sys-SigAction')
-rw-r--r-- | dev-perl/Sys-SigAction/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Sys-SigAction/Manifest b/dev-perl/Sys-SigAction/Manifest index fa225d9fe2e0..6028af17945b 100644 --- a/dev-perl/Sys-SigAction/Manifest +++ b/dev-perl/Sys-SigAction/Manifest @@ -1 +1,2 @@ DIST Sys-SigAction-0.20.tar.gz 22094 BLAKE2B 1cfe80933705c078c7db644b5ee000d3967e0082e2cc0d16cb20db03c90e4a2d808a021d2144baa9ebdcde735d232edd0a1fe5560262a6883ca547e7e903c9de SHA512 e9a601e59dce17b58f525a6323fe87cca968db1142905eb69167d849039014521115d87ffc594fd67df2ec3072e8fc82aaefbf8671f8c9598c1792f6850c4370 +DIST Sys-SigAction-0.23.tar.gz 25621 BLAKE2B 7be0c51e62badbdb79bfe1aa88a7e403479fa84365c3e4ddb98cb639b0002aba9a2306f12c15c2c33907643d29569a2bee8d54af0c7e8a7328c51bffdbac27a0 SHA512 04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309 diff --git a/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild new file mode 100644 index 000000000000..1b7aa084a765 --- /dev/null +++ b/dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=LBAXTER +DIST_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Perl extension for Consistent Signal Handling" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="" |