dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover: Add w/v=0.105.0
authorKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 13:07:53 +0000 (01:07 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 14:49:25 +0000 (02:49 +1200)
Required by:
- dev-perl/Dist-Milla
- via dev-perl/App-cpanminus (git sources)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Dist-Zilla-Role-PluginBundle-PluginRemover-0.105.0.ebuild [new file with mode: 0644]
dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Manifest [new file with mode: 0644]
dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Dist-Zilla-Role-PluginBundle-PluginRemover-0.105.0.ebuild b/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Dist-Zilla-Role-PluginBundle-PluginRemover-0.105.0.ebuild
new file mode 100644 (file)
index 0000000..434a029
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RWSTAUNER
+DIST_VERSION=0.105
+inherit perl-module
+
+DESCRIPTION="Add '-remove' functionality to a bundle"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+       dev-perl/Dist-Zilla
+       dev-perl/Moose
+       >=virtual/perl-Scalar-List-Utils-1.450.0
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-File-Spec
+               virtual/perl-File-Temp
+               virtual/perl-IO
+               >=virtual/perl-Test-Simple-0.960.0
+       )
+"
diff --git a/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Manifest b/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/Manifest
new file mode 100644 (file)
index 0000000..b6f7298
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Role-PluginBundle-PluginRemover-0.105.tar.gz 22283 BLAKE2B 609a6387fdb6846909e703992d4716f27406c79b32190a254b2f39d5762d1633900847970914a67a4838336bb5ac80b11a4637813e58ac0e812a88d43ab34415 SHA512 896615a3b908c8c4cc4356663697937f54e581ab19fa68d6518c97af3f582c2c3b3f04c661aa8007b0d8e999efb65e35ad83097d61186e959508d15e2064fbda
diff --git a/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/metadata.xml b/dev-perl/Dist-Zilla-Role-PluginBundle-PluginRemover/metadata.xml
new file mode 100644 (file)
index 0000000..10381c4
--- /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-Role-PluginBundle-PluginRemover</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Role::PluginBundle::PluginRemover</remote-id>
+  </upstream>
+</pkgmetadata>