diff options
author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-09-12 00:19:48 +0200 |
---|---|---|
committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2015-09-12 00:29:06 +0200 |
commit | 68b396d7f2b0e4ae0cfd8a182043a2e06f657510 (patch) | |
tree | ab69d2135d27f2ad549c43553b063b84a627f0b3 /dev-perl/Text-Autoformat | |
parent | dev-perl/Text-Diff: Version bump (diff) | |
download | gentoo-68b396d7f2b0e4ae0cfd8a182043a2e06f657510.tar.gz gentoo-68b396d7f2b0e4ae0cfd8a182043a2e06f657510.tar.bz2 gentoo-68b396d7f2b0e4ae0cfd8a182043a2e06f657510.zip |
dev-perl/Text-Autoformat: Copy from dev-perl/text-autoformat
Package-Manager: portage-2.2.20.1
RepoMan-Options: --force
Diffstat (limited to 'dev-perl/Text-Autoformat')
-rw-r--r-- | dev-perl/Text-Autoformat/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Text-Autoformat/Text-Autoformat-1.690.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Text-Autoformat/metadata.xml | 11 |
4 files changed, 58 insertions, 0 deletions
diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest new file mode 100644 index 000000000000..23d4cae91ef9 --- /dev/null +++ b/dev-perl/Text-Autoformat/Manifest @@ -0,0 +1 @@ +DIST Text-Autoformat-1.669002.tar.gz 20399 SHA256 7dbbc86c2550bc62ab00b6abca28019f8b144fb0fca33daeb2f373ca40d1d200 SHA512 8dc6f239c82a7e72c9ec8cbe680db94e76e11459cf47e8720aab269209234119bb7e017079ad6e0a817889fd3684f384a3186024ddad456f80ad8d4d173e646b WHIRLPOOL 8cfcaeb053b846002f296f543d100487ff458205900b71d93c4c1045b02aa2fe000657b219fae0145f942ae99e2aff3d08d3df4ac1c3d2499d67cb9ba5c709e2 diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild new file mode 100644 index 000000000000..b3ab144166a2 --- /dev/null +++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.669.2-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=Text-Autoformat +MODULE_AUTHOR=DCONWAY +MODULE_VERSION=1.669002 +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="" + +RDEPEND=">=dev-perl/text-reform-1.11 + virtual/perl-version" +DEPEND="${RDEPEND} + dev-perl/Module-Build" + +SRC_TEST=do diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.690.0.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.690.0.ebuild new file mode 100644 index 000000000000..c1cd58fcb90c --- /dev/null +++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.690.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PN=Text-Autoformat +MODULE_AUTHOR=DCONWAY +MODULE_VERSION=1.669002 +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="" + +RDEPEND=">=dev-perl/text-reform-1.11 + virtual/perl-version" +DEPEND="${RDEPEND} + dev-perl/Module-Build" + +SRC_TEST=do diff --git a/dev-perl/Text-Autoformat/metadata.xml b/dev-perl/Text-Autoformat/metadata.xml new file mode 100644 index 000000000000..95db1020808d --- /dev/null +++ b/dev-perl/Text-Autoformat/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <upstream> + <remote-id type="cpan">Text-Autoformat</remote-id> + <remote-id type="cpan-module">Hang</remote-id> + <remote-id type="cpan-module">NullHang</remote-id> + <remote-id type="cpan-module">Text::Autoformat</remote-id> + </upstream> +</pkgmetadata> |