diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:09:44 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:09:44 +0000 |
commit | 1dce333e375c561cc2c071c8579d99ed1c496c02 (patch) | |
tree | f871bc9cfd8d1ed927080e3c3efa52c953dedc96 /dev-perl/Email-MIME | |
parent | Version bump (diff) | |
download | gentoo-2-1dce333e375c561cc2c071c8579d99ed1c496c02.tar.gz gentoo-2-1dce333e375c561cc2c071c8579d99ed1c496c02.tar.bz2 gentoo-2-1dce333e375c561cc2c071c8579d99ed1c496c02.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Email-MIME')
-rw-r--r-- | dev-perl/Email-MIME/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Email-MIME/Email-MIME-1.861.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-perl/Email-MIME/ChangeLog b/dev-perl/Email-MIME/ChangeLog index 839d714f2f27..963bca61317a 100644 --- a/dev-perl/Email-MIME/ChangeLog +++ b/dev-perl/Email-MIME/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Email-MIME -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME/ChangeLog,v 1.19 2007/12/17 17:37:10 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-MIME/ChangeLog,v 1.20 2008/04/29 06:09:44 yuval Exp $ + +*Email-MIME-1.861 (29 Apr 2008) + + 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Email-MIME-1.861.ebuild: + Version bump 17 Dec 2007; Samuli Suominen <drac@gentoo.org> Email-MIME-1.860.ebuild: amd64 stable diff --git a/dev-perl/Email-MIME/Email-MIME-1.861.ebuild b/dev-perl/Email-MIME/Email-MIME-1.861.ebuild new file mode 100644 index 000000000000..cf8fef53f3e6 --- /dev/null +++ b/dev-perl/Email-MIME/Email-MIME-1.861.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 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.861.ebuild,v 1.1 2008/04/29 06:09:44 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Easy MIME message parsing" +HOMEPAGE="http://search.cpan.org/~rjbs/" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="virtual/perl-Test-Simple + >=dev-perl/Email-MIME-Encodings-1.310 + >=dev-perl/Email-MIME-ContentType-1.012 + dev-perl/Email-Simple + >=dev-perl/MIME-Types-1.18 + dev-lang/perl" + +SRC_TEST="do" |