diff options
author | 2008-09-13 09:03:05 +0000 | |
---|---|---|
committer | 2008-09-13 09:03:05 +0000 | |
commit | c73c2b35bc0465375aa6cc278e5145564b3bbb87 (patch) | |
tree | a652d24793a5fb95970b7ae6ec71d214e1ae2208 /dev-ruby/actionmailer/actionmailer-2.1.1.ebuild | |
parent | Version bump for Rails 2.1.1, bug #237392 (diff) | |
download | gentoo-2-c73c2b35bc0465375aa6cc278e5145564b3bbb87.tar.gz gentoo-2-c73c2b35bc0465375aa6cc278e5145564b3bbb87.tar.bz2 gentoo-2-c73c2b35bc0465375aa6cc278e5145564b3bbb87.zip |
Version bump for Rails 2.1.1, bug #237392
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/actionmailer/actionmailer-2.1.1.ebuild')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-2.1.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-2.1.1.ebuild b/dev-ruby/actionmailer/actionmailer-2.1.1.ebuild new file mode 100644 index 000000000000..5739abfeaffd --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-2.1.1.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.1.ebuild,v 1.1 2008/09/13 09:03:05 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.1 + >=dev-lang/ruby-1.8.5" |