dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Add w/v=0.15.0
authorKent Fredric <kentnl@gentoo.org>
Sat, 2 May 2020 01:58:15 +0000 (13:58 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 14:48:32 +0000 (02:48 +1200)
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>
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
new file mode 100644 (file)
index 0000000..4a5950b
--- /dev/null
@@ -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
+       )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest
new file mode 100644 (file)
index 0000000..03aa363
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-ModuleBuildTiny-0.015.tar.gz 13430 BLAKE2B abe81ca79f44271d1974e8696930adb7bf395d8ff9c469e2079d5b7ad38d435d86abaa3b112bb5e74d05c1382f5d86906192b7a8a125b34876c66515cc759bf5 SHA512 d63138a5e83b35092d4b4913b4a6d83a87c8c67898cf88edd0b5a46a308a098c80955c2d5c7f7061b68dbbbc410a5c9027627099d07635751add5c3721c6c0ab
diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml
new file mode 100644 (file)
index 0000000..245d489
--- /dev/null
@@ -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>