diff options
author | Alex Legler <a3li@gentoo.org> | 2009-03-17 10:39:04 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-03-17 10:39:04 +0000 |
commit | 121a2a589a34e4eda5e3092996254c5e8e1cdf37 (patch) | |
tree | 63b15071dcc1f68a05a1f95fc8909d004d865a55 /dev-ruby/actionmailer | |
parent | m68k stable wrt #261508, thanks to kolla for testing (diff) | |
download | gentoo-2-121a2a589a34e4eda5e3092996254c5e8e1cdf37.tar.gz gentoo-2-121a2a589a34e4eda5e3092996254c5e8e1cdf37.tar.bz2 gentoo-2-121a2a589a34e4eda5e3092996254c5e8e1cdf37.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.3.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 340130ba93de..de1541a4c156 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.98 2009/03/15 01:10:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.99 2009/03/17 10:39:04 a3li Exp $ + +*actionmailer-2.3.2 (17 Mar 2009) + + 17 Mar 2009; Alex Legler <a3li@gentoo.org> +actionmailer-2.3.2.ebuild: + Version bump 15 Mar 2009; Robin H. Johnson <robbat2@gentoo.org> actionmailer-2.1.2.ebuild: diff --git a/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.3.2.ebuild new file mode 100644 index 000000000000..902688b5b0fa --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-2.3.2.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-ruby/actionmailer/actionmailer-2.3.2.ebuild,v 1.1 2009/03/17 10:39:04 a3li Exp $ + +inherit ruby gems +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" + +LICENSE="MIT" +SLOT="2.3" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="~dev-ruby/actionpack-2.3.2 + >=dev-lang/ruby-1.8.6" |