summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-02-28 17:55:50 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-02-28 17:55:50 +0000
commitbbd01ec47061f702e560dc3a4654ab709dcf3a7f (patch)
treed4679adc8b87ea19bd2e5876bd62d1e49c151efb /dev-ruby/actionmailer/actionmailer-0.7.0.ebuild
parentversion bump - see bug #83446 (diff)
downloadhistorical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.tar.gz
historical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.tar.bz2
historical-bbd01ec47061f702e560dc3a4654ab709dcf3a7f.zip
version bump - se bug #83446
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby/actionmailer/actionmailer-0.7.0.ebuild')
-rw-r--r--dev-ruby/actionmailer/actionmailer-0.7.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild b/dev-ruby/actionmailer/actionmailer-0.7.0.ebuild
new file mode 100644
index 000000000000..172c319fa33e
--- /dev/null
+++ b/dev-ruby/actionmailer/actionmailer-0.7.0.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.7.0.ebuild,v 1.1 2005/02/28 17:55:50 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://rubyforge.org/frs/download.php/3199/${P}.gem"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=">=dev-ruby/actionpack-1.5.0
+ =dev-lang/ruby-1.8*"
+