summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-03 08:53:55 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-03 08:53:55 +0000
commitb8fe7373cde8aa2a572ef1bb1a4bf40606ce3d3c (patch)
treea992eb31a987d1b2f0a3f3cf35d5cc653ccd4903 /dev-perl/Mail-IMAPClient
parentVersion bump (diff)
downloadgentoo-2-b8fe7373cde8aa2a572ef1bb1a4bf40606ce3d3c.tar.gz
gentoo-2-b8fe7373cde8aa2a572ef1bb1a4bf40606ce3d3c.tar.bz2
gentoo-2-b8fe7373cde8aa2a572ef1bb1a4bf40606ce3d3c.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.25.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 9ef7330c0061..052a2a2d85bd 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.46 2010/05/08 07:23:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.47 2010/06/03 08:53:55 tove Exp $
+
+*Mail-IMAPClient-3.25 (03 Jun 2010)
+
+ 03 Jun 2010; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.25.ebuild:
+ Version bump
*Mail-IMAPClient-3.24 (08 May 2010)
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.ebuild
new file mode 100644
index 000000000000..c544fed1d0dd
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.25.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.25.ebuild,v 1.1 2010/06/03 08:53: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=">=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"