summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-20 17:13:59 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-20 17:13:59 +0000
commit7ef7a5f2fc17fe1842bffa674f261f79f9d538c6 (patch)
tree66d56ad8d9306ece273d5472474aeb1f2ae1ab96 /dev-perl/Mail-IMAPClient
parent[bump] dev-perl/BerkeleyDB-0.510.0 (diff)
downloadgentoo-2-7ef7a5f2fc17fe1842bffa674f261f79f9d538c6.tar.gz
gentoo-2-7ef7a5f2fc17fe1842bffa674f261f79f9d538c6.tar.bz2
gentoo-2-7ef7a5f2fc17fe1842bffa674f261f79f9d538c6.zip
[bump] dev-perl/Mail-IMAPClient-3.310.0
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r--dev-perl/Mail-IMAPClient/ChangeLog10
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 6f3551c03c03..6107b8e47627 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.63 2011/11/13 20:30:40 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.64 2012/03/20 17:13:59 tove Exp $
+
+*Mail-IMAPClient-3.310.0 (20 Mar 2012)
+
+ 20 Mar 2012; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.310.0.ebuild:
+ Version bump
*Mail-IMAPClient-3.300.0 (13 Nov 2011)
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild
new file mode 100644
index 000000000000..b414c372dbe4
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.310.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 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.310.0.ebuild,v 1.1 2012/03/20 17:13:59 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PLOBBES
+MODULE_VERSION=3.31
+inherit perl-module
+
+DESCRIPTION="IMAP client module for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=">=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"