summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:29:30 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-25 20:34:25 +0200
commite61de038c83f6036eb978d4448554c722b504e1b (patch)
tree735c3de61905239e901b8f3a3a83e82626cbb2dd /dev-perl
parentdev-perl/Text-Netstring: EAPI=8 bump (diff)
downloadgentoo-e61de038c83f6036eb978d4448554c722b504e1b.tar.gz
gentoo-e61de038c83f6036eb978d4448554c722b504e1b.tar.bz2
gentoo-e61de038c83f6036eb978d4448554c722b504e1b.zip
dev-perl/Text-Password-Pronounceable: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild (renamed from dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild)14
1 files changed, 4 insertions, 10 deletions
diff --git a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
index e059ea14c1c9..a920fab3be8d 100644
--- a/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r1.ebuild
+++ b/dev-perl/Text-Password-Pronounceable/Text-Password-Pronounceable-0.300.0-r2.ebuild
@@ -1,22 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_VERSION=0.30
-MODULE_AUTHOR=TSIBLEY
+DIST_VERSION=0.30
+DIST_AUTHOR=TSIBLEY
inherit perl-module
DESCRIPTION="Generate pronounceable passwords"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST="do"
src_prepare() {
sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||