summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-05-08 07:23:35 +0000
committerTorsten Veller <tove@gentoo.org>2010-05-08 07:23:35 +0000
commit5a8df33a6b41d5ed2ba3c297647b42a3392eb64e (patch)
treeb340623622269a69ab3a3a78c99b34e1de8995b2 /dev-perl/Mail-IMAPClient
parentVersion bump (diff)
downloadgentoo-2-5a8df33a6b41d5ed2ba3c297647b42a3392eb64e.tar.gz
gentoo-2-5a8df33a6b41d5ed2ba3c297647b42a3392eb64e.tar.bz2
gentoo-2-5a8df33a6b41d5ed2ba3c297647b42a3392eb64e.zip
Version bump
(Portage version: 2.2_rc67/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.24.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index c201995208f8..9ef7330c0061 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.45 2010/04/09 07:48:36 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.46 2010/05/08 07:23:35 tove Exp $
+
+*Mail-IMAPClient-3.24 (08 May 2010)
+
+ 08 May 2010; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.24.ebuild:
+ Version bump
09 Apr 2010; Torsten Veller <tove@gentoo.org>
-Mail-IMAPClient-3.21.ebuild, -Mail-IMAPClient-3.22.ebuild:
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild
new file mode 100644
index 000000000000..2fd21635c8dc
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.24.ebuild
@@ -0,0 +1,24 @@
+# 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.24.ebuild,v 1.1 2010/05/08 07:23:35 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=">=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"