dev-perl/Perl-Unsafe-Signals: EAPI6, add CPAN remote-id's

- EAPI6ify
- Add CPAN remote-id's
- Cleanup POD tests

Package-Manager: Portage-2.3.18, Repoman-2.3.6
This commit is contained in:
Kent Fredric
2017-12-27 19:32:41 +13:00
parent 94f86c1810
commit 0734739a27
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=RGARCIA
DIST_VERSION=0.03
inherit perl-module
DESCRIPTION="Allow unsafe handling of signals in selected blocks"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
PERL_RM_FILES=( "t/pod.t" )

View File

@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Perl-Unsafe-Signals</remote-id>
<remote-id type="cpan-module">Perl::Unsafe::Signals</remote-id>
</upstream>
</pkgmetadata>