diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-04-16 22:16:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-04-16 22:16:06 +0000 |
commit | f66b9baabfc1ea8db9ef6a2a1326677644792ae8 (patch) | |
tree | c261a2d7b3d827932e952547b7a574cfb34d164e /dev-perl/Text-CharWidth | |
parent | Stable on ppc. (diff) | |
download | historical-f66b9baabfc1ea8db9ef6a2a1326677644792ae8.tar.gz historical-f66b9baabfc1ea8db9ef6a2a1326677644792ae8.tar.bz2 historical-f66b9baabfc1ea8db9ef6a2a1326677644792ae8.zip |
Bug 80349
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Manifest | 13 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.04.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Text-CharWidth/files/digest-Text-CharWidth-0.04 | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/dev-perl/Text-CharWidth/ChangeLog b/dev-perl/Text-CharWidth/ChangeLog new file mode 100644 index 000000000000..c551b060a705 --- /dev/null +++ b/dev-perl/Text-CharWidth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Text-CharWidth +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CharWidth/ChangeLog,v 1.1 2005/04/16 22:16:06 mcummings Exp $ + +*Text-CharWidth-0.04 (16 Apr 2005) + + 16 Apr 2005; Michael Cummings <mcummings@gentoo.org> + +Text-CharWidth-0.04.ebuild: + Dep for po4a, ebuild from Jordi Vilalta <jvprat@wanadoo.es>, closes bug 80349 + diff --git a/dev-perl/Text-CharWidth/Manifest b/dev-perl/Text-CharWidth/Manifest new file mode 100644 index 000000000000..b5c9c6cd733c --- /dev/null +++ b/dev-perl/Text-CharWidth/Manifest @@ -0,0 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 378679a4dd9e402754e4051cc2e4622c Text-CharWidth-0.04.ebuild 532 +MD5 8b885303fcf8d8ecac7de595a2b50482 ChangeLog 425 +MD5 1898860a07c315f3dadaca6375b992ce files/digest-Text-CharWidth-0.04 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCYY6stG5z4I8BtQoRAhnuAJ45V4KtephxjT0I2BVa5BBqCnD/UwCeNtBt +/0/j2RwhpFI7rPG26vpw7EY= +=i/s4 +-----END PGP SIGNATURE----- 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" diff --git a/dev-perl/Text-CharWidth/files/digest-Text-CharWidth-0.04 b/dev-perl/Text-CharWidth/files/digest-Text-CharWidth-0.04 new file mode 100644 index 000000000000..153c3f541818 --- /dev/null +++ b/dev-perl/Text-CharWidth/files/digest-Text-CharWidth-0.04 @@ -0,0 +1 @@ +MD5 37a723df0580c0758c0ee67b37336c15 Text-CharWidth-0.04.tar.gz 8387 |