diff options
author | 2010-04-07 07:59:29 +0000 | |
---|---|---|
committer | 2010-04-07 07:59:29 +0000 | |
commit | e5a14e387c4636626f72846b1c47ea9e78202331 (patch) | |
tree | 9205f16a0d31a8ea43d838546fa0470ff9ce9262 /dev-perl/text-autoformat | |
parent | Version bump (diff) | |
download | gentoo-2-e5a14e387c4636626f72846b1c47ea9e78202331.tar.gz gentoo-2-e5a14e387c4636626f72846b1c47ea9e78202331.tar.bz2 gentoo-2-e5a14e387c4636626f72846b1c47ea9e78202331.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/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.668001.ebuild | 24 |
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/text-autoformat/ChangeLog b/dev-perl/text-autoformat/ChangeLog index 0354ea04fdee..7f8d7f7f713e 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.28 2010/01/14 16:08:11 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-autoformat/ChangeLog,v 1.29 2010/04/07 07:59:29 tove Exp $ + +*text-autoformat-1.668001 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> + +text-autoformat-1.668001.ebuild: + Version bump 14 Jan 2010; Fabian Groffen <grobian@gentoo.org> text-autoformat-1.666.0.ebuild: diff --git a/dev-perl/text-autoformat/text-autoformat-1.668001.ebuild b/dev-perl/text-autoformat/text-autoformat-1.668001.ebuild new file mode 100644 index 000000000000..6ce58f0257f3 --- /dev/null +++ b/dev-perl/text-autoformat/text-autoformat-1.668001.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.668001.ebuild,v 1.1 2010/04/07 07:59: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 |