diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:12:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:12:51 +0000 |
commit | 8ca7ba9a8b57e9e3787c796709fadd4faf2461d6 (patch) | |
tree | a057d89a347f343534c95a4e6e4331bfc321bf2d /dev-perl | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-8ca7ba9a8b57e9e3787c796709fadd4faf2461d6.tar.gz gentoo-2-8ca7ba9a8b57e9e3787c796709fadd4faf2461d6.tar.bz2 gentoo-2-8ca7ba9a8b57e9e3787c796709fadd4faf2461d6.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-MIME/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Email-MIME/Email-MIME-1.901.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-perl/Email-MIME/ChangeLog b/dev-perl/Email-MIME/ChangeLog index 07a52c675eb5..f68b8a46b2f2 100644 --- a/dev-perl/Email-MIME/ChangeLog +++ b/dev-perl/Email-MIME/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-MIME # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME/ChangeLog,v 1.30 2009/10/12 12:04:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME/ChangeLog,v 1.31 2009/11/10 10:12:51 robbat2 Exp $ + +*Email-MIME-1.901 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Email-MIME-1.901.ebuild: + Version bump via perl-bump experimental tool. 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Email-MIME-1.860.ebuild, -Email-MIME-1.861.ebuild: diff --git a/dev-perl/Email-MIME/Email-MIME-1.901.ebuild b/dev-perl/Email-MIME/Email-MIME-1.901.ebuild new file mode 100644 index 000000000000..9dcfb23ebfb9 --- /dev/null +++ b/dev-perl/Email-MIME/Email-MIME-1.901.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME/Email-MIME-1.901.ebuild,v 1.1 2009/11/10 10:12:51 robbat2 Exp $ + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Easy MIME message parsing" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=">=dev-perl/Email-MIME-Encodings-1.310 + >=dev-perl/Email-MIME-ContentType-1.012 + >=dev-perl/Email-Simple-2.004 + >=dev-perl/MIME-Types-1.18 + !dev-perl/Email-MIME-Modifier + !dev-perl/Email-MIME-Creator + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |