diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-09-25 20:21:45 +0100 |
commit | c719fdcee603a5a706a45d10cb598762d56a727d (patch) | |
tree | 620cbf137661399a3fb1eff92914204f9a970713 /dev-perl/Text-FindIndent | |
parent | cc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff) |
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-perl/Text-FindIndent')
-rw-r--r-- | dev-perl/Text-FindIndent/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Text-FindIndent/Text-FindIndent-0.110.0-r1.ebuild (renamed from dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild) | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Text-FindIndent/Manifest b/dev-perl/Text-FindIndent/Manifest index ea627452d755..ebe3211b2207 100644 --- a/dev-perl/Text-FindIndent/Manifest +++ b/dev-perl/Text-FindIndent/Manifest @@ -1,3 +1,3 @@ DIST Text-FindIndent-0.11.tar.gz 28063 BLAKE2B 3853393d0d350a2d114c842b4d5b3ad312f958749874037075e2cdce7b0d308f472d3741d50b512df22e698b59d92171aa7a99f2257d26c8d4ef00e78f0bfa97 SHA512 e0d0874c890567d414c8d559673f8a813ce7a76847a238dce4ae2041097b2e786af81de0801feb4087ed1bbd75458f46c1e76f08976b122b179cdd83baacfaf9 -EBUILD Text-FindIndent-0.110.0.ebuild 622 BLAKE2B a4fae321aaefd7448eefec0d371bdf2bcde4a6ff282082606f2f0c71f70d384113e1f96ea1d536c7cd2341660147f69d985dc467c1d7f26c257da999cb5a571c SHA512 92d0a503102d7e4dc2a712eb6a49b4b95d0b07609025d34ba55bf9378783a2b9bc6407a43e612617014ef06cd80198baaf3758bdabac10bedffbeded27a66ea0 +EBUILD Text-FindIndent-0.110.0-r1.ebuild 584 BLAKE2B ace6c1eca6a5dcf3b0227ec1d790cb1a2643a812d94ae4c0a5cc44be45fa8fef92d48f3d9d98e8a9cef1084d50ca657eed8bd40ec6fb2280c9459010a11b76de SHA512 3a571a16af371c7251e5f7b659c4c2bb99a0b95b4a57df9828c63a88dbb9bf4730312aec6ad5148556a29145f11e51ebc741807ed6799c75431889f5c411298a MISC metadata.xml 403 BLAKE2B ecec0c7181eb9da030837472acc15797cb2ddee30be69bc9d7818fe6e62f0cabc8b131f3a12614da790a35c0101e431c85ab995b8c9314b41500405c27f398d8 SHA512 459b0cd1ef849983a6615d3e8c0a543841b11d266702a1b9c47848a08a15c2d7035e38e2cf4b242d963990b1963cc97a512da347cc411396b3851aecd38b4cf8 diff --git a/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild b/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0-r1.ebuild index 2d6faa8dd592..06e4ec66a01b 100644 --- a/dev-perl/Text-FindIndent/Text-FindIndent-0.110.0.ebuild +++ b/dev-perl/Text-FindIndent/Text-FindIndent-0.110.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=CHORNY DIST_VERSION=0.11 @@ -11,11 +11,9 @@ DESCRIPTION="Heuristically determine the indent style" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.360.0 test? ( >=virtual/perl-Test-Simple-0.800.0 ) " |