diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:54:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 17:54:09 +0000 |
commit | 8d4fd3d490b49ad566198acaac37b084502bb110 (patch) | |
tree | 5386eaacba4b9ed9b126ac912cba45aaa42ccdd3 /dev-perl/Text-WrapI18N | |
parent | version bump (diff) | |
download | historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.gz historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.bz2 historical-8d4fd3d490b49ad566198acaac37b084502bb110.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Text-WrapI18N')
-rw-r--r-- | dev-perl/Text-WrapI18N/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-WrapI18N/ChangeLog b/dev-perl/Text-WrapI18N/ChangeLog index d37b29b5d163..3ccf38709877 100644 --- a/dev-perl/Text-WrapI18N/ChangeLog +++ b/dev-perl/Text-WrapI18N/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-WrapI18N -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.13 2006/10/20 20:12:13 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/ChangeLog,v 1.14 2007/01/19 17:01:22 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Text-WrapI18N-0.06.ebuild: + Ebuild maintenance 20 Oct 2006; Bryan Ăstergaard <kloeri@gentoo.org> Text-WrapI18N-0.06.ebuild: diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild index 501e15f014d4..137f43efb81d 100644 --- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild +++ b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.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-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.14 2006/10/20 20:12:12 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-WrapI18N/Text-WrapI18N-0.06.ebuild,v 1.15 2007/01/19 17:01:22 mcummings Exp $ inherit perl-module DESCRIPTION="Line wrapping with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words" -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 )" @@ -15,6 +15,5 @@ IUSE="" DEPEND="dev-perl/Text-CharWidth dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" |