diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-08-11 07:02:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-08-11 07:02:28 +0100 |
commit | 068424b26532f3551a81421a9be67ed206e5c11a (patch) | |
tree | 583b8d979899a463a4ef5b26d3d49e85df987623 /dev-perl/String-Approx | |
parent | d162ba1860a88062f4cd61f8b52fc303ba0b2991 (diff) |
gentoo resync : 11.08.2021
Diffstat (limited to 'dev-perl/String-Approx')
-rw-r--r-- | dev-perl/String-Approx/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/String-Approx/String-Approx-3.280.0-r1.ebuild (renamed from dev-perl/String-Approx/String-Approx-3.280.0.ebuild) | 9 |
2 files changed, 3 insertions, 8 deletions
diff --git a/dev-perl/String-Approx/Manifest b/dev-perl/String-Approx/Manifest index e63c5d466edd..97844bf3b8ef 100644 --- a/dev-perl/String-Approx/Manifest +++ b/dev-perl/String-Approx/Manifest @@ -1,3 +1,3 @@ DIST String-Approx-3.28.tar.gz 45093 BLAKE2B 250247699379e3a5e85e37d451d0b585262bb4d530f6359110ddf88ff06d42b9a86dc56c673bcc298504dce1cbfb2640ae312a5475a0c8ef2cc8c0d8dfdfd750 SHA512 0564de1ace09dbbbd001f7676cb55c8bd5a763525399c3da8ef44584a83f1923488e0d6eea35a937e01c9c3f7e2097d1fdf6a72e7b1c2dec119aecd9e8f856c9 -EBUILD String-Approx-3.280.0.ebuild 454 BLAKE2B f09a01dfa02eb2f1e792d0dbe79f55092cef0cec0dd0e266de2c1a22c78ae88e79c46fabf708b19287802220b86c696693b7bdcbde253cd37d2e577a47469cf8 SHA512 ec7a0a04ac3bf29ec1145230ada42e356b0ab7260def84b5d2395054787074e65eef824f4e2869cb3dde7f6133925e3bb756ceeb0dbebf6bc68cd6d5db602d9a +EBUILD String-Approx-3.280.0-r1.ebuild 337 BLAKE2B 3031c518692841088ce0dee8dbc8698165db80e9ab0573de5275172bdb5a51a5c90e0b90155db93434c179bf6d98ec84240e916d4c67d60a7d1ca95c3240daf4 SHA512 d4dbd06915d9b2cf27d698088111bd7fd485a74466c9fe87344c735ccbe82d2683080c623adc8266b24c87f6951e9eb321f93a4277e1d45666eb7aa928ea4936 MISC metadata.xml 398 BLAKE2B 26600c34aeef06a42997d61fbc9cc2721897812b9187de45cd72a4b59df0081b0026b8747495f16fc41017d3431fd93e0b29921e03af5517109b4557a3e05bb8 SHA512 cb84cbb533619b95a630bd104a213f6c0d0ced5518049e503372acda5d3d3b407295a5adba8671ac05b1d173e691e66e22db11b9607153c6e3c8ecac97ba90d8 diff --git a/dev-perl/String-Approx/String-Approx-3.280.0.ebuild b/dev-perl/String-Approx/String-Approx-3.280.0-r1.ebuild index 678a59154edc..726674767a10 100644 --- a/dev-perl/String-Approx/String-Approx-3.280.0.ebuild +++ b/dev-perl/String-Approx/String-Approx-3.280.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=JHI DIST_VERSION=3.28 @@ -12,8 +12,3 @@ DESCRIPTION="Perl extension for approximate string matching (fuzzy matching)" LICENSE="|| ( Artistic-2 LGPL-2 )" SLOT="0" KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="virtual/perl-ExtUtils-MakeMaker - test? ( virtual/perl-Test-Simple )" |