mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
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:
parent
2982c912c2
commit
a9f46d7ea3
23
dev-perl/File-Util/File-Util-4.131591.ebuild
Normal file
23
dev-perl/File-Util/File-Util-4.131591.ebuild
Normal 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
|
||||
"
|
1
dev-perl/File-Util/Manifest
Normal file
1
dev-perl/File-Util/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST File-Util-4.131591.tar.gz 126352 BLAKE2B 0d512ae5c8473b9f002417ea900219ae8f773c7cc83f42eeb8cf75f998a40801eb5aa94db82fe0dab088e21946cf44effec0c14ad6fe97112722cda88be7c0ba SHA512 61953b4bb375194ad5189169697616c24bf82afb20dd57ef0eb540cfec4eddd32dd522e77bcb47eb9c4117113a61127303f615f6722ac33fccdcbe7a2c44f21c
|
12
dev-perl/File-Util/metadata.xml
Normal file
12
dev-perl/File-Util/metadata.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user