diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-05-02 14:09:10 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-05-04 02:48:36 +1200 |
commit | 5a9a091753c19f908a74f325f56bad1f59205b5e (patch) | |
tree | 3d07cc933249938bbda5ff352f92219799dbff08 /dev-perl/Dist-Zilla-Plugin-NameFromDirectory | |
parent | dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Add w/v=0.15.0 (diff) | |
download | gentoo-5a9a091753c19f908a74f325f56bad1f59205b5e.tar.gz gentoo-5a9a091753c19f908a74f325f56bad1f59205b5e.tar.bz2 gentoo-5a9a091753c19f908a74f325f56bad1f59205b5e.zip |
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>
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-NameFromDirectory')
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild new file mode 100644 index 000000000000..031865994cbf --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Dist-Zilla-Plugin-NameFromDirectory-0.40.0.ebuild @@ -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" +) diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest new file mode 100644 index 000000000000..b3a8f5eb6983 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest @@ -0,0 +1 @@ +DIST Dist-Zilla-Plugin-NameFromDirectory-0.04.tar.gz 9766 BLAKE2B f7bd570781d15b48f80e46522c22b4f75ab8383d2d7784fbe6e9fdda699e86ef5675adf26b41b62867141ffd3d8093c1580ab9ff5ab412fdca41cb5e27834e0f SHA512 12f748cd62d8e039e3e3feb2e6b161036b3957f8f403bb867fbcd50105ee96e4a821224683b05ad6d574d13d882c980f0938996fd814c9e759773e81ad902d28 diff --git a/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml new file mode 100644 index 000000000000..f0e8fe711dc8 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml @@ -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> |