summaryrefslogtreecommitdiff
path: root/dev-perl/Text-WikiFormat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Text-WikiFormat
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r--dev-perl/Text-WikiFormat/Manifest5
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild21
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild21
-rw-r--r--dev-perl/Text-WikiFormat/metadata.xml15
4 files changed, 62 insertions, 0 deletions
diff --git a/dev-perl/Text-WikiFormat/Manifest b/dev-perl/Text-WikiFormat/Manifest
new file mode 100644
index 000000000000..dfde18563506
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Manifest
@@ -0,0 +1,5 @@
+DIST Text-WikiFormat-0.80.tar.gz 28845 BLAKE2B 76e37be568553c4730adcba23a6246c38612b0c78480e0a8d49314feb576f05dcfb78efba7b6ab8e006074fb840819c0291cc7a3fc83f7543070b8627fe0f3e4 SHA512 6077d8ea0cdaa336fda0fff40ae539c0d3b3e57795e5b804eee9458f0a606bea8e509e75122500c71cf5d2331c36df7f7f613a246f542b090a89690972b06f7a
+DIST Text-WikiFormat-0.81.tar.gz 34409 BLAKE2B 4eabf2b494a77408358c5dc95564717eaf51300e55caa17593da66ecd3dd5fad263f393feb9e66ce83139e2810cfc49be485f484cd3d340e210d376f69906b80 SHA512 60c781b9bda9dbd5f533a1cef326110f7aebe79078e38ba8ecf2e9d6c1b93cad552077a2015748186d04b7cd457fc63ab297ca24c01e321f1869dfafc4f1b4e2
+EBUILD Text-WikiFormat-0.800.0-r1.ebuild 467 BLAKE2B e3f55a21184202dd117b4d0b5142a9bec1f19184c7c823b2c016f2048c30a623d833ec55b9c1f99fe20897ff098fb8a127a69f80a1ee25f2ddbf4e06026c4e22 SHA512 a60e5b1175ec2b545212a6fc6f6e53d41136d436719bdeb2d3b3b32ef23e9204744f322ed66afe89bcb4c299ef4b9d2d5079ead4d7b736fd9510be5e94eca2c7
+EBUILD Text-WikiFormat-0.810.0.ebuild 467 BLAKE2B 6c305af38c24b3fbcf858bd302194915dc55137e0a891e8b1570dfe32827cc5b2bae4996f3a3e2bcd6f7f1dfddbf8e3d123db03082ce49ea3df34422e110bf97 SHA512 8c9d0783236f6be1d9fbb6f2895215ff11a2d833710dded385937b5493c4ed25a99027fa2a12c30126abeb041364807b1f4da94dee1d0136f05d6f94993ca7f7
+MISC metadata.xml 619 BLAKE2B 1322769675e95abd793de8c69163901dc8ed9852f1984d0f8e1b02665465366a9be6fa78f3b4febbc3006354d1fac6d2ca7c7d09ac8784870cbc19451903ea38 SHA512 1fa5f185c060f0521d3cd35435de8bfe4c29f1aeae8461c15780af3dd645d9c325f90c7faedd65e36f620fe7e696f87d59cf0403e950e2b6931b73ed1eda2ce1
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild
new file mode 100644
index 000000000000..fe47aeae988e
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.800.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=CYCLES
+MODULE_VERSION=0.80
+inherit perl-module
+
+DESCRIPTION="Translate Wiki formatted text into other formats"
+
+SLOT="0"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/URI
+ virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28"
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
new file mode 100644
index 000000000000..b0561c37f0c6
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=CYCLES
+MODULE_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 ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND="dev-perl/URI
+ virtual/perl-Scalar-List-Utils"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28"
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-WikiFormat/metadata.xml b/dev-perl/Text-WikiFormat/metadata.xml
new file mode 100644
index 000000000000..5ea26213719f
--- /dev/null
+++ b/dev-perl/Text-WikiFormat/metadata.xml
@@ -0,0 +1,15 @@
+<?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">Text-WikiFormat</remote-id>
+ <remote-id type="cpan-module">Text::WikiFormat</remote-id>
+ <remote-id type="cpan-module">Text::WikiFormat::Block</remote-id>
+ <remote-id type="cpan-module">Text::WikiFormat::Block::code</remote-id>
+ <remote-id type="cpan-module">Text::WikiFormat::Blocks</remote-id>
+ </upstream>
+</pkgmetadata>