mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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" )
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user