diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:46:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-07-03 11:46:10 +0000 |
commit | 3409f24572448aad265aa9a0b577290c1c92a719 (patch) | |
tree | ce1370031f3474ff76a1f9b6deefdb5ac6936e93 /dev-ruby/actionmailer/actionmailer-1.2.3.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.tar.gz gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.tar.bz2 gentoo-2-3409f24572448aad265aa9a0b577290c1c92a719.zip |
Version bump
(Portage version: 2.1.1_pre1-r4)
Diffstat (limited to 'dev-ruby/actionmailer/actionmailer-1.2.3.ebuild')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-1.2.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild new file mode 100644 index 000000000000..ebb674d5a8f6 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-1.2.3.ebuild,v 1.1 2006/07/03 11:46:10 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Framework for designing email-service layers" +HOMEPAGE="http://rubyforge.org/projects/actionmailer/" +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="=dev-ruby/actionpack-1.12.3 + >=dev-lang/ruby-1.8.2" |