diff options
author | 2005-04-16 22:16:06 +0000 | |
---|---|---|
committer | 2005-04-16 22:16:06 +0000 | |
commit | 68a5c8b9397970d12d8e639b27179a707e4c24e1 (patch) | |
tree | fa823b29d8f93c25dbebab305f7135a8ca66b87d /dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-68a5c8b9397970d12d8e639b27179a707e4c24e1.tar.gz gentoo-2-68a5c8b9397970d12d8e639b27179a707e4c24e1.tar.bz2 gentoo-2-68a5c8b9397970d12d8e639b27179a707e4c24e1.zip |
Bug 80349
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild')
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild new file mode 100644 index 000000000000..9702dba3d38e --- /dev/null +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.1 2005/04/16 22:16:06 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Get number of occupied columns of a string on terminal" +SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~kubota/${P}/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~x86 ~sparc" + +DEPEND="" +IUSE="" + +SRC_TEST="do" |