summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-30 22:17:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-30 22:18:51 +0200
commitd6764ed8a9f9ac035e7ff8dd62b1be1d9bfc1871 (patch)
treecddc28458d69807ae5ae63e06f0679d67f6244f5
parentdev-perl/Pod-Eventual: Version bump 0.094002 (diff)
downloadgentoo-d6764ed8a9f9ac035e7ff8dd62b1be1d9bfc1871.tar.gz
gentoo-d6764ed8a9f9ac035e7ff8dd62b1be1d9bfc1871.tar.bz2
gentoo-d6764ed8a9f9ac035e7ff8dd62b1be1d9bfc1871.zip
dev-perl/Pod-Markdown: Version bump 3.300
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Pod-Markdown/Manifest1
-rw-r--r--dev-perl/Pod-Markdown/Pod-Markdown-3.300.0.ebuild38
2 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/Pod-Markdown/Manifest b/dev-perl/Pod-Markdown/Manifest
index a627899e84b8..ebf3fd032df6 100644
--- a/dev-perl/Pod-Markdown/Manifest
+++ b/dev-perl/Pod-Markdown/Manifest
@@ -1 +1,2 @@
DIST Pod-Markdown-3.005.tar.gz 57716 BLAKE2B 823826c25b0d333941f08af4fa9c9690e9686cd407e8e5084987e2eb7adc63b9027a414fc30f96bf632e89d147e4a1108510e09386d257d7174c412876102548 SHA512 1fb9879913a5f9229267c84bbe97aee624330f3079827f18aa7db31de0b70e0ef0df55ea2ea01655f4b335c7b2338bdc1e5156f49088d6ce048bfa38713ee2c8
+DIST Pod-Markdown-3.300.tar.gz 59370 BLAKE2B 3f78633253368e692e720876b644e6918df5925a7d24995745c9fcda9ec95cf31ce63623ae720eb0cd1ceae64ad54b6c779414115997d3ddc958e63b9f36d375 SHA512 3c4b0d44a94f5542662c45ba03d5fd0852619c9881edf9ca0b006ae05e8a4611ca1b7495dfa32d02fc036e25847146a96b53a4970ae712b5664d328c8d841e88
diff --git a/dev-perl/Pod-Markdown/Pod-Markdown-3.300.0.ebuild b/dev-perl/Pod-Markdown/Pod-Markdown-3.300.0.ebuild
new file mode 100644
index 000000000000..913f89f4d8db
--- /dev/null
+++ b/dev-perl/Pod-Markdown/Pod-Markdown-3.300.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RWSTAUNER
+DIST_VERSION=3.300
+inherit perl-module
+
+DESCRIPTION="Convert POD to Markdown"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/HTML-Parser
+ )
+ virtual/perl-Encode
+ virtual/perl-Getopt-Long
+ >=virtual/perl-Pod-Simple-3.270.0
+ dev-perl/URI
+ virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ !minimal? (
+ >=virtual/perl-CPAN-Meta-2.120.900
+ )
+ virtual/perl-Exporter
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ virtual/perl-IO
+ dev-perl/Test-Differences
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"