diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:13:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-24 12:13:47 +0000 |
commit | 6fcc39b6d8850d3f2f34416a13fc61b5bc9acf2d (patch) | |
tree | 0f86dd90aac515da08edfd89217261c6fbcd9b1e /dev-ruby/actionmailer | |
parent | Version bump for Rails 2.1.2 (diff) | |
download | gentoo-2-6fcc39b6d8850d3f2f34416a13fc61b5bc9acf2d.tar.gz gentoo-2-6fcc39b6d8850d3f2f34416a13fc61b5bc9acf2d.tar.bz2 gentoo-2-6fcc39b6d8850d3f2f34416a13fc61b5bc9acf2d.zip |
Version bump for Rails 2.1.2
(Portage version: 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.1.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog index 0ae01c10c1f8..630e9d2390d2 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.83 2008/10/20 19:32:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.84 2008/10/24 12:13:47 graaff Exp $ + +*actionmailer-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +actionmailer-2.1.2.ebuild: + Version bump for Rails 2.1.2 *actionmailer-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/actionmailer/actionmailer-2.1.2.ebuild b/dev-ruby/actionmailer/actionmailer-2.1.2.ebuild new file mode 100644 index 000000000000..dbf918bd9e13 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-2.1.2.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.1.2.ebuild,v 1.1 2008/10/24 12:13:47 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-2.1.2 + >=dev-lang/ruby-1.8.5" |