mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
)
|
||||
1
dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest
Normal file
1
dev-perl/Dist-Zilla-Plugin-NameFromDirectory/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Dist-Zilla-Plugin-NameFromDirectory-0.04.tar.gz 9766 BLAKE2B f7bd570781d15b48f80e46522c22b4f75ab8383d2d7784fbe6e9fdda699e86ef5675adf26b41b62867141ffd3d8093c1580ab9ff5ab412fdca41cb5e27834e0f SHA512 12f748cd62d8e039e3e3feb2e6b161036b3957f8f403bb867fbcd50105ee96e4a821224683b05ad6d574d13d882c980f0938996fd814c9e759773e81ad902d28
|
||||
12
dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml
Normal file
12
dev-perl/Dist-Zilla-Plugin-NameFromDirectory/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user