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-3.11.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 63c9ed6c29c7..712a81444f8b 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.24 2008/09/30 14:23:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.25 2008/10/09 18:06:12 tove Exp $
+
+*Mail-IMAPClient-3.11 (09 Oct 2008)
+
+ 09 Oct 2008; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.11.ebuild:
+ Version bump
30 Sep 2008; Torsten Veller <tove@gentoo.org>
-Mail-IMAPClient-3.06.ebuild, -Mail-IMAPClient-3.08.ebuild:
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.11.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.11.ebuild
new file mode 100644
index 000000000000..7c8acca7ca31
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.11.ebuild
@@ -0,0 +1,23 @@
+# 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.11.ebuild,v 1.1 2008/10/09 18:06:12 tove Exp $
+
+MODULE_AUTHOR=MARKOV
+inherit perl-module eutils
+
+DESCRIPTION="IMAP client module for Perl"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=virtual/perl-libnet-1.0703
+ >=dev-perl/Parse-RecDescent-1.94
+ dev-perl/Digest-HMAC
+ dev-lang/perl"
+# >=virtual/perl-File-Temp-0.18"
+
+SRC_TEST="do"
+
+mydoc="FAQ"