summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-08-22 09:31:50 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-08-22 09:31:50 +0000
commit4eadb772e4359a7a53f66eb05ff4bceaadd05015 (patch)
tree73b03702ff7cbd41caead3bec2848039faa6bd55 /dev-perl/text-autoformat/text-autoformat-1.12.ebuild
parentbug 24884, dep for request tracker (diff)
downloadgentoo-2-4eadb772e4359a7a53f66eb05ff4bceaadd05015.tar.gz
gentoo-2-4eadb772e4359a7a53f66eb05ff4bceaadd05015.tar.bz2
gentoo-2-4eadb772e4359a7a53f66eb05ff4bceaadd05015.zip
bug 24884, dep for request tracker
Diffstat (limited to 'dev-perl/text-autoformat/text-autoformat-1.12.ebuild')
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.12.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/text-autoformat/text-autoformat-1.12.ebuild b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild
new file mode 100644
index 000000000000..683949b7f0e0
--- /dev/null
+++ b/dev-perl/text-autoformat/text-autoformat-1.12.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.12.ebuild,v 1.1 2003/08/22 09:31:45 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Text-Autoformat-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Automatic text wrapping and reformatting"
+SRC_URI="http://www.cpan.org/modules/by-module/Text/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa"
+
+DEPEND="${DEPEND}
+ dev-perl/text-reform"