From 3409f24572448aad265aa9a0b577290c1c92a719 Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Mon, 3 Jul 2006 11:46:10 +0000 Subject: Version bump (Portage version: 2.1.1_pre1-r4) --- dev-ruby/actionmailer/actionmailer-1.2.3.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-ruby/actionmailer/actionmailer-1.2.3.ebuild (limited to 'dev-ruby/actionmailer/actionmailer-1.2.3.ebuild') 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" -- cgit v1.2.3-65-gdbad