mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Add w/v=0.15.0
Required by dev-perl/Dist-Milla, which may be useful for 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,34 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DIST_AUTHOR=LEONT
|
||||
DIST_VERSION=0.015
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Build a Build.PL that uses Module::Build::Tiny"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Dist-Zilla-4.300.39
|
||||
>=dev-perl/Module-Build-Tiny-0.39.0
|
||||
virtual/perl-Module-Metadata
|
||||
dev-perl/Moose
|
||||
dev-perl/MooseX-Types-Perl
|
||||
>=virtual/perl-Scalar-List-Utils-1.330.0
|
||||
"
|
||||
DEPEND="
|
||||
dev-perl/Module-Build-Tiny
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
test? (
|
||||
virtual/perl-CPAN-Meta
|
||||
dev-perl/Path-Tiny
|
||||
dev-perl/Test-Deep
|
||||
dev-perl/Test-Fatal
|
||||
virtual/perl-Test-Simple
|
||||
)
|
||||
"
|
||||
1
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest
Normal file
1
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST Dist-Zilla-Plugin-ModuleBuildTiny-0.015.tar.gz 13430 BLAKE2B abe81ca79f44271d1974e8696930adb7bf395d8ff9c469e2079d5b7ad38d435d86abaa3b112bb5e74d05c1382f5d86906192b7a8a125b34876c66515cc759bf5 SHA512 d63138a5e83b35092d4b4913b4a6d83a87c8c67898cf88edd0b5a46a308a098c80955c2d5c7f7061b68dbbbc410a5c9027627099d07635751add5c3721c6c0ab
|
||||
12
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml
Normal file
12
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/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-ModuleBuildTiny</remote-id>
|
||||
<remote-id type="cpan-module">Dist::Zilla::Plugin::ModuleBuildTiny</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user