summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 16:49:56 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 16:49:56 +0000
commitadd5dc45de99fbb4cb13b3c53335058c78015b3d (patch)
treeb2eadbb199df72832fd98e8212c3fd33b347d4c6 /dev-perl/text-autoformat
parentVersion bump (diff)
downloadgentoo-2-add5dc45de99fbb4cb13b3c53335058c78015b3d.tar.gz
gentoo-2-add5dc45de99fbb4cb13b3c53335058c78015b3d.tar.bz2
gentoo-2-add5dc45de99fbb4cb13b3c53335058c78015b3d.zip
Version bump upstream
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r--dev-perl/text-autoformat/ChangeLog10
-rw-r--r--dev-perl/text-autoformat/Manifest6
-rw-r--r--dev-perl/text-autoformat/files/digest-text-autoformat-1.131
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.13.ebuild20
4 files changed, 33 insertions, 4 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog
index af16d6e36817..9c53fecdef23 100644
--- a/dev-perl/text-autoformat/ChangeLog
+++ b/dev-perl/text-autoformat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/text-autoformat
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.12 2005/10/02 13:44:57 agriffis Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.13 2006/01/13 16:45:33 mcummings Exp $
+
+*text-autoformat-1.13 (13 Jan 2006)
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ +text-autoformat-1.13.ebuild:
+ Version bump upstream
02 Oct 2005; Aron Griffis <agriffis@gentoo.org>
text-autoformat-1.12.ebuild:
diff --git a/dev-perl/text-autoformat/Manifest b/dev-perl/text-autoformat/Manifest
index 48a1a5794ed6..db6147bbf689 100644
--- a/dev-perl/text-autoformat/Manifest
+++ b/dev-perl/text-autoformat/Manifest
@@ -1,4 +1,6 @@
-MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 00afe4ca5cdd97f0b486361efd12ca48 ChangeLog 1483
-MD5 ea9df7c227ad325ff24fec561f1da71e text-autoformat-1.12.ebuild 642
MD5 9a16b26a7299426d60b908fa3007e0c9 files/digest-text-autoformat-1.12 71
+MD5 41f5d5a93d021c9c110429a1e1918a97 files/digest-text-autoformat-1.13 71
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 ea9df7c227ad325ff24fec561f1da71e text-autoformat-1.12.ebuild 642
+MD5 6b5c960678055c057dc51cf648362eee text-autoformat-1.13.ebuild 539
diff --git a/dev-perl/text-autoformat/files/digest-text-autoformat-1.13 b/dev-perl/text-autoformat/files/digest-text-autoformat-1.13
new file mode 100644
index 000000000000..eec76893ed06
--- /dev/null
+++ b/dev-perl/text-autoformat/files/digest-text-autoformat-1.13
@@ -0,0 +1 @@
+MD5 1a944e3e21e176178bb4f87a6068f041 Text-Autoformat-1.13.tar.gz 17431
diff --git a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild
new file mode 100644
index 000000000000..9124a7b446e0
--- /dev/null
+++ b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/text-autoformat-1.13.ebuild,v 1.1 2006/01/13 16:45:33 mcummings Exp $
+
+inherit perl-module
+
+MY_P=Text-Autoformat-${PV}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Automatic text wrapping and reformatting"
+SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=dev-perl/text-reform-1.11"