diff options
-rw-r--r-- | dev-perl/Mail-POP3Client/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Mail-POP3Client/ChangeLog b/dev-perl/Mail-POP3Client/ChangeLog index 03fa1e2c68e6..8266d83e73e2 100644 --- a/dev-perl/Mail-POP3Client/ChangeLog +++ b/dev-perl/Mail-POP3Client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-POP3Client -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.26 2006/08/05 13:52:39 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/ChangeLog,v 1.27 2007/01/19 14:00:31 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Mail-POP3Client-2.15.ebuild, -Mail-POP3Client-2.16.ebuild, + Mail-POP3Client-2.17.ebuild: + Ebuild maintenance 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Mail-POP3Client-2.15.ebuild, Mail-POP3Client-2.16.ebuild, diff --git a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild index 42b8ec052d82..d823a86a6d0f 100644 --- a/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild +++ b/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.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/Mail-POP3Client/Mail-POP3Client-2.17.ebuild,v 1.10 2006/08/05 13:52:39 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-POP3Client/Mail-POP3Client-2.17.ebuild,v 1.11 2007/01/19 14:00:31 mcummings Exp $ inherit perl-module DESCRIPTION="POP3 client module for Perl" -HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme" +HOMEPAGE="http://search.cpan.org/~sdowd/" SRC_URI="mirror://cpan/authors/id/S/SD/SDOWD/${P}.tar.gz" LICENSE="Artistic" @@ -17,7 +17,6 @@ SRC_TEST="do" DEPEND=">=virtual/perl-libnet-1.0703 dev-lang/perl" -RDEPEND="${DEPEND}" mydoc="FAQ" |