diff options
author | 2005-02-16 05:48:13 +0000 | |
---|---|---|
committer | 2005-02-16 05:48:13 +0000 | |
commit | 3fef0f1d0653ce5de01e7b9e56095ff65d182981 (patch) | |
tree | 841b078cc470f4971eaa90b9343d295d12e87125 /dev-ruby/actionmailer/actionmailer-0.6.1.ebuild | |
parent | new upstream version (diff) | |
download | historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.tar.gz historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.tar.bz2 historical-3fef0f1d0653ce5de01e7b9e56095ff65d182981.zip |
Initial commit.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'dev-ruby/actionmailer/actionmailer-0.6.1.ebuild')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-0.6.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild new file mode 100644 index 000000000000..5ef2b3d6fb83 --- /dev/null +++ b/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.6.1.ebuild,v 1.1 2005/02/16 05:44:59 pythonhead 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://rubyforge.org/frs/download.php/2663/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" +DEPEND=">=dev-ruby/actionpack-1.4.0 + =dev-lang/ruby-1.8*" + |