dev-perl/Dist-Zilla-Plugin-NameFromDirectory: Add w/v=0.40.0

Required by dev-perl/Dist-Milla, which may be useful in building
dev-perl/App-cpanminus from git sources

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-02 14:09:10 +12:00
parent 82fec55784
commit 5a9a091753
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=MIYAGAWA
DIST_VERSION=0.04
inherit perl-module
DESCRIPTION="Guess distribution name from the current directory"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Dist-Zilla-4.300.30
>=dev-perl/Path-Tiny-0.53.0
"
DEPEND="
dev-perl/Module-Build-Tiny
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
>=virtual/perl-Test-Simple-0.880.0
)
"
PERL_RM_FILES=(
"t/author-pod-syntax.t"
)

View File

@@ -0,0 +1 @@
DIST Dist-Zilla-Plugin-NameFromDirectory-0.04.tar.gz 9766 BLAKE2B f7bd570781d15b48f80e46522c22b4f75ab8383d2d7784fbe6e9fdda699e86ef5675adf26b41b62867141ffd3d8093c1580ab9ff5ab412fdca41cb5e27834e0f SHA512 12f748cd62d8e039e3e3feb2e6b161036b3957f8f403bb867fbcd50105ee96e4a821224683b05ad6d574d13d882c980f0938996fd814c9e759773e81ad902d28

View File

@@ -0,0 +1,12 @@
<?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-Plugin-NameFromDirectory</remote-id>
<remote-id type="cpan-module">Dist::Zilla::Plugin::NameFromDirectory</remote-id>
</upstream>
</pkgmetadata>