dev-perl/Pod-Spell: drop 1.260.0

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2025-02-28 20:22:56 +01:00
parent 10350b2388
commit 06506bb763
2 changed files with 0 additions and 43 deletions

View File

@@ -1,3 +1,2 @@
DIST Pod-Spell-1.26.tar.gz 35564 BLAKE2B 119829ab617de85b1aff136a934db71adbc9091469847fc65a924cbfada179aead2a70931c971c2cc8f6f3add2a6797ac6bf75689ac90f8035d724ad36437675 SHA512 6fba5f6337fcd0e7f8df7d379e9d7a7de5ab13b748831c9f0e48cefbce9b1548d117d96db64693fc71519d700c397d217f27574359518b39225489b96c3c3c9e
DIST Pod-Spell-1.27.tar.gz 35971 BLAKE2B e13119790ed68485d91c83c0f41b2afcafcb16a71d93b8e5d5bab7bf83fc1e019eab3720575213ccac30e85781bc33f938e3a4255392707f3b731c91c9d75966 SHA512 d4737d977220205dd2f74ea0d1ff02214ae66e7f772e978a97f17c3219478be547168fd7452e447f5e6efb24006d0b8427c846b7060649d3857f57cce2d917eb
DIST podspell.1.gz 648 BLAKE2B de6d7b87d746e9649986570c83882b598c11033d78624055df33e81285abd442de3484f03a9c2e4ca08cb4da528ddcd48de75c7244a84959d2b0da5a5546c63b SHA512 651d2fc9376329cb95986a885119dfd542f55e79045ec7aa2f37afcd9fc7bd86ba690c2e3a247b35ffd2d90c9adc9ad85e2d6128fb3424c75130d70aacb1c154

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=HAARG
DIST_VERSION=1.26
inherit perl-module
DESCRIPTION="A formatter for spellchecking Pod"
SRC_URI+=" mirror://gentoo/podspell.1.gz https://dev.gentoo.org/~tove/files/podspell.1.gz"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="minimal"
RDEPEND="
virtual/perl-Carp
dev-perl/Class-Tiny
dev-perl/File-ShareDir
dev-perl/Lingua-EN-Inflect
virtual/perl-Pod-Escapes
>=virtual/perl-Pod-Simple-3.270.0
virtual/perl-Text-Tabs+Wrap
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=dev-perl/File-ShareDir-Install-0.60.0
test? (
!minimal? ( >=virtual/perl-CPAN-Meta-2.120.900 )
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-IO
virtual/perl-Test-Simple
)
"
src_install() {
perl-module_src_install
doman "${WORKDIR}"/podspell.1
}