diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:13:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-11-10 10:13:28 +0000 |
commit | 2acce5ccef7555e35bd2208d39b8a59332b43455 (patch) | |
tree | a60bf2b9f4c49cce066cd3e363cdf8d7fa3009d8 /dev-perl/Email-Simple | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-2acce5ccef7555e35bd2208d39b8a59332b43455.tar.gz gentoo-2-2acce5ccef7555e35bd2208d39b8a59332b43455.tar.bz2 gentoo-2-2acce5ccef7555e35bd2208d39b8a59332b43455.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Email-Simple')
-rw-r--r-- | dev-perl/Email-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.100.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Email-Simple/ChangeLog b/dev-perl/Email-Simple/ChangeLog index 918f70edfe20..97650ce11f93 100644 --- a/dev-perl/Email-Simple/ChangeLog +++ b/dev-perl/Email-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Email-Simple # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.43 2009/10/12 12:02:32 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.44 2009/11/10 10:13:28 robbat2 Exp $ + +*Email-Simple-2.100 (10 Nov 2009) + + 10 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> + +Email-Simple-2.100.ebuild: + Version bump via perl-bump experimental tool. 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Email-Simple-2.003.ebuild: Cleanup diff --git a/dev-perl/Email-Simple/Email-Simple-2.100.ebuild b/dev-perl/Email-Simple/Email-Simple-2.100.ebuild new file mode 100644 index 000000000000..d2dbc4f786fc --- /dev/null +++ b/dev-perl/Email-Simple/Email-Simple-2.100.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/Email-Simple-2.100.ebuild,v 1.1 2009/11/10 10:13:28 robbat2 Exp $ + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Simple parsing of RFC2822 message format and headers" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |