dev-perl/Sys-SigAction: Bump to version 0.230.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 10 Jan 2018 00:25:33 +0000 (13:25 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 10 Jan 2018 00:25:33 +0000 (13:25 +1300)
- 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

dev-perl/Sys-SigAction/Manifest
dev-perl/Sys-SigAction/Sys-SigAction-0.230.0.ebuild [new file with mode: 0644]

index fa225d9fe2e0f621e739d42d2fdf000270457ba3..6028af17945b034511078b5730bdef968ddbb8f4 100644 (file)
@@ -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 (file)
index 0000000..1b7aa08
--- /dev/null
@@ -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=""