diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-19 14:07:10 +0000 |
commit | 91d73b7b13043b3913a64ed485047c24d967bb66 (patch) | |
tree | ac0e4f3ef9bdc33fc423b6460c47812aafce46ec /dev-perl/Text-CharWidth | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-91d73b7b13043b3913a64ed485047c24d967bb66.tar.gz historical-91d73b7b13043b3913a64ed485047c24d967bb66.tar.bz2 historical-91d73b7b13043b3913a64ed485047c24d967bb66.zip |
arm/s390/sh love
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index 34516ef9b6d7..c17ee5a0cd94 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2006 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.8 2006/08/18 01:53:42 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.9 2006/08/19 14:07:05 vapier 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}/" +SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" -SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ia64 sparc x86" +SLOT="0" +KEYWORDS="amd64 arm ia64 m68k s390 sh sparc x86" +IUSE="" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}" -IUSE="" SRC_TEST="do" - - |