commit:     a9f46d7ea3bea360d7a9b7474bf1558ea2416864
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Fri Aug 23 03:35:13 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 28 10:45:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9f46d7e

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

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
Closes: https://github.com/gentoo/guru/pull/233
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-perl/File-Util/File-Util-4.131591.ebuild | 23 +++++++++++++++++++++++
 dev-perl/File-Util/Manifest                  |  1 +
 dev-perl/File-Util/metadata.xml              | 12 ++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/File-Util/File-Util-4.131591.ebuild 
b/dev-perl/File-Util/File-Util-4.131591.ebuild
new file mode 100644
index 000000000..0fa87db6e
--- /dev/null
+++ b/dev-perl/File-Util/File-Util-4.131591.ebuild
@@ -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
+"

diff --git a/dev-perl/File-Util/Manifest b/dev-perl/File-Util/Manifest
new file mode 100644
index 000000000..f442a05e1
--- /dev/null
+++ b/dev-perl/File-Util/Manifest
@@ -0,0 +1 @@
+DIST File-Util-4.131591.tar.gz 126352 BLAKE2B 
0d512ae5c8473b9f002417ea900219ae8f773c7cc83f42eeb8cf75f998a40801eb5aa94db82fe0dab088e21946cf44effec0c14ad6fe97112722cda88be7c0ba
 SHA512 
61953b4bb375194ad5189169697616c24bf82afb20dd57ef0eb540cfec4eddd32dd522e77bcb47eb9c4117113a61127303f615f6722ac33fccdcbe7a2c44f21c

diff --git a/dev-perl/File-Util/metadata.xml b/dev-perl/File-Util/metadata.xml
new file mode 100644
index 000000000..764d34946
--- /dev/null
+++ b/dev-perl/File-Util/metadata.xml
@@ -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>[email protected]</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>

Reply via email to