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
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')
-rw-r--r--dev-perl/text-autoformat/ChangeLog11
-rw-r--r--dev-perl/text-autoformat/Manifest3
-rw-r--r--dev-perl/text-autoformat/files/digest-text-autoformat-1.121
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.12.ebuild19
4 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog
new file mode 100644
index 000000000000..b8045d61dcb5
--- /dev/null
+++ b/dev-perl/text-autoformat/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-perl/text-autoformat
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.1 2003/08/22 09:31:45 mcummings Exp $
+
+*text-autoformat-1.12 (22 Aug 2003)
+
+ 22 Aug 2003; Michael Cummings <mcummings@gentoo.org>
+ text-autoformat-1.12.ebuild:
+ bug 24884, dep for request tracker. original version of ebuild by Celestial
+ Wizard <gentoo@dev.celestialwizard.org>
+
diff --git a/dev-perl/text-autoformat/Manifest b/dev-perl/text-autoformat/Manifest
index 4c590652b458..5b3029aae002 100644
--- a/dev-perl/text-autoformat/Manifest
+++ b/dev-perl/text-autoformat/Manifest
@@ -1,2 +1,3 @@
-MD5 283d188104b5e45591a8ec80a9581896 text-autoformat-1.12.ebuild 518
+MD5 6a67778e48469d10ebdeecf33db37feb text-autoformat-1.12.ebuild 636
+MD5 217064c2643907e7da5cee85ea7fcd2d ChangeLog 477
MD5 9a16b26a7299426d60b908fa3007e0c9 files/digest-text-autoformat-1.12 71
diff --git a/dev-perl/text-autoformat/files/digest-text-autoformat-1.12 b/dev-perl/text-autoformat/files/digest-text-autoformat-1.12
new file mode 100644
index 000000000000..a1e382bd9c48
--- /dev/null
+++ b/dev-perl/text-autoformat/files/digest-text-autoformat-1.12
@@ -0,0 +1 @@
+MD5 a5a588e7a2d98fc8e8f196db71290dc0 Text-Autoformat-1.12.tar.gz 16658
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"