summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-26 13:23:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-09-26 13:24:32 +0200
commit98ad459a78d3122a6991014e1b0a4d767a5c974f (patch)
treeef94d790b1aee30785d138102717d48f4b9f949d /dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
parentdev-perl/Text-VimColor: EAPI=8 bump (diff)
downloadgentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.tar.gz
gentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.tar.bz2
gentoo-98ad459a78d3122a6991014e1b0a4d767a5c974f.zip
dev-perl/Text-WikiFormat: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild')
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
new file mode 100644
index 000000000000..ab61846badf0
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CYCLES
+DIST_VERSION=0.81
+inherit perl-module
+
+DESCRIPTION="Translate Wiki formatted text into other formats"
+
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
+
+RDEPEND="
+ dev-perl/URI
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28
+"