summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/IMAP-Admin/ChangeLog10
-rw-r--r--dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/IMAP-Admin/ChangeLog b/dev-perl/IMAP-Admin/ChangeLog
index a2e2384af1bc..51465cc15016 100644
--- a/dev-perl/IMAP-Admin/ChangeLog
+++ b/dev-perl/IMAP-Admin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/IMAP-Admin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/ChangeLog,v 1.5 2008/09/08 06:33:02 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/ChangeLog,v 1.6 2009/08/25 17:30:46 robbat2 Exp $
+
+*IMAP-Admin-1.6.7 (25 Aug 2009)
+
+ 25 Aug 2009; Robin H. Johnson <robbat2@gentoo.org>
+ +IMAP-Admin-1.6.7.ebuild:
+ Version bump via perl-bump experimental tool.
*IMAP-Admin-1.6.6 (08 Sep 2008)
diff --git a/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild
new file mode 100644
index 000000000000..0ca3d5b78610
--- /dev/null
+++ b/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild,v 1.1 2009/08/25 17:30:46 robbat2 Exp $
+
+MODULE_AUTHOR=EESTABROO
+inherit perl-module
+
+DESCRIPTION="Perl module for basic IMAP server administration"
+
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl"