summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r--dev-perl/Mail-IMAPClient/ChangeLog8
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index b3caa4057f1a..217f0593301b 100644
--- a/dev-perl/Mail-IMAPClient/ChangeLog
+++ b/dev-perl/Mail-IMAPClient/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Mail-IMAPClient
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.15 2006/10/20 19:53:04 kloeri Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.16 2007/01/19 13:55:34 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Mail-IMAPClient-2.2.9.ebuild:
+ Ebuild maintenance
20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org>
Mail-IMAPClient-2.2.9.ebuild:
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild
index decc6d86670e..b53e6492018f 100644
--- a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.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-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.18 2006/10/20 19:53:04 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild,v 1.19 2007/01/19 13:55:34 mcummings Exp $
inherit perl-module eutils
DESCRIPTION="IMAP client module for Perl"
-HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+HOMEPAGE="http://search.cpan.org/~djkernen/"
SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz"
LICENSE="Artistic"
@@ -16,7 +16,6 @@ IUSE=""
DEPEND=">=virtual/perl-libnet-1.0703
dev-perl/Parse-RecDescent
dev-lang/perl"
-RDEPEND="${DEPEND}"
# Tests are not enabled for this package intentionally. They require
# an active imap server to connect to, as well as interaction.