diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:20:19 +0000 |
commit | fef482abc81ae081593fc2de2dcaa5e22782a375 (patch) | |
tree | 5a6ebd7562b98a24dd3edebaed6e2e81e6adf544 /dev-perl/Text-CharWidth | |
parent | removed the RESTRICT since upstream is down (diff) | |
download | historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.gz historical-fef482abc81ae081593fc2de2dcaa5e22782a375.tar.bz2 historical-fef482abc81ae081593fc2de2dcaa5e22782a375.zip |
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog index 8cd465b85f57..9bc3e38efe17 100644 --- a/dev-perl/Text-CharWidth/ChangeLog +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CharWidth -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.12 2006/10/20 20:11:14 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.13 2007/01/19 16:55:49 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Text-CharWidth-0.04.ebuild: + Version bump, thanks seemant 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> Text-CharWidth-0.04.ebuild: diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild index 96da437a53bf..ff1b016407f2 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.13 2006/10/20 20:11:14 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild,v 1.14 2007/01/19 16:55:49 mcummings Exp $ inherit perl-module DESCRIPTION="Get number of occupied columns of a string on terminal" -HOMEPAGE="http://search.cpan.org/~kubota/${P}/" +HOMEPAGE="http://search.cpan.org/~kubota/" SRC_URI="mirror://cpan/authors/id/K/KU/KUBOTA/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -14,6 +14,5 @@ KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~ppc s390 sh sparc x86" IUSE="" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" |