diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-22 07:28:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-22 07:28:55 +0000 |
commit | bf3fd517aca29da2772a80e18897db167fedb4c7 (patch) | |
tree | e8b83dd9d476f6ef38497c18dd92c566483a5528 /dev-perl/Mail-IMAPClient | |
parent | Version bump (diff) | |
download | gentoo-2-bf3fd517aca29da2772a80e18897db167fedb4c7.tar.gz gentoo-2-bf3fd517aca29da2772a80e18897db167fedb4c7.tar.bz2 gentoo-2-bf3fd517aca29da2772a80e18897db167fedb4c7.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
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-3.17.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index e766da502bf9..66193b5e924e 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.33 2009/05/01 21:02:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.34 2009/05/22 07:28:55 tove Exp $ + +*Mail-IMAPClient-3.17 (22 May 2009) + + 22 May 2009; Torsten Veller <tove@gentoo.org> + +Mail-IMAPClient-3.17.ebuild: + Version bump 01 May 2009; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-3.14.ebuild, -Mail-IMAPClient-3.15.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.17.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.17.ebuild new file mode 100644 index 000000000000..60dd91777668 --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.17.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 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.17.ebuild,v 1.1 2009/05/22 07:28:55 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" |