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 | 27e49a78edb78542028648782f98c6a532c35492 (patch) | |
tree | 238c9672e8c1358c982d74a36b64e0a11ead1678 /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 | gentoo-2-27e49a78edb78542028648782f98c6a532c35492.tar.gz gentoo-2-27e49a78edb78542028648782f98c6a532c35492.tar.bz2 gentoo-2-27e49a78edb78542028648782f98c6a532c35492.zip |
Correcting DESCRIPTION
(Portage version: 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" |