diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:49:56 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 16:49:56 +0000 |
commit | 5fe9bdd2fb44e7ea0074e4bc99d02aff4a645560 (patch) | |
tree | f21176d1ac821c50b3f3915f95505daf31343bdb /dev-perl/text-autoformat/text-autoformat-1.13.ebuild | |
parent | Version bump (diff) | |
download | historical-5fe9bdd2fb44e7ea0074e4bc99d02aff4a645560.tar.gz historical-5fe9bdd2fb44e7ea0074e4bc99d02aff4a645560.tar.bz2 historical-5fe9bdd2fb44e7ea0074e4bc99d02aff4a645560.zip |
Version bump upstream
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/text-autoformat/text-autoformat-1.13.ebuild')
-rw-r--r-- | dev-perl/text-autoformat/text-autoformat-1.13.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/text-autoformat/text-autoformat-1.13.ebuild b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild new file mode 100644 index 000000000000..9124a7b446e0 --- /dev/null +++ b/dev-perl/text-autoformat/text-autoformat-1.13.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 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.13.ebuild,v 1.1 2006/01/13 16:45:33 mcummings Exp $ + +inherit perl-module + +MY_P=Text-Autoformat-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Automatic text wrapping and reformatting" +SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Text/${MY_P}.readme" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="${DEPEND} + >=dev-perl/text-reform-1.11" |