mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-perl/Perl-Tidy: add 20250711.0.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST Perl-Tidy-20250311.tar.gz 1178345 BLAKE2B 24917a86bbc1d345ee53f5e33be05d1c37a0de3a56d567c025e3b63f4d118aecec2cb8db0d6dbce97a01e113fec9343aa26de0e436f1d1dc4d04733857ac89bc SHA512 684b6a8b56dbe9cdfa146acc13e37cf0c4ed50cf6e4ad617b82ef38d2177fc840e1152ee7e7bd701d155a770777702b429567782b2edeeac4ba133d3d6823db0
|
||||
DIST Perl-Tidy-20250616.tar.gz 1198542 BLAKE2B b6847cde33ef2021cd244688afbf2ebcb831d332cc026f3124c12e64d49f024b9113b597d3a393fe7b3175e9f9d57c591b7cda3eb4a493d0c7e5f04137fae3ed SHA512 5f5e15bcb58389ad01a70b97dba56486fa80742e0707ec58d2353fc2d5c8492a13b8a581f7d9ddd4dde69cd61b6adfa98f7fc9f7665d4046028010dbe4a51534
|
||||
DIST Perl-Tidy-20250711.tar.gz 1202227 BLAKE2B 6b53d351a78117f4d921fa02f186afab2f14ddaf5dd7a7e64229d6e5263df0df87bb08e7926f251281f19fcc6a5e5929a6b4ead619c4d64c3be316b08f82259c SHA512 7ffeb0d2e04bc68c5cb3b99257acba48c38e35ca8dd0f64fa68aacfa102b4779e373b63c696c6ac4abb866ca67dfb30f51c5b9d94264f8df60ec300cba4df035
|
||||
|
||||
30
dev-perl/Perl-Tidy/Perl-Tidy-20250711.0.0.ebuild
Normal file
30
dev-perl/Perl-Tidy/Perl-Tidy-20250711.0.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=SHANCOCK
|
||||
DIST_VERSION=20250711
|
||||
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"
|
||||
|
||||
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