diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:30:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-08-25 17:30:46 +0000 |
commit | 82dd0276d8159590ecc6c22562edb35e8be68ab6 (patch) | |
tree | 861a4cba2bab360045888cfa53682a0361164b87 /dev-perl/IMAP-Admin | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-82dd0276d8159590ecc6c22562edb35e8be68ab6.tar.gz gentoo-2-82dd0276d8159590ecc6c22562edb35e8be68ab6.tar.bz2 gentoo-2-82dd0276d8159590ecc6c22562edb35e8be68ab6.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/IMAP-Admin')
-rw-r--r-- | dev-perl/IMAP-Admin/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/IMAP-Admin/IMAP-Admin-1.6.7.ebuild | 15 |
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" |