dev-perl/Perl-Tidy: add 20250105.0.0

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-22 05:27:41 +00:00
parent ff94301b6b
commit 2ad5eec09a
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST Perl-Tidy-20240903.tar.gz 1111605 BLAKE2B 5c1afda1095e4c22b8c31f5fc06036e36c951b3d1a52c510f29b62112d50c09e78e47461b0c17c9a0db483d0753c508850f30f63ae678b4a5749077600a290b2 SHA512 35508885cc69e7dbebb094aebccac799a45e95b7c07648d709a71881f6a69d61b4971b3362e819942fac7f7644523f658b384ec35187f7893bb4ec08f25e3d6f
DIST Perl-Tidy-20250105.tar.gz 1142977 BLAKE2B 9ebc502b3da80070482fbcf04b48532a16bb83e9f6d78af2caadf1fead4c83b27193c811a358944ed5551e19c35ef9d64ca19ab4cb8aecf88866cd3690873360 SHA512 ce8706e9c772492cf9f695bb1ede8dff7c7296e53a2a95a851cc7d3fe525a77acbe276430e92cccb0e46249536e78416928777e87063aec23c2b4eac9eec0151

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SHANCOCK
DIST_VERSION=20250105
DIST_EXAMPLES=( "examples/*" )
inherit perl-module
DESCRIPTION="Perl script indenter and beautifier"
HOMEPAGE="https://perltidy.sourceforge.net/ https://metacpan.org/release/Perl-Tidy"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
BDEPEND="virtual/perl-ExtUtils-MakeMaker"
src_install() {
perl-module_src_install
# Compressing html is bad
docompress -x /usr/share/doc/${PF}/stylekey.html
docompress -x /usr/share/doc/${PF}/tutorial.html
docompress -x /usr/share/doc/${PF}/perltidy.html
dodoc docs/stylekey.html
dodoc docs/tutorial.html
dodoc docs/perltidy.html
}