summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Password-Pronounceable
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /dev-perl/Text-Password-Pronounceable
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-perl/Text-Password-Pronounceable')
-rw-r--r--dev-perl/Text-Password-Pronounceable/Manifest2
-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
2 files changed, 5 insertions, 11 deletions
diff --git a/dev-perl/Text-Password-Pronounceable/Manifest b/dev-perl/Text-Password-Pronounceable/Manifest
index 3515bcd3a061..11211046cbe2 100644
--- a/dev-perl/Text-Password-Pronounceable/Manifest
+++ b/dev-perl/Text-Password-Pronounceable/Manifest
@@ -1,3 +1,3 @@
DIST Text-Password-Pronounceable-0.30.tar.gz 21015 BLAKE2B 8a716fd87c73d574c4c2fcc71b020f6af6c14ff81fff0bce2911b1797adddf8e3f614cec4302db3a2652905a16c4048ecff3b07a98d16399a8772cfdb6815b56 SHA512 a591073afa9002ecd098d3b6acdc35656e5b10df63eed4a4f6a1df5dbfc9b990c65937d7297b3bd0e7428f97969250a98ee20f2420a45b08a00e287bb200a601
-EBUILD Text-Password-Pronounceable-0.300.0-r1.ebuild 629 BLAKE2B fcebf7e457170d195bb90dde28b0ba9d6c5c27389ee5f525d001da072796f982afcc8983d7c07ad250b0f76c49d7ed53ae2c7b51d71fc4117e50851e00fc0b01 SHA512 4095deff2a4ad484b644dec04105d3c296477246a4f8da6be8b5311b340539b2a9dc7ac4764548cea92b57831a78de4df1e7f4766fd4d3ad2d360343e98b45a1
+EBUILD Text-Password-Pronounceable-0.300.0-r2.ebuild 526 BLAKE2B b2bb19d76407a4eb66c40d123e0eeae7b20f20aec94257c7a406b84ed6a59d40848407e4ecb5a4d19de123bf6cf3d3f0c1d980a59017122583397dd0cdb65679 SHA512 5677a73e2723f89499c032c72ff1ffcc60763d625bea7bd6a17ec26622cb560e88bb0c8b2e4f23db5fa21d8577e0db40ce506f2a245867b20f97af37c38c50b7
MISC metadata.xml 428 BLAKE2B 689e813bc50af9abfa8c485de09dd84b452f12a6d12abc4c00993776aaa1640d4e5fd24d26ad87daf926c5e1b36707e84f967761436479b48a5d3cff44b9fd75 SHA512 956b9eeb4e8a0d4dcb5482be8be71806fa1bab97e5d168691f492eeb4bf98d9388256d485b7578b764f52123ac853252a78dd28e85704d0e18e6eba504a55b9d
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 ||