mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Perl-Tidy: drop 20240903.0.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST Perl-Tidy-20240903.tar.gz 1111605 BLAKE2B 5c1afda1095e4c22b8c31f5fc06036e36c951b3d1a52c510f29b62112d50c09e78e47461b0c17c9a0db483d0753c508850f30f63ae678b4a5749077600a290b2 SHA512 35508885cc69e7dbebb094aebccac799a45e95b7c07648d709a71881f6a69d61b4971b3362e819942fac7f7644523f658b384ec35187f7893bb4ec08f25e3d6f
|
||||
DIST Perl-Tidy-20250105.tar.gz 1142977 BLAKE2B 9ebc502b3da80070482fbcf04b48532a16bb83e9f6d78af2caadf1fead4c83b27193c811a358944ed5551e19c35ef9d64ca19ab4cb8aecf88866cd3690873360 SHA512 ce8706e9c772492cf9f695bb1ede8dff7c7296e53a2a95a851cc7d3fe525a77acbe276430e92cccb0e46249536e78416928777e87063aec23c2b4eac9eec0151
|
||||
DIST Perl-Tidy-20250311.tar.gz 1178345 BLAKE2B 24917a86bbc1d345ee53f5e33be05d1c37a0de3a56d567c025e3b63f4d118aecec2cb8db0d6dbce97a01e113fec9343aa26de0e436f1d1dc4d04733857ac89bc SHA512 684b6a8b56dbe9cdfa146acc13e37cf0c4ed50cf6e4ad617b82ef38d2177fc840e1152ee7e7bd701d155a770777702b429567782b2edeeac4ba133d3d6823db0
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=SHANCOCK
|
||||
DIST_VERSION=20240903
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user