diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-19 16:50:57 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-19 16:50:57 +0000 |
commit | ad3ee9a4131d360d243161ed676fc9acaec5404f (patch) | |
tree | fb0fde57511f92311cf311fe11632eaf80a14dd8 /dev-perl/DateTime-Format-Mail | |
parent | Applied a patch to make it compile on kernel 2.4, thanks to Nico Baggus for b... (diff) | |
download | historical-ad3ee9a4131d360d243161ed676fc9acaec5404f.tar.gz historical-ad3ee9a4131d360d243161ed676fc9acaec5404f.tar.bz2 historical-ad3ee9a4131d360d243161ed676fc9acaec5404f.zip |
Correcting DESCRIPTION
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'dev-perl/DateTime-Format-Mail')
-rw-r--r-- | dev-perl/DateTime-Format-Mail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/DateTime-Format-Mail/ChangeLog b/dev-perl/DateTime-Format-Mail/ChangeLog index 4329b619a921..96df29edd6c8 100644 --- a/dev-perl/DateTime-Format-Mail/ChangeLog +++ b/dev-perl/DateTime-Format-Mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/DateTime-Format-Mail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.1 2006/11/19 16:36:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/ChangeLog,v 1.2 2006/11/19 16:50:57 mcummings Exp $ + + 19 Nov 2006; Michael Cummings <mcummings@gentoo.org> + DateTime-Format-Mail-0.30.ebuild: + Correcting DESCRIPTION *DateTime-Format-Mail-0.30 (19 Nov 2006) diff --git a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild index 08bf19e13dbf..c7e509fd2818 100644 --- a/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild +++ b/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.1 2006/11/19 16:36:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime-Format-Mail/DateTime-Format-Mail-0.30.ebuild,v 1.2 2006/11/19 16:50:57 mcummings Exp $ inherit perl-module -DESCRIPTION="A date and time object" +DESCRIPTION="Convert between DateTime and RFC2822/822 formats" HOMEPAGE="http://search.cpan.org/~drolsky/" SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" |