dev-perl/Dist-Zilla-Plugin-Test-Compile: Add w/v=2.58.0
authorKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 01:45:23 +0000 (13:45 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 14:49:10 +0000 (02:49 +1200)
Required by dev-perl/Dist-Milla, used by dev-perl/App-cpanminus when
building 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-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.58.0.ebuild [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-Test-Compile/Manifest [new file with mode: 0644]
dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.58.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-2.58.0.ebuild
new file mode 100644 (file)
index 0000000..74e4683
--- /dev/null
@@ -0,0 +1,45 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.058
+inherit perl-module
+
+DESCRIPTION="Common tests to check syntax of your modules, using only core modules"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       >=dev-perl/Data-Section-0.4.0
+       >=dev-perl/Dist-Zilla-4.300.39
+       dev-perl/Moose
+       dev-perl/Path-Tiny
+       dev-perl/Sub-Exporter-ForMethods
+       dev-perl/namespace-autoclean
+"
+DEPEND="
+       dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       >=dev-perl/Module-Build-Tiny-0.34.0
+       test? (
+               virtual/perl-CPAN-Meta-Requirements
+               >=dev-perl/CPAN-Meta-Check-0.11.0
+               virtual/perl-File-Spec
+               >=dev-perl/File-pushd-1.4.0
+               virtual/perl-IO
+               >=virtual/perl-Module-CoreList-2.770.0
+               virtual/perl-Module-Metadata
+               >=dev-perl/Perl-PrereqScanner-1.16.0
+               dev-perl/Test-Deep
+               dev-perl/Test-MinimumVersion
+               >=virtual/perl-Test-Simple-0.960.0
+               >=dev-perl/Test-Warnings-0.9.0
+               virtual/perl-if
+               virtual/perl-version
+       )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Manifest b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Manifest
new file mode 100644 (file)
index 0000000..179ceef
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Test-Compile-2.058.tar.gz 48446 BLAKE2B 35d835e22eb967e2ef0c490cc31aacdf9935da64c729135a5162de8c40a49ff2efb38e2a5cbb84a75b21643ac049b52cfe781aa5f9d799ce9d22eec6d5a07e2a SHA512 6f6e1acecdf837393819e699428125d54fe9b785b6ca60b68341bda7ffec22be16c832e3de8776e515439778c3edbbef3f08b1548646c173fb10e17970da5b0f
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Compile/metadata.xml
new file mode 100644 (file)
index 0000000..87730c4
--- /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-Test-Compile</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Test::Compile</remote-id>
+  </upstream>
+</pkgmetadata>