summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-16 10:37:32 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-16 10:37:32 +0000
commitfa7e040398b2eb471d12d916221345336df1b49a (patch)
tree19686303a4327d8b5eaf009817bd76793727cd1c /dev-perl/Mail-IMAPClient
parentx11-misc/xinput: bump to 1.4.0 (diff)
downloadhistorical-fa7e040398b2eb471d12d916221345336df1b49a.tar.gz
historical-fa7e040398b2eb471d12d916221345336df1b49a.tar.bz2
historical-fa7e040398b2eb471d12d916221345336df1b49a.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r--dev-perl/Mail-IMAPClient/ChangeLog10
-rw-r--r--dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.13.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog
index 7948aa856dc1..ea2618a38dde 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.27 2008/11/25 10:50:40 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.28 2009/01/16 10:35:56 robbat2 Exp $
+
+*Mail-IMAPClient-3.13 (16 Jan 2009)
+
+ 16 Jan 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +Mail-IMAPClient-3.13.ebuild:
+ Version bump via perl-bump experimental tool.
25 Nov 2008; Torsten Veller <tove@gentoo.org>
-Mail-IMAPClient-3.10.ebuild, -Mail-IMAPClient-3.11.ebuild:
diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.13.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.13.ebuild
new file mode 100644
index 000000000000..bc7fd21307cd
--- /dev/null
+++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/01/16 10:35:56 robbat2 Exp $
+
+MODULE_AUTHOR=MARKOV
+inherit perl-module eutils
+
+DESCRIPTION="IMAP client module for Perl"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=virtual/perl-libnet-1.0703
+ >=dev-perl/Parse-RecDescent-1.94
+ dev-perl/Digest-HMAC
+ dev-lang/perl"
+ #>=virtual/perl-File-Temp-0.18"
+ # only used in t/basic.t
+
+SRC_TEST="do"
+
+mydoc="FAQ"