dev-perl/File-Touch: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-16 09:55:20 +02:00
parent c753a1de06
commit 53b926ce88
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=NEILB
inherit perl-module
DESCRIPTION="Update file access and modification times, creating files if needed"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
SRC_TEST="do"

View File

@@ -0,0 +1 @@
DIST File-Touch-0.11.tar.gz 11749 BLAKE2B e89d2566cd260a8eef66455e1a10aa2e233b946b97bed48ccc305204655221ed37e1b13e4b9f9b82bc396d5271fe7da9157d3faf18a2a1e38d5ded569453038f SHA512 7f1d46fe26de863388854e222b0229e29f0575ee0d8ed59f8cc447a39bc40d7fda425a394a4c3bbc9f561370b6c82cec9c65f4bb784ebba4ff72dbcb5c0a4cd0

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>comaintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="cpan">File-Touch</remote-id>
<remote-id type="cpan-module">File::Touch</remote-id>
</upstream>
</pkgmetadata>