summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-09-13 09:09:14 +0000
committerHans de Graaff <graaff@gentoo.org>2008-09-13 09:09:14 +0000
commitbda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c (patch)
tree9181db74c15e6b2453e957aefed8d5bd06b5b1aa /dev-ruby/actionmailer
parentStable on ppc wrt bug 237333 (diff)
downloadhistorical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.tar.gz
historical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.tar.bz2
historical-bda465b562d9dbce5c6b2e87f8ff3e5db5d32e5c.zip
Version bump for Rails 2.1.1, bug #237392
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby/actionmailer')
-rw-r--r--dev-ruby/actionmailer/ChangeLog8
-rw-r--r--dev-ruby/actionmailer/actionmailer-2.1.1.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/ChangeLog b/dev-ruby/actionmailer/ChangeLog
index 739554a112ef..027bcca36d62 100644
--- a/dev-ruby/actionmailer/ChangeLog
+++ b/dev-ruby/actionmailer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/actionmailer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.81 2008/09/12 05:53:55 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/ChangeLog,v 1.82 2008/09/13 09:03:05 graaff Exp $
+
+*actionmailer-2.1.1 (13 Sep 2008)
+
+ 13 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +actionmailer-2.1.1.ebuild:
+ Version bump for Rails 2.1.1, bug #237392
*actionmailer-2.0.4 (12 Sep 2008)
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"