summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-08-20 13:28:02 +0000
committerTorsten Veller <tove@gentoo.org>2012-08-20 13:28:02 +0000
commit07270fad7dc2baf1b709597abe9f1b56e5fbd9b6 (patch)
treec60b29c8858ba63da3222a9b394a03250ea351bd /dev-perl/Mail-IMAPClient
parentFix python bindings (diff)
downloadgentoo-2-07270fad7dc2baf1b709597abe9f1b56e5fbd9b6.tar.gz
gentoo-2-07270fad7dc2baf1b709597abe9f1b56e5fbd9b6.tar.bz2
gentoo-2-07270fad7dc2baf1b709597abe9f1b56e5fbd9b6.zip
[bump] dev-perl/Mail-IMAPClient-3.320.0
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
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.320.0.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 897d440eb792..5fa401e025ee 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.75 2012/08/09 17:57:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.76 2012/08/20 13:28:02 tove Exp $
+
+*Mail-IMAPClient-3.320.0 (20 Aug 2012)
+
+ 20 Aug 2012; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.320.0.ebuild:
+ Version bump
09 Aug 2012; Brent Baude <ranger@gentoo.org> Mail-IMAPClient-3.310.0.ebuild:
Marking Mail-IMAPClient-3.310.0 ppc for bug 418825
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.320.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.320.0.ebuild
new file mode 100644
index 000000000000..5b4cacf07eae
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.320.0.ebuild
@@ -0,0 +1,26 @@
+# 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.320.0.ebuild,v 1.1 2012/08/20 13:28:02 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PLOBBES
+MODULE_VERSION=3.32
+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.940.0
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Pod
+ )
+"
+
+SRC_TEST="do"