diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:35:46 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:35:46 +0000 |
commit | 1baa01e7e5d6bfce02750c85832dfde737cb238e (patch) | |
tree | e0fae55510aa56c8edbd28a4c0e27e9c6b612a34 /dev-ruby/actionmailer | |
parent | Bump to 2.24.1. Translation updates. (diff) | |
download | historical-1baa01e7e5d6bfce02750c85832dfde737cb238e.tar.gz historical-1baa01e7e5d6bfce02750c85832dfde737cb238e.tar.bz2 historical-1baa01e7e5d6bfce02750c85832dfde737cb238e.zip |
Version bump for Rails 2.0.5
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r-- | dev-ruby/actionmailer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.0.5.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 027bcca36d62..0ae01c10c1f8 100644 --- a/dev-ruby/actionmailer/ChangeLog +++ b/dev-ruby/actionmailer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/actionmailer # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.82 2008/09/13 09:03:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.83 2008/10/20 19:32:07 graaff Exp $ + +*actionmailer-2.0.5 (20 Oct 2008) + + 20 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +actionmailer-2.0.5.ebuild: + Version bump for Rails 2.0.5 *actionmailer-2.1.1 (13 Sep 2008) diff --git a/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild b/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild new file mode 100644 index 000000000000..f9eefd80ff1c --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-2.0.5.ebuild,v 1.1 2008/10/20 19:32:07 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-2.0.5 + >=dev-lang/ruby-1.8.5" |