diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:10:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 14:10:21 +0000 |
commit | 81e0eba38dac0e056568b228d5937233293aced0 (patch) | |
tree | 0d3272f950f4bbcaf3a9262e5e2cb787d52c8314 /dev-perl/Mail-IMAPClient | |
parent | Version bump, thanks seemant (diff) | |
download | historical-81e0eba38dac0e056568b228d5937233293aced0.tar.gz historical-81e0eba38dac0e056568b228d5937233293aced0.tar.bz2 historical-81e0eba38dac0e056568b228d5937233293aced0.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-2.2.9.ebuild | 7 |
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. |