diff options
author | Torsten Veller <tove@gentoo.org> | 2010-01-23 10:27:14 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-01-23 10:27:14 +0000 |
commit | 3332d9ab3bbf47a1a107445fa73e9a3e57a0cc7a (patch) | |
tree | 171346f331883d299a3b0d3407d4c131a50a3e23 /dev-perl | |
parent | Version bump (diff) | |
download | gentoo-2-3332d9ab3bbf47a1a107445fa73e9a3e57a0cc7a.tar.gz gentoo-2-3332d9ab3bbf47a1a107445fa73e9a3e57a0cc7a.tar.bz2 gentoo-2-3332d9ab3bbf47a1a107445fa73e9a3e57a0cc7a.zip |
Version bump
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.22.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index 4804765b7e5a..cad39a066039 100644 --- a/dev-perl/Mail-IMAPClient/ChangeLog +++ b/dev-perl/Mail-IMAPClient/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-IMAPClient -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.41 2009/10/12 11:49:04 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.42 2010/01/23 10:27:14 tove Exp $ + +*Mail-IMAPClient-3.22 (23 Jan 2010) + + 23 Jan 2010; Torsten Veller <tove@gentoo.org> + +Mail-IMAPClient-3.22.ebuild: + Version bump 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-3.20.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.22.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.22.ebuild new file mode 100644 index 000000000000..605c1450e78f --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.22.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 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.22.ebuild,v 1.1 2010/01/23 10:27:14 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PLOBBES +inherit perl-module eutils + +DESCRIPTION="IMAP client module for Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND=">=virtual/perl-libnet-1.0703 + >=dev-perl/Parse-RecDescent-1.94" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" +# >=virtual/perl-File-Temp-0.18 )" + # only used in t/basic.t + +SRC_TEST="do" + +mydoc="FAQ" |