dev-perl/File-Util: new package, add 4.131591

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Closes: https://github.com/gentoo/guru/pull/233
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
Vitaly Zdanevich 2024-08-23 07:35:13 +04:00 committed by David Roman
parent 2982c912c2
commit a9f46d7ea3
No known key found for this signature in database
GPG Key ID: D7475BA08F7705F5
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=TOMMY
DIST_EXAMPLES=( examples/load_a_file_into_a_variable.pl )
inherit perl-module
DESCRIPTION="Easy, versatile, portable file handling"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-perl/Module-Build
dev-perl/Unicode-UTF8
dev-perl/Test-NoWarnings
"
RDEPEND="
virtual/perl-Exporter
"

View File

@ -0,0 +1 @@
DIST File-Util-4.131591.tar.gz 126352 BLAKE2B 0d512ae5c8473b9f002417ea900219ae8f773c7cc83f42eeb8cf75f998a40801eb5aa94db82fe0dab088e21946cf44effec0c14ad6fe97112722cda88be7c0ba SHA512 61953b4bb375194ad5189169697616c24bf82afb20dd57ef0eb540cfec4eddd32dd522e77bcb47eb9c4117113a61127303f615f6722ac33fccdcbe7a2c44f21c

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zdanevich.vitaly@ya.ru</email>
<name>Vitaly Zdanevich</name>
</maintainer>
<upstream>
<remote-id type="github">tommybutler/file-util</remote-id>
<remote-id type="cpan-module">File::Util</remote-id>
</upstream>
</pkgmetadata>