summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Autoformat
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-Autoformat
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-Autoformat')
-rw-r--r--dev-perl/Text-Autoformat/Manifest3
-rw-r--r--dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild29
-rw-r--r--dev-perl/Text-Autoformat/metadata.xml14
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest
new file mode 100644
index 000000000000..355b92c18ebe
--- /dev/null
+++ b/dev-perl/Text-Autoformat/Manifest
@@ -0,0 +1,3 @@
+DIST Text-Autoformat-1.74.tar.gz 29485 BLAKE2B e8fca3c994877488ca3f3a98681fc3cc189f8b9294bee775248b9c43a14dad2341f4b92fad201ae4e44dcb4d589631ffb43fcac21ecb44aa186bb0e38cfeb412 SHA512 276e97a0db20032919a6aeacba701350fa8fadf6c1bda7dcda714ef4f1c168b8cc3150a126719d940194c8b20dd534543ec914f03c50e27e4a61b1083ca312c6
+EBUILD Text-Autoformat-1.740.0.ebuild 720 BLAKE2B 5c7f56f6b9ef1d61bf5cad9477de41022ffbb4221ae5cf2fad14c8d262872a5037d772f71fa08cd72588f826442c3bc3bd2fc27f7ace580ea3cae7b55f909832 SHA512 6cd8fc71132013aef9d73b6953464fadbb49bc629aec4663a184a5e0cda1d80a04f004029d7cd6e04a904c3c58dfbc4490fafae440b9908f4d90da848834e8fc
+MISC metadata.xml 544 BLAKE2B 82cd10187b784bf19904edaa287eaeadab90c53f710ce37c727954beb649ad4f5618f3b08c30d6b5f6d6a1b7add350703e7be8e2e2ff67749c53ddc7ac5089d7 SHA512 1c8c5fd5304c9d939e9493a79052165953277cad6f7d9d0073583eb15549285b73d868dec19b71a19bc0e1dd41576f226efd499521ac939b76068c415d70dc1d
diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild
new file mode 100644
index 000000000000..915b46b72fe6
--- /dev/null
+++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.740.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=1.74
+inherit perl-module
+
+DESCRIPTION="Automatic text wrapping and reformatting"
+
+SLOT="0"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test examples"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ dev-perl/Text-Reform
+ virtual/perl-Text-Tabs+Wrap
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( >=virtual/perl-Test-Simple-0.880.0 )
+"
+src_install() {
+ perl-module_src_install
+ use examples && perl_doexamples "config.emacs" "config.vim"
+}
diff --git a/dev-perl/Text-Autoformat/metadata.xml b/dev-perl/Text-Autoformat/metadata.xml
new file mode 100644
index 000000000000..6bc30a05b4c6
--- /dev/null
+++ b/dev-perl/Text-Autoformat/metadata.xml
@@ -0,0 +1,14 @@
+<?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-Autoformat</remote-id>
+ <remote-id type="cpan-module">Text::Autoformat</remote-id>
+ <remote-id type="cpan-module">Text::Autoformat::Hang</remote-id>
+ <remote-id type="cpan-module">Text::Autoformat::NullHang</remote-id>
+ </upstream>
+</pkgmetadata>