summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-16 16:54:05 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-16 16:54:05 +0000
commitb0d50f7cbe0a615fb15b146c159e4b6860572597 (patch)
treed975fc23535dd53f32f82d0e8b3caab24e4fef5f /dev-perl/Mail-IMAPClient
parentGet a rid of the deprecated start-stop-daemon commands, bug 372671. (diff)
downloadhistorical-b0d50f7cbe0a615fb15b146c159e4b6860572597.tar.gz
historical-b0d50f7cbe0a615fb15b146c159e4b6860572597.tar.bz2
historical-b0d50f7cbe0a615fb15b146c159e4b6860572597.zip
[bump] dev-perl/Mail-IMAPClient-3.290.0
Package-Manager: portage-2.2.0_alpha51/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.290.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 2376c8164e0c..90ad397f05e3 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.60 2011/04/03 06:02:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.61 2011/08/16 16:54:05 tove Exp $
+
+*Mail-IMAPClient-3.290.0 (16 Aug 2011)
+
+ 16 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +Mail-IMAPClient-3.290.0.ebuild:
+ Version bump
03 Apr 2011; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-3.23.ebuild,
-Mail-IMAPClient-3.260.ebuild, -Mail-IMAPClient-3.270.ebuild:
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.290.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.290.0.ebuild
new file mode 100644
index 000000000000..e043af596d99
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.290.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 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.290.0.ebuild,v 1.1 2011/08/16 16:54:05 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PLOBBES
+MODULE_VERSION=3.29
+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"