dev-perl/Dist-Zilla-Role-FileWatcher: Add w/v=0.6.0

Required by:
- dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
- via dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild (test)
- via dev-perl/Dist-Milla

And Dist-Milla may be useful for building dev-perl/App-cpanminus from
git

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
This commit is contained in:
Kent Fredric
2020-05-01 13:45:48 +12:00
parent 6fddd7fc5e
commit bdd96b6e09
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=ETHER
DIST_VERSION=0.006
inherit perl-module
DESCRIPTION="Receive notification when something changes a file's contents"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Digest-MD5
>=dev-perl/Dist-Zilla-4.300.39
virtual/perl-Encode
dev-perl/Moose
dev-perl/Safe-Isa
dev-perl/namespace-autoclean
"
DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.39.0
test? (
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Spec
dev-perl/Module-Runtime
dev-perl/Path-Tiny
dev-perl/Test-Deep
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.880.0
virtual/perl-if
)
"

View File

@@ -0,0 +1 @@
DIST Dist-Zilla-Role-FileWatcher-0.006.tar.gz 32141 BLAKE2B 7543e20861c58a90a8766f1b0c682169646f521b733f3a2d56632a3277d024fe72737b50cc2cfd6859535b8b6f6d905fe4836806d36fc7b96973362434b88f95 SHA512 aa2958bc8656eaf8a6d26a6cc9908d46e7e9c4600309da149046bc5a9ef93897121568b594f8efdb4c9981be8f29edbef9c17df4dd8da11314be8eb313c2c833

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="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Dist-Zilla-Role-FileWatcher</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Role::File::ChangeNotification</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Role::FileWatcher</remote-id>
</upstream>
</pkgmetadata>