summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Soundex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
commit391b5b359a346aff490103da7dddc85047f83830 (patch)
tree29eea460a0bd7e1ff21d43b9d6df9af4d8a175e1 /dev-perl/Text-Soundex
parentc719fdcee603a5a706a45d10cb598762d56a727d (diff)
gentoo resync : 01.10.2021
Diffstat (limited to 'dev-perl/Text-Soundex')
-rw-r--r--dev-perl/Text-Soundex/Manifest2
-rw-r--r--dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild (renamed from dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild)7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/Text-Soundex/Manifest b/dev-perl/Text-Soundex/Manifest
index c8e2317f972e..ac84734dd5d0 100644
--- a/dev-perl/Text-Soundex/Manifest
+++ b/dev-perl/Text-Soundex/Manifest
@@ -1,3 +1,3 @@
DIST Text-Soundex-3.05.tar.gz 15527 BLAKE2B 1c004c69e8cf5d2d67c0826b9db043cce4b6a5b5751fac9d1b99ae7ff87047f0a5f2f9a8df2f6917a8fbc9277409c96a6dd21dc475a9ccf150bc7aa0f1f4065e SHA512 f7ea405cb5960cc2e3f5e257c18c1bbb499c5244ad6a6d14612f07329fd2177ad71dcdde85129e65c65541d61e45d7e9e4097c37ca6cead9783838900b3ebbec
-EBUILD Text-Soundex-3.50.0.ebuild 538 BLAKE2B 0cdfebbdf7b78e586f4cdaa30ee5735916241a2b36ee15a11840904fb1511c5527bd11cb253f3c51689906b316af27fb3c950470f3e73f4835b52db5072ed10e SHA512 7030780e727f67ae5775abc72fe0f2ef75d6288382cd51aa6ecf2935828ecc57d4d00f70c7b4da6a63f0d6a4d83c6669b9eab8a91a600241047b5f1d53db4e09
+EBUILD Text-Soundex-3.50.0-r1.ebuild 507 BLAKE2B 9a94bbeff3f672d83b4714aefa8e8dbe9c7d1b102b50abd82896f96443054769f2b08af270ff7b0c3f8ef59324060af144245fa5f0aa4186895e413921644884 SHA512 1b9ba173349bdbef24243b90a1da879b0b9805803e692adcd6774ed7b1d281817284013603a8fe65b446488bf194ecb72686b75db5e717ec70b9fb4df101e2f3
MISC metadata.xml 397 BLAKE2B 44fac00899a8728f42e6c468eb7a2ce846d3ccad838838a115a9a375cbf2ff6362697048ff2d98b9424a049d4871ba81bd0a1bbc08d03e2ac2e9686535a01ba0 SHA512 5a1e41e9986839271a6a06bfd4542432650b0281ebb13be057b2a0ed1ceb91b025e852d46c5d0483c5658be38dc4de66a9e63ce07117783bfc91a64832cff986
diff --git a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild b/dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild
index 6bb5aed3060a..671f1617fb59 100644
--- a/dev-perl/Text-Soundex/Text-Soundex-3.50.0.ebuild
+++ b/dev-perl/Text-Soundex/Text-Soundex-3.50.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=3.05
@@ -10,13 +10,12 @@ inherit perl-module
DESCRIPTION="Implementation of the soundex algorithm"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
RDEPEND="
!minimal? ( dev-perl/Text-Unidecode )
virtual/perl-if
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"