diff options
author | Torsten Veller <tove@gentoo.org> | 2009-04-17 20:52:20 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-04-17 20:52:20 +0000 |
commit | ae22516c8969646d0d5d1712199a8cfb239a43f5 (patch) | |
tree | 0d411dc2c6299e5291c52189a80630c42c00de8c | |
parent | Update Build Dependencies, USE=html needs >=dev-tex/tex4ht-20090115_p0029 (diff) | |
download | gentoo-2-ae22516c8969646d0d5d1712199a8cfb239a43f5.tar.gz gentoo-2-ae22516c8969646d0d5d1712199a8cfb239a43f5.tar.bz2 gentoo-2-ae22516c8969646d0d5d1712199a8cfb239a43f5.zip |
Version bump
(Portage version: 2.2_rc30/cvs/Linux i686)
-rw-r--r-- | dev-perl/text-autoformat/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.666.0.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index 03e74034db3a..b0809478875e 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.25 2007/04/16 07:19:21 corsair Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.26 2009/04/17 20:52:20 tove Exp $ + +*text-autoformat-1.666.0 (17 Apr 2009) + + 17 Apr 2009; Torsten Veller <tove@gentoo.org> + +text-autoformat-1.666.0.ebuild: + Version bump 16 Apr 2007; Markus Rothe <corsair@gentoo.org> text-autoformat-1.13.ebuild: diff --git a/dev-perl/text-autoformat/text-autoformat-1.666.0.ebuild b/dev-perl/text-autoformat/text-autoformat-1.666.0.ebuild new file mode 100644 index 000000000000..ab5d64e40039 --- /dev/null +++ b/dev-perl/text-autoformat/text-autoformat-1.666.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 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.666.0.ebuild,v 1.1 2009/04/17 20:52:20 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" +IUSE="" + +RDEPEND=">=dev-perl/text-reform-1.11 + virtual/perl-version" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +S=${WORKDIR}/${MY_P} +SRC_TEST=do |