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

diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
new file mode 100644 (file)
index 0000000..54e8c3e
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Extract License and Copyright from its main_module file"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+       >=dev-perl/Dist-Zilla-4.300.30
+       >=virtual/perl-Module-Load-0.320.0
+       dev-perl/Software-License
+"
+DEPEND="
+       dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-Tiny-0.34.0
+       test? (
+               dev-perl/JSON
+       )
+"
+PERL_RM_FILES=(
+       "t/author-pod-syntax.t"
+)
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest
new file mode 100644 (file)
index 0000000..ef8e105
--- /dev/null
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-LicenseFromModule-0.07.tar.gz 12340 BLAKE2B 52426d7fc4cd9bb071ef1b824b4964a426f3cbe8bdf578d060b716a3690fdc543426bea3e890b644b5a65d7a8c148790b01cdef84180b9f1c719cc53efa9897b SHA512 864aac4ae0961530021a027f823800b72aeeb0b64413fd7e011442a2c5aab87a2bf0191ffacf67787f54ef27456c9d4d1006bd9f2b028c539f51e645614d38db
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml
new file mode 100644 (file)
index 0000000..e426187
--- /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-LicenseFromModule</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::LicenseFromModule</remote-id>
+  </upstream>
+</pkgmetadata>