dev-perl/Pod-Markdown-Github: Add w/v=0.40.0
authorKent Fredric <kentnl@gentoo.org>
Fri, 1 May 2020 02:02:18 +0000 (14:02 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sun, 3 May 2020 14:48:00 +0000 (02:48 +1200)
Required by:
- dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
- via dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild (test)
- via dev-perl/Dist-Milla

And dev-perl/Dist-Milla 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/Pod-Markdown-Github/Manifest [new file with mode: 0644]
dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild [new file with mode: 0644]
dev-perl/Pod-Markdown-Github/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Pod-Markdown-Github/Manifest b/dev-perl/Pod-Markdown-Github/Manifest
new file mode 100644 (file)
index 0000000..a1ff137
--- /dev/null
@@ -0,0 +1 @@
+DIST Pod-Markdown-Github-0.04.tar.gz 13465 BLAKE2B 6235a3f4460b3df44606a7dcd5a1ca09be644c02b59bf1c63a58a27e3d596e88b2ae95035c7bd44ec088cbb71fcdde4a8c9756894a419293eed7b0cf4f180ffc SHA512 cf0b385ddec44d9b21259fa867746c71b0880d85d3b24b9bf8c530eecddd6f899654425ccb29170824fda3cc7f432cacb2d8974ad789952971c16b2ae901ace3
diff --git a/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild b/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0.ebuild
new file mode 100644 (file)
index 0000000..a76dfc6
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MINIMAL
+DIST_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION="Convert POD to Github's specific markdown"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       virtual/perl-Getopt-Long
+       dev-perl/Pod-Markdown
+       virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Exporter
+               virtual/perl-File-Spec
+               virtual/perl-File-Temp
+               dev-perl/Test-Differences
+               >=virtual/perl-Test-Simple-0.880.0
+       )
+"
diff --git a/dev-perl/Pod-Markdown-Github/metadata.xml b/dev-perl/Pod-Markdown-Github/metadata.xml
new file mode 100644 (file)
index 0000000..e1748e0
--- /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">Pod-Markdown-Github</remote-id>
+    <remote-id type="cpan-module">Pod::Markdown::Github</remote-id>
+  </upstream>
+</pkgmetadata>