diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:30:11 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-15 06:30:11 +0000 |
commit | 3cd4643c49013ff848b98533c3557c713204d85a (patch) | |
tree | 019e2e00026db5172bd262fce1930b20781815fa /dev-perl/Mail-IMAPClient | |
parent | Bump (diff) | |
download | gentoo-2-3cd4643c49013ff848b98533c3557c713204d85a.tar.gz gentoo-2-3cd4643c49013ff848b98533c3557c713204d85a.tar.bz2 gentoo-2-3cd4643c49013ff848b98533c3557c713204d85a.zip |
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Mail-IMAPClient')
-rw-r--r-- | dev-perl/Mail-IMAPClient/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.330.0.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Mail-IMAPClient/ChangeLog b/dev-perl/Mail-IMAPClient/ChangeLog index 91736750d45a..2f076527d4db 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.85 2013/01/06 18:56:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-IMAPClient/ChangeLog,v 1.86 2013/08/15 06:30:11 patrick Exp $ + +*Mail-IMAPClient-3.330.0 (15 Aug 2013) + + 15 Aug 2013; Patrick Lauer <patrick@gentoo.org> + +Mail-IMAPClient-3.330.0.ebuild: + Bump 06 Jan 2013; Torsten Veller <tove@gentoo.org> -Mail-IMAPClient-3.310.0.ebuild: diff --git a/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.330.0.ebuild b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.330.0.ebuild new file mode 100644 index 000000000000..00531f7809aa --- /dev/null +++ b/dev-perl/Mail-IMAPClient/Mail-IMAPClient-3.330.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 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.330.0.ebuild,v 1.1 2013/08/15 06:30:11 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=PLOBBES +MODULE_VERSION=3.33 +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.940.0 +" +DEPEND="${RDEPEND} + test? ( + dev-perl/Test-Pod + ) +" + +SRC_TEST="do" |