summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-07-15 11:34:28 +0000
committerTorsten Veller <tove@gentoo.org>2010-07-15 11:34:28 +0000
commitd9925807c6b841ac49c02ea7ff505863bb1b914e (patch)
tree16e19b593ee4298f2f790e4822dd999efb3ca5ec /dev-perl/text-autoformat
parentVersion bump (diff)
downloadgentoo-2-d9925807c6b841ac49c02ea7ff505863bb1b914e.tar.gz
gentoo-2-d9925807c6b841ac49c02ea7ff505863bb1b914e.tar.bz2
gentoo-2-d9925807c6b841ac49c02ea7ff505863bb1b914e.zip
Version bump
(Portage version: 2.2_rc67_p226/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.669002.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog
index c485371fb503..1c0d8eadb113 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.31 2010/06/11 05:06:46 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.32 2010/07/15 11:34:28 tove Exp $
+
+*text-autoformat-1.669002 (15 Jul 2010)
+
+ 15 Jul 2010; Torsten Veller <tove@gentoo.org>
+ +text-autoformat-1.669002.ebuild:
+ Version bump
11 Jun 2010; Torsten Veller <tove@gentoo.org>
-text-autoformat-1.666.0.ebuild, -text-autoformat-1.668001.ebuild:
diff --git a/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild b/dev-perl/text-autoformat/text-autoformat-1.669002.ebuild
new file mode 100644
index 000000000000..b3874b706223
--- /dev/null
+++ b/dev-perl/text-autoformat/text-autoformat-1.669002.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.669002.ebuild,v 1.1 2010/07/15 11:34:28 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