From: Kent Fredric Date: Wed, 14 Mar 2018 23:51:19 +0000 (+1300) Subject: dev-perl/Term-ReadPassword: EAPI6 + tests X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=37520e9418b63418e656df447c624ac6e261709f;p=gentoo.git dev-perl/Term-ReadPassword: EAPI6 + tests - EAPI6ify - Restore tests by disabling interactive tests - Fix DESCRIPTION Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild b/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild new file mode 100644 index 000000000000..f9a405bd69ce --- /dev/null +++ b/dev-perl/Term-ReadPassword/Term-ReadPassword-0.110.0-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PHOENIX +DIST_VERSION=0.11 +inherit perl-module + +DESCRIPTION="Asking the user for a password" + +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="" +PERL_RM_FILES=( "t/2_interactive.t" )