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
commit206d3a47e66315537d5ecdebb51ee87c52fed27a (patch)
tree8337d35793f2258af90cff2d1f6875b5e6d087d2 /dev-perl/Mail-IMAPClient
parentversion bump (diff)
downloadhistorical-206d3a47e66315537d5ecdebb51ee87c52fed27a.tar.gz
historical-206d3a47e66315537d5ecdebb51ee87c52fed27a.tar.bz2
historical-206d3a47e66315537d5ecdebb51ee87c52fed27a.zip
Version bump
Package-Manager: portage-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"