diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-24 16:47:52 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-24 16:47:52 +0000 |
commit | 73b3971b804be3c48c10327e9357737b7bbe7152 (patch) | |
tree | 84473e9f92423510179f7f9e3b93eaa2bc2b30ff /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-73b3971b804be3c48c10327e9357737b7bbe7152.tar.gz gentoo-2-73b3971b804be3c48c10327e9357737b7bbe7152.tar.bz2 gentoo-2-73b3971b804be3c48c10327e9357737b7bbe7152.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.06.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index ff3579d5cb95..ea959074ec69 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Mail-IMAPClient -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.17 2007/10/11 11:23:34 corsair Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.18 2008/04/24 16:47:52 yuval Exp $ + +*Mail-IMAPClient-3.06 (24 Apr 2008) + + 24 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Mail-IMAPClient-3.06.ebuild: + Version bump 11 Oct 2007; Markus Rothe <corsair@gentoo.org> Mail-IMAPClient-2.2.9.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.06.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.06.ebuild new file mode 100644 index 000000000000..e99df4e8bb09 --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.06.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.06.ebuild,v 1.1 2008/04/24 16:47:52 yuval Exp $ + +inherit perl-module eutils + +DESCRIPTION="IMAP client module for Perl" +HOMEPAGE="http://search.cpan.org/~djkernen/" +SRC_URI="mirror://cpan/modules/by-module/Mail/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=virtual/perl-libnet-1.0703 + dev-perl/Parse-RecDescent + dev-lang/perl" + +SRC_TEST="do" + +mydoc="FAQ" |