From 943e17436e19884e1756a1a65e9abdb0a86e7871 Mon Sep 17 00:00:00 2001 From: Torsten Veller Date: Mon, 31 May 2010 08:12:29 +0000 Subject: Version bump (Portage version: 2.2_rc67/cvs/Linux x86_64) --- dev-perl/text-autoformat/ChangeLog | 8 +++++++- .../text-autoformat-1.669001.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dev-perl/text-autoformat/text-autoformat-1.669001.ebuild (limited to 'dev-perl/text-autoformat') 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 + +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 -- cgit v1.2.3-65-gdbad