summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-31 08:12:29 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-31 08:12:29 +0000
commit943e17436e19884e1756a1a65e9abdb0a86e7871 (patch)
tree02789429c1cc584100ff0e742dec6a8cee1303e0 /dev-perl/text-autoformat
parentVersion bump (diff)
downloadgentoo-2-943e17436e19884e1756a1a65e9abdb0a86e7871.tar.gz
gentoo-2-943e17436e19884e1756a1a65e9abdb0a86e7871.tar.bz2
gentoo-2-943e17436e19884e1756a1a65e9abdb0a86e7871.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/text-autoformat')
-rw-r--r--dev-perl/text-autoformat/ChangeLog8
-rw-r--r--dev-perl/text-autoformat/text-autoformat-1.669001.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog
index 7f8d7f7f713e..95c86dead308 100644
--- a/dev-perl/text-autoformat/ChangeLog
+++ b/dev-perl/text-autoformat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/text-autoformat
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.29 2010/04/07 07:59:29 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.30 2010/05/31 08:12:29 tove Exp $
+
+*text-autoformat-1.669001 (31 May 2010)
+
+ 31 May 2010; Torsten Veller <tove@gentoo.org>
+ +text-autoformat-1.669001.ebuild:
+ Version bump
*text-autoformat-1.668001 (07 Apr 2010)
diff --git a/dev-perl/text-autoformat/text-autoformat-1.669001.ebuild b/dev-perl/text-autoformat/text-autoformat-1.669001.ebuild
new file mode 100644
index 000000000000..b7e326db5922
--- /dev/null
+++ b/dev-perl/text-autoformat/text-autoformat-1.669001.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 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.669001.ebuild,v 1.1 2010/05/31 08:12:29 tove Exp $
+
+EAPI=2
+
+MY_PN=Text-Autoformat
+MY_P=${MY_PN}-${PV}
+MODULE_AUTHOR=DCONWAY
+inherit perl-module
+
+DESCRIPTION="Automatic text wrapping and reformatting"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~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}
+ virtual/perl-Module-Build"
+
+S=${WORKDIR}/${MY_P}
+SRC_TEST=do